pub struct HyperTocEntryIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for HyperTocEntryIriOrLabel
impl PartialEq<&str> for HyperTocEntryIriOrLabel
source§impl PartialEq<HyperTocEntryIriOrLabel> for &str
impl PartialEq<HyperTocEntryIriOrLabel> for &str
source§fn eq(&self, other: &HyperTocEntryIriOrLabel) -> bool
fn eq(&self, other: &HyperTocEntryIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for HyperTocEntryIriOrLabel
impl RefUnwindSafe for HyperTocEntryIriOrLabel
impl Send for HyperTocEntryIriOrLabel
impl Sync for HyperTocEntryIriOrLabel
impl Unpin for HyperTocEntryIriOrLabel
impl UnwindSafe for HyperTocEntryIriOrLabel
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