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