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