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