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