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