pub struct AlertListOptions {
pub active: Option<bool>,
pub account_id: Option<i64>,
pub region_id: Option<i64>,
pub severity: Option<i64>,
pub category: Option<String>,
pub since: Option<String>,
pub page: Option<i64>,
pub limit: Option<i64>,
}Fields§
§active: Option<bool>§account_id: Option<i64>§region_id: Option<i64>§severity: Option<i64>§category: Option<String>§since: Option<String>§page: Option<i64>§limit: Option<i64>Trait Implementations§
Source§impl Clone for AlertListOptions
impl Clone for AlertListOptions
Source§fn clone(&self) -> AlertListOptions
fn clone(&self) -> AlertListOptions
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 AlertListOptions
impl Debug for AlertListOptions
Source§impl Default for AlertListOptions
impl Default for AlertListOptions
Source§fn default() -> AlertListOptions
fn default() -> AlertListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AlertListOptions
impl RefUnwindSafe for AlertListOptions
impl Send for AlertListOptions
impl Sync for AlertListOptions
impl Unpin for AlertListOptions
impl UnsafeUnpin for AlertListOptions
impl UnwindSafe for AlertListOptions
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