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