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