pub struct GetLayersForNodeParamsBuilder { /* private fields */ }Implementations§
source§impl GetLayersForNodeParamsBuilder
impl GetLayersForNodeParamsBuilder
pub fn node_id( self, node_id: impl Into<NodeId> ) -> GetLayersForNodeParamsBuilder
pub fn build(self) -> Result<GetLayersForNodeParams, String>
Trait Implementations§
source§impl Clone for GetLayersForNodeParamsBuilder
impl Clone for GetLayersForNodeParamsBuilder
source§fn clone(&self) -> GetLayersForNodeParamsBuilder
fn clone(&self) -> GetLayersForNodeParamsBuilder
Returns a copy 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 moresource§impl Default for GetLayersForNodeParamsBuilder
impl Default for GetLayersForNodeParamsBuilder
source§fn default() -> GetLayersForNodeParamsBuilder
fn default() -> GetLayersForNodeParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetLayersForNodeParamsBuilder
impl Send for GetLayersForNodeParamsBuilder
impl Sync for GetLayersForNodeParamsBuilder
impl Unpin for GetLayersForNodeParamsBuilder
impl UnwindSafe for GetLayersForNodeParamsBuilder
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