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