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