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