pub struct SetKeyframeKeyReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetKeyframeKeyReturnObject.
Implementations§
Source§impl SetKeyframeKeyReturnObjectBuilder
impl SetKeyframeKeyReturnObjectBuilder
Sourcepub fn key_text(&mut self, value: Value) -> &mut Self
pub fn key_text(&mut self, value: Value) -> &mut Self
The resulting key text after modification.
Sourcepub fn build(
&self,
) -> Result<SetKeyframeKeyReturnObject, SetKeyframeKeyReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetKeyframeKeyReturnObject, SetKeyframeKeyReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for SetKeyframeKeyReturnObjectBuilder
impl Clone for SetKeyframeKeyReturnObjectBuilder
Source§fn clone(&self) -> SetKeyframeKeyReturnObjectBuilder
fn clone(&self) -> SetKeyframeKeyReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetKeyframeKeyReturnObjectBuilder
impl RefUnwindSafe for SetKeyframeKeyReturnObjectBuilder
impl Send for SetKeyframeKeyReturnObjectBuilder
impl Sync for SetKeyframeKeyReturnObjectBuilder
impl Unpin for SetKeyframeKeyReturnObjectBuilder
impl UnsafeUnpin for SetKeyframeKeyReturnObjectBuilder
impl UnwindSafe for SetKeyframeKeyReturnObjectBuilder
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