pub struct AlertActivationRequest {
pub alert_active: AlertActivationRequestAlertActive,
pub alert_id: i32,
}Fields§
§alert_active: AlertActivationRequestAlertActiveSet whether or not the alert should be active (1) or inactive (0).
alert_id: i32The alert Identifier
Trait Implementations§
Source§impl Clone for AlertActivationRequest
impl Clone for AlertActivationRequest
Source§fn clone(&self) -> AlertActivationRequest
fn clone(&self) -> AlertActivationRequest
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 AlertActivationRequest
impl Debug for AlertActivationRequest
Source§impl Default for AlertActivationRequest
impl Default for AlertActivationRequest
Source§impl PartialEq for AlertActivationRequest
impl PartialEq for AlertActivationRequest
Source§impl Serialize for AlertActivationRequest
impl Serialize for AlertActivationRequest
impl StructuralPartialEq for AlertActivationRequest
Auto Trait Implementations§
impl Freeze for AlertActivationRequest
impl RefUnwindSafe for AlertActivationRequest
impl Send for AlertActivationRequest
impl Sync for AlertActivationRequest
impl Unpin for AlertActivationRequest
impl UnsafeUnpin for AlertActivationRequest
impl UnwindSafe for AlertActivationRequest
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