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