pub struct UserAudioListPath();
Trait Implementations§
Source§impl Clone for UserAudioListPath
impl Clone for UserAudioListPath
Source§fn clone(&self) -> UserAudioListPath
fn clone(&self) -> UserAudioListPath
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserAudioListPath
impl Debug for UserAudioListPath
Auto Trait Implementations§
impl Freeze for UserAudioListPath
impl RefUnwindSafe for UserAudioListPath
impl Send for UserAudioListPath
impl Sync for UserAudioListPath
impl Unpin for UserAudioListPath
impl UnwindSafe for UserAudioListPath
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