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