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