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