pub struct PushNodeByPathToFrontendReturnObjectBuilder { /* private fields */ }Expand description
Builder for PushNodeByPathToFrontendReturnObject.
Implementations§
Source§impl PushNodeByPathToFrontendReturnObjectBuilder
impl PushNodeByPathToFrontendReturnObjectBuilder
Sourcepub fn build(
&self,
) -> Result<PushNodeByPathToFrontendReturnObject, PushNodeByPathToFrontendReturnObjectBuilderError>
pub fn build( &self, ) -> Result<PushNodeByPathToFrontendReturnObject, PushNodeByPathToFrontendReturnObjectBuilderError>
Builds a new PushNodeByPathToFrontendReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for PushNodeByPathToFrontendReturnObjectBuilder
impl Clone for PushNodeByPathToFrontendReturnObjectBuilder
Source§fn clone(&self) -> PushNodeByPathToFrontendReturnObjectBuilder
fn clone(&self) -> PushNodeByPathToFrontendReturnObjectBuilder
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 PushNodeByPathToFrontendReturnObjectBuilder
impl RefUnwindSafe for PushNodeByPathToFrontendReturnObjectBuilder
impl Send for PushNodeByPathToFrontendReturnObjectBuilder
impl Sync for PushNodeByPathToFrontendReturnObjectBuilder
impl Unpin for PushNodeByPathToFrontendReturnObjectBuilder
impl UnsafeUnpin for PushNodeByPathToFrontendReturnObjectBuilder
impl UnwindSafe for PushNodeByPathToFrontendReturnObjectBuilder
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