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