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