pub struct UserAudioUploadPath(pub AudioId);
Tuple Fields§
§0: AudioId
Trait Implementations§
Source§impl Clone for UserAudioUploadPath
impl Clone for UserAudioUploadPath
Source§fn clone(&self) -> UserAudioUploadPath
fn clone(&self) -> UserAudioUploadPath
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 UserAudioUploadPath
impl Debug for UserAudioUploadPath
Auto Trait Implementations§
impl Freeze for UserAudioUploadPath
impl RefUnwindSafe for UserAudioUploadPath
impl Send for UserAudioUploadPath
impl Sync for UserAudioUploadPath
impl Unpin for UserAudioUploadPath
impl UnwindSafe for UserAudioUploadPath
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