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