pub struct NodesUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for NodesUpdatedEventParams.
Implementations§
Source§impl NodesUpdatedEventParamsBuilder
impl NodesUpdatedEventParamsBuilder
Sourcepub fn build(
&self,
) -> Result<NodesUpdatedEventParams, NodesUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<NodesUpdatedEventParams, NodesUpdatedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for NodesUpdatedEventParamsBuilder
impl Clone for NodesUpdatedEventParamsBuilder
Source§fn clone(&self) -> NodesUpdatedEventParamsBuilder
fn clone(&self) -> NodesUpdatedEventParamsBuilder
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 NodesUpdatedEventParamsBuilder
impl RefUnwindSafe for NodesUpdatedEventParamsBuilder
impl Send for NodesUpdatedEventParamsBuilder
impl Sync for NodesUpdatedEventParamsBuilder
impl Unpin for NodesUpdatedEventParamsBuilder
impl UnsafeUnpin for NodesUpdatedEventParamsBuilder
impl UnwindSafe for NodesUpdatedEventParamsBuilder
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