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