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