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