pub struct LinkRefDef {
pub url: Vec<u8>,
pub title: Option<Vec<u8>>,
}Expand description
A link reference definition (URL + optional title).
Fields§
§url: Vec<u8>§title: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for LinkRefDef
impl Clone for LinkRefDef
Source§fn clone(&self) -> LinkRefDef
fn clone(&self) -> LinkRefDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LinkRefDef
impl RefUnwindSafe for LinkRefDef
impl Send for LinkRefDef
impl Sync for LinkRefDef
impl Unpin for LinkRefDef
impl UnsafeUnpin for LinkRefDef
impl UnwindSafe for LinkRefDef
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