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