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