pub struct NodePoolBuilder { /* private fields */ }
Expand description
Builder for NodePool
.
Implementations§
Source§impl NodePoolBuilder
impl NodePoolBuilder
pub fn name(&mut self, value: String) -> &mut Self
pub fn description(&mut self, value: String) -> &mut Self
pub fn meta(&mut self, value: HashMap<String, String>) -> &mut Self
pub fn scheduler_configuration( &mut self, value: Option<NodePoolSchedulerConfiguration>, ) -> &mut Self
pub fn create_index(&mut self, value: u64) -> &mut Self
pub fn modify_index(&mut self, value: u64) -> &mut Self
Trait Implementations§
Source§impl Clone for NodePoolBuilder
impl Clone for NodePoolBuilder
Source§fn clone(&self) -> NodePoolBuilder
fn clone(&self) -> NodePoolBuilder
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 moreAuto Trait Implementations§
impl Freeze for NodePoolBuilder
impl RefUnwindSafe for NodePoolBuilder
impl Send for NodePoolBuilder
impl Sync for NodePoolBuilder
impl Unpin for NodePoolBuilder
impl UnwindSafe for NodePoolBuilder
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