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