pub struct PoolResponsePostAllOf {
pub quorum: Option<i32>,
}Fields§
§quorum: Option<i32>Percentage of capacity (0-100) that needs to be operationally available for a pool to be considered up.
Implementations§
Source§impl PoolResponsePostAllOf
impl PoolResponsePostAllOf
pub fn new() -> PoolResponsePostAllOf
Trait Implementations§
Source§impl Clone for PoolResponsePostAllOf
impl Clone for PoolResponsePostAllOf
Source§fn clone(&self) -> PoolResponsePostAllOf
fn clone(&self) -> PoolResponsePostAllOf
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 moreSource§impl Debug for PoolResponsePostAllOf
impl Debug for PoolResponsePostAllOf
Source§impl Default for PoolResponsePostAllOf
impl Default for PoolResponsePostAllOf
Source§fn default() -> PoolResponsePostAllOf
fn default() -> PoolResponsePostAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PoolResponsePostAllOf
impl<'de> Deserialize<'de> for PoolResponsePostAllOf
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
Source§impl PartialEq for PoolResponsePostAllOf
impl PartialEq for PoolResponsePostAllOf
Source§impl Serialize for PoolResponsePostAllOf
impl Serialize for PoolResponsePostAllOf
impl StructuralPartialEq for PoolResponsePostAllOf
Auto Trait Implementations§
impl Freeze for PoolResponsePostAllOf
impl RefUnwindSafe for PoolResponsePostAllOf
impl Send for PoolResponsePostAllOf
impl Sync for PoolResponsePostAllOf
impl Unpin for PoolResponsePostAllOf
impl UnsafeUnpin for PoolResponsePostAllOf
impl UnwindSafe for PoolResponsePostAllOf
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