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