pub struct CanaryConfig {
pub steps_percent: Vec<u8>,
pub observation_seconds: u32,
pub auto_promote: bool,
}Fields§
§steps_percent: Vec<u8>§observation_seconds: u32§auto_promote: boolTrait Implementations§
Source§impl Clone for CanaryConfig
impl Clone for CanaryConfig
Source§fn clone(&self) -> CanaryConfig
fn clone(&self) -> CanaryConfig
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 CanaryConfig
impl Debug for CanaryConfig
Source§impl<'de> Deserialize<'de> for CanaryConfig
impl<'de> Deserialize<'de> for CanaryConfig
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 CanaryConfig
Source§impl PartialEq for CanaryConfig
impl PartialEq for CanaryConfig
Source§impl Serialize for CanaryConfig
impl Serialize for CanaryConfig
impl StructuralPartialEq for CanaryConfig
Auto Trait Implementations§
impl Freeze for CanaryConfig
impl RefUnwindSafe for CanaryConfig
impl Send for CanaryConfig
impl Sync for CanaryConfig
impl Unpin for CanaryConfig
impl UnsafeUnpin for CanaryConfig
impl UnwindSafe for CanaryConfig
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