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