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