pub struct NnsRegistryVersionRequest {
pub network: String,
pub source_endpoint: String,
pub now_unix_secs: u64,
}Expand description
NnsRegistryVersionRequest
Request for the current NNS registry version report.
Fields§
§network: String§source_endpoint: String§now_unix_secs: u64Implementations§
Trait Implementations§
Source§impl Clone for NnsRegistryVersionRequest
impl Clone for NnsRegistryVersionRequest
Source§fn clone(&self) -> NnsRegistryVersionRequest
fn clone(&self) -> NnsRegistryVersionRequest
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 NnsRegistryVersionRequest
impl Debug for NnsRegistryVersionRequest
impl Eq for NnsRegistryVersionRequest
impl StructuralPartialEq for NnsRegistryVersionRequest
Auto Trait Implementations§
impl Freeze for NnsRegistryVersionRequest
impl RefUnwindSafe for NnsRegistryVersionRequest
impl Send for NnsRegistryVersionRequest
impl Sync for NnsRegistryVersionRequest
impl Unpin for NnsRegistryVersionRequest
impl UnsafeUnpin for NnsRegistryVersionRequest
impl UnwindSafe for NnsRegistryVersionRequest
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