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