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