pub struct ChapterIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for ChapterIriOrLabel
impl PartialEq<&str> for ChapterIriOrLabel
Source§impl PartialEq<ChapterIriOrLabel> for &str
impl PartialEq<ChapterIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for ChapterIriOrLabel
impl RefUnwindSafe for ChapterIriOrLabel
impl Send for ChapterIriOrLabel
impl Sync for ChapterIriOrLabel
impl Unpin for ChapterIriOrLabel
impl UnwindSafe for ChapterIriOrLabel
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