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