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