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