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