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