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