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
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