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