pub struct AnimationStyleId(pub Uuid);
Expand description
Wrapper type around [Uuid
], represents AnimationStyle::id
.
Tuple Fields§
§0: Uuid
Implementations§
Trait Implementations§
Source§impl Clone for AnimationStyleId
impl Clone for AnimationStyleId
Source§fn clone(&self) -> AnimationStyleId
fn clone(&self) -> AnimationStyleId
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 AnimationStyleId
impl Debug for AnimationStyleId
Source§impl<'de> Deserialize<'de> for AnimationStyleId
impl<'de> Deserialize<'de> for AnimationStyleId
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 AnimationStyleId
impl Display for AnimationStyleId
Source§impl From<AnimationStyleId> for Uuid
impl From<AnimationStyleId> for Uuid
Source§fn from(t: AnimationStyleId) -> Self
fn from(t: AnimationStyleId) -> Self
Converts to this type from the input type.
Source§impl FromStr for AnimationStyleId
impl FromStr for AnimationStyleId
Source§impl Hash for AnimationStyleId
impl Hash for AnimationStyleId
Source§impl PartialEq for AnimationStyleId
impl PartialEq for AnimationStyleId
Source§impl PathPart for AnimationStyleId
impl PathPart for AnimationStyleId
Source§fn get_path_string(&self) -> String
fn get_path_string(&self) -> String
string value to replace placeholder with
Source§impl Serialize for AnimationStyleId
impl Serialize for AnimationStyleId
impl Copy for AnimationStyleId
impl Eq for AnimationStyleId
impl StructuralPartialEq for AnimationStyleId
Auto Trait Implementations§
impl Freeze for AnimationStyleId
impl RefUnwindSafe for AnimationStyleId
impl Send for AnimationStyleId
impl Sync for AnimationStyleId
impl Unpin for AnimationStyleId
impl UnwindSafe for AnimationStyleId
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