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