pub struct GetAnimatedStylesForNodeBuilder { /* private fields */ }Expand description
Builder for GetAnimatedStylesForNode.
Implementations§
Source§impl GetAnimatedStylesForNodeBuilder
impl GetAnimatedStylesForNodeBuilder
pub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetAnimatedStylesForNode, GetAnimatedStylesForNodeBuilderError>
pub fn build( &self, ) -> Result<GetAnimatedStylesForNode, GetAnimatedStylesForNodeBuilderError>
Trait Implementations§
Source§impl Clone for GetAnimatedStylesForNodeBuilder
impl Clone for GetAnimatedStylesForNodeBuilder
Source§fn clone(&self) -> GetAnimatedStylesForNodeBuilder
fn clone(&self) -> GetAnimatedStylesForNodeBuilder
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 GetAnimatedStylesForNodeBuilder
impl RefUnwindSafe for GetAnimatedStylesForNodeBuilder
impl Send for GetAnimatedStylesForNodeBuilder
impl Sync for GetAnimatedStylesForNodeBuilder
impl Unpin for GetAnimatedStylesForNodeBuilder
impl UnsafeUnpin for GetAnimatedStylesForNodeBuilder
impl UnwindSafe for GetAnimatedStylesForNodeBuilder
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