pub struct DeployerAlertStatsParams {
pub period: Option<AlertPeriod>,
}Fields§
§period: Option<AlertPeriod>Trait Implementations§
Source§impl Clone for DeployerAlertStatsParams
impl Clone for DeployerAlertStatsParams
Source§fn clone(&self) -> DeployerAlertStatsParams
fn clone(&self) -> DeployerAlertStatsParams
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 DeployerAlertStatsParams
impl Debug for DeployerAlertStatsParams
Source§impl Default for DeployerAlertStatsParams
impl Default for DeployerAlertStatsParams
Source§fn default() -> DeployerAlertStatsParams
fn default() -> DeployerAlertStatsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeployerAlertStatsParams
impl RefUnwindSafe for DeployerAlertStatsParams
impl Send for DeployerAlertStatsParams
impl Sync for DeployerAlertStatsParams
impl Unpin for DeployerAlertStatsParams
impl UnsafeUnpin for DeployerAlertStatsParams
impl UnwindSafe for DeployerAlertStatsParams
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