pub struct IataCodePropertyIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for IataCodePropertyIriOrLabel
impl PartialEq<&str> for IataCodePropertyIriOrLabel
Source§impl PartialEq<IataCodePropertyIriOrLabel> for &str
impl PartialEq<IataCodePropertyIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for IataCodePropertyIriOrLabel
impl RefUnwindSafe for IataCodePropertyIriOrLabel
impl Send for IataCodePropertyIriOrLabel
impl Sync for IataCodePropertyIriOrLabel
impl Unpin for IataCodePropertyIriOrLabel
impl UnwindSafe for IataCodePropertyIriOrLabel
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