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