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
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