pub struct IcNodeStatusSnapshotRequest {
pub source_endpoint: String,
pub now_unix_secs: u64,
}Expand description
IcNodeStatusSnapshotRequest
Request for one live finite Dashboard node-status snapshot.
Fields§
§source_endpoint: StringDashboard API v3 base endpoint.
now_unix_secs: u64Caller-supplied collection timestamp as Unix seconds.
Implementations§
Trait Implementations§
Source§impl Clone for IcNodeStatusSnapshotRequest
impl Clone for IcNodeStatusSnapshotRequest
Source§fn clone(&self) -> IcNodeStatusSnapshotRequest
fn clone(&self) -> IcNodeStatusSnapshotRequest
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 IcNodeStatusSnapshotRequest
impl Debug for IcNodeStatusSnapshotRequest
impl Eq for IcNodeStatusSnapshotRequest
impl StructuralPartialEq for IcNodeStatusSnapshotRequest
Auto Trait Implementations§
impl Freeze for IcNodeStatusSnapshotRequest
impl RefUnwindSafe for IcNodeStatusSnapshotRequest
impl Send for IcNodeStatusSnapshotRequest
impl Sync for IcNodeStatusSnapshotRequest
impl Unpin for IcNodeStatusSnapshotRequest
impl UnsafeUnpin for IcNodeStatusSnapshotRequest
impl UnwindSafe for IcNodeStatusSnapshotRequest
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