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