pub struct KeyPageInfo {
pub credits: u64,
pub version: u64,
pub threshold: u64,
pub key_count: usize,
}Expand description
Key page information for QuickStart API
Fields§
§credits: u64Credit balance
version: u64Current version
threshold: u64Accept threshold
key_count: usizeNumber of keys
Trait Implementations§
Source§impl Clone for KeyPageInfo
impl Clone for KeyPageInfo
Source§fn clone(&self) -> KeyPageInfo
fn clone(&self) -> KeyPageInfo
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 moreAuto Trait Implementations§
impl Freeze for KeyPageInfo
impl RefUnwindSafe for KeyPageInfo
impl Send for KeyPageInfo
impl Sync for KeyPageInfo
impl Unpin for KeyPageInfo
impl UnsafeUnpin for KeyPageInfo
impl UnwindSafe for KeyPageInfo
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