pub struct NnsInventoryListRequest {
pub cache: NnsInventoryCacheRequest,
pub source_endpoint: String,
pub now_unix_secs: u64,
}Expand description
NnsInventoryListRequest
Shared request for a complete Registry-derived NNS inventory report.
Fields§
§cache: NnsInventoryCacheRequest§source_endpoint: String§now_unix_secs: u64Implementations§
Trait Implementations§
Source§impl Clone for NnsInventoryListRequest
impl Clone for NnsInventoryListRequest
Source§fn clone(&self) -> NnsInventoryListRequest
fn clone(&self) -> NnsInventoryListRequest
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 NnsInventoryListRequest
impl Debug for NnsInventoryListRequest
impl Eq for NnsInventoryListRequest
Source§impl PartialEq for NnsInventoryListRequest
impl PartialEq for NnsInventoryListRequest
impl StructuralPartialEq for NnsInventoryListRequest
Auto Trait Implementations§
impl Freeze for NnsInventoryListRequest
impl RefUnwindSafe for NnsInventoryListRequest
impl Send for NnsInventoryListRequest
impl Sync for NnsInventoryListRequest
impl Unpin for NnsInventoryListRequest
impl UnsafeUnpin for NnsInventoryListRequest
impl UnwindSafe for NnsInventoryListRequest
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