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