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
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