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