pub struct HsPeriodKeys {
pub period_num: u64,
pub period_len: i32,
pub blinded: Bytes,
pub subcredential: Bytes,
}Fields§
§period_num: u64§period_len: i32§blinded: Bytes§subcredential: BytesTrait Implementations§
Source§impl Clone for HsPeriodKeys
impl Clone for HsPeriodKeys
Source§fn clone(&self) -> HsPeriodKeys
fn clone(&self) -> HsPeriodKeys
Returns a duplicate of the value. Read more
1.0.0 · 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 HsPeriodKeys
impl Debug for HsPeriodKeys
Source§impl Default for HsPeriodKeys
impl Default for HsPeriodKeys
Source§fn default() -> HsPeriodKeys
fn default() -> HsPeriodKeys
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HsPeriodKeys
impl RefUnwindSafe for HsPeriodKeys
impl Send for HsPeriodKeys
impl Sync for HsPeriodKeys
impl Unpin for HsPeriodKeys
impl UnsafeUnpin for HsPeriodKeys
impl UnwindSafe for HsPeriodKeys
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