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