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