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