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