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