pub struct CloudEngineProviderListRequest {
pub network: String,
pub source_endpoint: String,
pub now_unix_secs: u64,
}Expand description
CloudEngineProviderListRequest
Request for one complete official Dashboard provider resource filtered to CloudEngine rows.
Fields§
§network: StringRequested network identity; the built-in source accepts only ic.
source_endpoint: StringOfficial Dashboard v3 base endpoint.
now_unix_secs: u64Caller collection time as Unix seconds.
Implementations§
Trait Implementations§
Source§impl Clone for CloudEngineProviderListRequest
impl Clone for CloudEngineProviderListRequest
Source§fn clone(&self) -> CloudEngineProviderListRequest
fn clone(&self) -> CloudEngineProviderListRequest
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 moreimpl Eq for CloudEngineProviderListRequest
impl StructuralPartialEq for CloudEngineProviderListRequest
Auto Trait Implementations§
impl Freeze for CloudEngineProviderListRequest
impl RefUnwindSafe for CloudEngineProviderListRequest
impl Send for CloudEngineProviderListRequest
impl Sync for CloudEngineProviderListRequest
impl Unpin for CloudEngineProviderListRequest
impl UnsafeUnpin for CloudEngineProviderListRequest
impl UnwindSafe for CloudEngineProviderListRequest
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