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