Struct sndjvu_format::annot::Link
source · pub struct Link {
pub dest: Quoted,
pub target: Option<Quoted>,
}
Expand description
The first argument to the maparea
annotation.
Fields§
§dest: Quoted
§target: Option<Quoted>
Trait Implementations§
source§impl PartialEq for Link
impl PartialEq for Link
impl Eq for Link
impl StructuralEq for Link
impl StructuralPartialEq for Link
Auto Trait Implementations§
impl RefUnwindSafe for Link
impl Send for Link
impl Sync for Link
impl Unpin for Link
impl UnwindSafe for Link
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more