pub struct RollingConfig {
pub max_surge: u32,
pub max_unavailable: u32,
}Fields§
§max_surge: u32Trait Implementations§
Source§impl Clone for RollingConfig
impl Clone for RollingConfig
Source§fn clone(&self) -> RollingConfig
fn clone(&self) -> RollingConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RollingConfig
impl Debug for RollingConfig
Source§impl<'de> Deserialize<'de> for RollingConfig
impl<'de> Deserialize<'de> for RollingConfig
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
impl Eq for RollingConfig
Source§impl PartialEq for RollingConfig
impl PartialEq for RollingConfig
Source§impl Serialize for RollingConfig
impl Serialize for RollingConfig
impl StructuralPartialEq for RollingConfig
Auto Trait Implementations§
impl Freeze for RollingConfig
impl RefUnwindSafe for RollingConfig
impl Send for RollingConfig
impl Sync for RollingConfig
impl Unpin for RollingConfig
impl UnsafeUnpin for RollingConfig
impl UnwindSafe for RollingConfig
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