Struct schema_org_constants::FlightIri
source · pub struct FlightIri;Trait Implementations§
source§impl PartialEq<&str> for FlightIri
impl PartialEq<&str> for FlightIri
Auto Trait Implementations§
impl Freeze for FlightIri
impl RefUnwindSafe for FlightIri
impl Send for FlightIri
impl Sync for FlightIri
impl Unpin for FlightIri
impl UnwindSafe for FlightIri
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