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