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