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