pub struct SetChildNodesEventParamsBuilder { /* private fields */ }Expand description
Builder for SetChildNodesEventParams.
Implementations§
Source§impl SetChildNodesEventParamsBuilder
impl SetChildNodesEventParamsBuilder
Sourcepub fn parent_id(&mut self, value: NodeId) -> &mut Self
pub fn parent_id(&mut self, value: NodeId) -> &mut Self
Parent node id to populate with children.
Sourcepub fn build(
&self,
) -> Result<SetChildNodesEventParams, SetChildNodesEventParamsBuilderError>
pub fn build( &self, ) -> Result<SetChildNodesEventParams, SetChildNodesEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for SetChildNodesEventParamsBuilder
impl Clone for SetChildNodesEventParamsBuilder
Source§fn clone(&self) -> SetChildNodesEventParamsBuilder
fn clone(&self) -> SetChildNodesEventParamsBuilder
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 SetChildNodesEventParamsBuilder
impl RefUnwindSafe for SetChildNodesEventParamsBuilder
impl Send for SetChildNodesEventParamsBuilder
impl Sync for SetChildNodesEventParamsBuilder
impl Unpin for SetChildNodesEventParamsBuilder
impl UnsafeUnpin for SetChildNodesEventParamsBuilder
impl UnwindSafe for SetChildNodesEventParamsBuilder
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