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