pub struct CloudEngineProviderInfoRequest {
pub network: String,
pub source_endpoint: String,
pub now_unix_secs: u64,
pub node_provider_id: String,
}Expand description
CloudEngineProviderInfoRequest
Request for one exact official Dashboard node-provider record and its CloudEngine fields.
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.
node_provider_id: StringExact node-provider principal.
Implementations§
Trait Implementations§
Source§impl Clone for CloudEngineProviderInfoRequest
impl Clone for CloudEngineProviderInfoRequest
Source§fn clone(&self) -> CloudEngineProviderInfoRequest
fn clone(&self) -> CloudEngineProviderInfoRequest
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 CloudEngineProviderInfoRequest
impl StructuralPartialEq for CloudEngineProviderInfoRequest
Auto Trait Implementations§
impl Freeze for CloudEngineProviderInfoRequest
impl RefUnwindSafe for CloudEngineProviderInfoRequest
impl Send for CloudEngineProviderInfoRequest
impl Sync for CloudEngineProviderInfoRequest
impl Unpin for CloudEngineProviderInfoRequest
impl UnsafeUnpin for CloudEngineProviderInfoRequest
impl UnwindSafe for CloudEngineProviderInfoRequest
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