pub struct AnimationId(pub Uuid);
Expand description
Wrapper type around [Uuid
], represents the ID of an animation.
Tuple Fields§
§0: Uuid
Implementations§
Trait Implementations§
Source§impl Clone for AnimationId
impl Clone for AnimationId
Source§fn clone(&self) -> AnimationId
fn clone(&self) -> AnimationId
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 AnimationId
impl Debug for AnimationId
Source§impl<'de> Deserialize<'de> for AnimationId
impl<'de> Deserialize<'de> for AnimationId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AnimationId
impl Display for AnimationId
Source§impl From<AnimationId> for Uuid
impl From<AnimationId> for Uuid
Source§fn from(t: AnimationId) -> Self
fn from(t: AnimationId) -> Self
Converts to this type from the input type.
Source§impl FromStr for AnimationId
impl FromStr for AnimationId
Source§impl Hash for AnimationId
impl Hash for AnimationId
Source§impl PartialEq for AnimationId
impl PartialEq for AnimationId
Source§impl PathPart for AnimationId
impl PathPart for AnimationId
Source§fn get_path_string(&self) -> String
fn get_path_string(&self) -> String
string value to replace placeholder with
Source§impl Serialize for AnimationId
impl Serialize for AnimationId
impl Copy for AnimationId
impl Eq for AnimationId
impl StructuralPartialEq for AnimationId
Auto Trait Implementations§
impl Freeze for AnimationId
impl RefUnwindSafe for AnimationId
impl Send for AnimationId
impl Sync for AnimationId
impl Unpin for AnimationId
impl UnwindSafe for AnimationId
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