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