pub struct Nodepools {
pub name: String,
pub config: NodeConfig,
pub initialNodeCount: i32,
}Fields§
§name: String§config: NodeConfig§initialNodeCount: i32Trait Implementations§
Source§impl<'de> Deserialize<'de> for Nodepools
impl<'de> Deserialize<'de> for Nodepools
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Nodepools
impl RefUnwindSafe for Nodepools
impl Send for Nodepools
impl Sync for Nodepools
impl Unpin for Nodepools
impl UnsafeUnpin for Nodepools
impl UnwindSafe for Nodepools
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