pub struct NullKeyframeData {
pub value: Uuid,
}Fields§
§value: UuidTrait Implementations§
Source§impl Clone for NullKeyframeData
impl Clone for NullKeyframeData
Source§fn clone(&self) -> NullKeyframeData
fn clone(&self) -> NullKeyframeData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NullKeyframeData
impl Debug for NullKeyframeData
Source§impl<'de> Deserialize<'de> for NullKeyframeData
impl<'de> Deserialize<'de> for NullKeyframeData
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
impl Eq for NullKeyframeData
Source§impl From<NullKeyframeData> for ConcreteSchemaType
impl From<NullKeyframeData> for ConcreteSchemaType
Source§fn from(_: NullKeyframeData) -> Self
fn from(_: NullKeyframeData) -> Self
Converts to this type from the input type.
Source§impl From<NullKeyframeData> for KeyframeData
impl From<NullKeyframeData> for KeyframeData
Source§fn from(data: NullKeyframeData) -> Self
fn from(data: NullKeyframeData) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NullKeyframeData
impl PartialEq for NullKeyframeData
Source§fn eq(&self, other: &NullKeyframeData) -> bool
fn eq(&self, other: &NullKeyframeData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NullKeyframeData
impl Serialize for NullKeyframeData
impl StructuralPartialEq for NullKeyframeData
impl TKeyframeData for NullKeyframeData
Auto Trait Implementations§
impl Freeze for NullKeyframeData
impl RefUnwindSafe for NullKeyframeData
impl Send for NullKeyframeData
impl Sync for NullKeyframeData
impl Unpin for NullKeyframeData
impl UnsafeUnpin for NullKeyframeData
impl UnwindSafe for NullKeyframeData
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