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