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