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