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