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