pub struct SetKeyframeKeyResult {
pub key_text: Value,
}Fields§
§key_text: ValueThe resulting key text after modification.
Trait Implementations§
Source§impl Clone for SetKeyframeKeyResult
impl Clone for SetKeyframeKeyResult
Source§fn clone(&self) -> SetKeyframeKeyResult
fn clone(&self) -> SetKeyframeKeyResult
Returns a duplicate 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 SetKeyframeKeyResult
impl Debug for SetKeyframeKeyResult
Source§impl<'de> Deserialize<'de> for SetKeyframeKeyResult
impl<'de> Deserialize<'de> for SetKeyframeKeyResult
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 PartialEq for SetKeyframeKeyResult
impl PartialEq for SetKeyframeKeyResult
Source§impl Serialize for SetKeyframeKeyResult
impl Serialize for SetKeyframeKeyResult
Source§impl TryFrom<Value> for SetKeyframeKeyResult
impl TryFrom<Value> for SetKeyframeKeyResult
impl StructuralPartialEq for SetKeyframeKeyResult
Auto Trait Implementations§
impl Freeze for SetKeyframeKeyResult
impl RefUnwindSafe for SetKeyframeKeyResult
impl Send for SetKeyframeKeyResult
impl Sync for SetKeyframeKeyResult
impl Unpin for SetKeyframeKeyResult
impl UnsafeUnpin for SetKeyframeKeyResult
impl UnwindSafe for SetKeyframeKeyResult
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