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