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