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