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