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