pub struct NnsInventoryCacheRequest {
pub cache_root: PathBuf,
pub network: String,
}Expand description
NnsInventoryCacheRequest
Shared cache identity for Registry-derived NNS inventory reports.
Fields§
§cache_root: PathBuf§network: StringImplementations§
Trait Implementations§
Source§impl Clone for NnsInventoryCacheRequest
impl Clone for NnsInventoryCacheRequest
Source§fn clone(&self) -> NnsInventoryCacheRequest
fn clone(&self) -> NnsInventoryCacheRequest
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 NnsInventoryCacheRequest
impl Debug for NnsInventoryCacheRequest
impl Eq for NnsInventoryCacheRequest
Source§impl PartialEq for NnsInventoryCacheRequest
impl PartialEq for NnsInventoryCacheRequest
impl StructuralPartialEq for NnsInventoryCacheRequest
Auto Trait Implementations§
impl Freeze for NnsInventoryCacheRequest
impl RefUnwindSafe for NnsInventoryCacheRequest
impl Send for NnsInventoryCacheRequest
impl Sync for NnsInventoryCacheRequest
impl Unpin for NnsInventoryCacheRequest
impl UnsafeUnpin for NnsInventoryCacheRequest
impl UnwindSafe for NnsInventoryCacheRequest
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