pub struct NnsLeafRefreshText<'a> {Show 14 fields
pub network: &'a str,
pub cache_path: &'a str,
pub refresh_lock_path: &'a str,
pub governance_canister_id: Option<&'a str>,
pub registry_canister_id: &'a str,
pub registry_version: u64,
pub fetched_at: &'a str,
pub source_endpoint: &'a str,
pub fetched_by: &'a str,
pub dry_run: bool,
pub wrote_cache: bool,
pub replaced_existing_cache: bool,
pub count_label: &'a str,
pub count: usize,
}Expand description
NnsLeafRefreshText
Shared fields rendered for an NNS inventory refresh result.
Fields§
§network: &'a str§cache_path: &'a str§refresh_lock_path: &'a str§governance_canister_id: Option<&'a str>§registry_canister_id: &'a str§registry_version: u64§fetched_at: &'a str§source_endpoint: &'a str§fetched_by: &'a str§dry_run: bool§wrote_cache: bool§replaced_existing_cache: bool§count_label: &'a str§count: usizeTrait Implementations§
Source§impl<'a> Clone for NnsLeafRefreshText<'a>
impl<'a> Clone for NnsLeafRefreshText<'a>
Source§fn clone(&self) -> NnsLeafRefreshText<'a>
fn clone(&self) -> NnsLeafRefreshText<'a>
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<'a> Copy for NnsLeafRefreshText<'a>
Source§impl<'a> Debug for NnsLeafRefreshText<'a>
impl<'a> Debug for NnsLeafRefreshText<'a>
impl<'a> Eq for NnsLeafRefreshText<'a>
Source§impl<'a> PartialEq for NnsLeafRefreshText<'a>
impl<'a> PartialEq for NnsLeafRefreshText<'a>
impl<'a> StructuralPartialEq for NnsLeafRefreshText<'a>
Auto Trait Implementations§
impl<'a> Freeze for NnsLeafRefreshText<'a>
impl<'a> RefUnwindSafe for NnsLeafRefreshText<'a>
impl<'a> Send for NnsLeafRefreshText<'a>
impl<'a> Sync for NnsLeafRefreshText<'a>
impl<'a> Unpin for NnsLeafRefreshText<'a>
impl<'a> UnsafeUnpin for NnsLeafRefreshText<'a>
impl<'a> UnwindSafe for NnsLeafRefreshText<'a>
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