pub struct SetKeyframeKeyReturnsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetKeyframeKeyReturnsBuilder<'a>
impl<'a> SetKeyframeKeyReturnsBuilder<'a>
pub fn build(self) -> SetKeyframeKeyReturns<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetKeyframeKeyReturnsBuilder<'a>
impl<'a> RefUnwindSafe for SetKeyframeKeyReturnsBuilder<'a>
impl<'a> Send for SetKeyframeKeyReturnsBuilder<'a>
impl<'a> Sync for SetKeyframeKeyReturnsBuilder<'a>
impl<'a> Unpin for SetKeyframeKeyReturnsBuilder<'a>
impl<'a> UnsafeUnpin for SetKeyframeKeyReturnsBuilder<'a>
impl<'a> UnwindSafe for SetKeyframeKeyReturnsBuilder<'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