pub struct ItemLink<'a> { /* private fields */ }Implementations§
Source§impl<'a> ItemLink<'a>
impl<'a> ItemLink<'a>
pub const fn content(&self) -> &'a str
pub const fn attributes(&self) -> Option<Attributes<'a>>
Trait Implementations§
impl<'a> Eq for ItemLink<'a>
impl<'a> StructuralPartialEq for ItemLink<'a>
Auto Trait Implementations§
impl<'a> Freeze for ItemLink<'a>
impl<'a> RefUnwindSafe for ItemLink<'a>
impl<'a> Send for ItemLink<'a>
impl<'a> Sync for ItemLink<'a>
impl<'a> Unpin for ItemLink<'a>
impl<'a> UnwindSafe for ItemLink<'a>
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