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