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