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