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