pub struct SetKeyframeKeyReturns<'a> { /* private fields */ }Expand description
Modifies the keyframe rule key text.
Implementations§
Source§impl<'a> SetKeyframeKeyReturns<'a>
impl<'a> SetKeyframeKeyReturns<'a>
Sourcepub fn builder(key_text: ProtocolValue<'a>) -> SetKeyframeKeyReturnsBuilder<'a>
pub fn builder(key_text: ProtocolValue<'a>) -> SetKeyframeKeyReturnsBuilder<'a>
Creates a builder for this type with the required parameters:
key_text: The resulting key text after modification.
Sourcepub fn key_text(&self) -> &ProtocolValue<'a>
pub fn key_text(&self) -> &ProtocolValue<'a>
The resulting key text after modification.
Trait Implementations§
Source§impl<'a> Clone for SetKeyframeKeyReturns<'a>
impl<'a> Clone for SetKeyframeKeyReturns<'a>
Source§fn clone(&self) -> SetKeyframeKeyReturns<'a>
fn clone(&self) -> SetKeyframeKeyReturns<'a>
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<'a> Debug for SetKeyframeKeyReturns<'a>
impl<'a> Debug for SetKeyframeKeyReturns<'a>
Source§impl<'a> Default for SetKeyframeKeyReturns<'a>
impl<'a> Default for SetKeyframeKeyReturns<'a>
Source§fn default() -> SetKeyframeKeyReturns<'a>
fn default() -> SetKeyframeKeyReturns<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for SetKeyframeKeyReturns<'a>
impl<'de, 'a> Deserialize<'de> for SetKeyframeKeyReturns<'a>
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
Auto Trait Implementations§
impl<'a> Freeze for SetKeyframeKeyReturns<'a>
impl<'a> RefUnwindSafe for SetKeyframeKeyReturns<'a>
impl<'a> Send for SetKeyframeKeyReturns<'a>
impl<'a> Sync for SetKeyframeKeyReturns<'a>
impl<'a> Unpin for SetKeyframeKeyReturns<'a>
impl<'a> UnsafeUnpin for SetKeyframeKeyReturns<'a>
impl<'a> UnwindSafe for SetKeyframeKeyReturns<'a>
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