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