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