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