pub struct RuntimeLeasePublicKey {
pub key_id: String,
pub public_key: [u8; 32],
}Fields§
§key_id: String§public_key: [u8; 32]Trait Implementations§
Source§impl Clone for RuntimeLeasePublicKey
impl Clone for RuntimeLeasePublicKey
Source§fn clone(&self) -> RuntimeLeasePublicKey
fn clone(&self) -> RuntimeLeasePublicKey
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 RuntimeLeasePublicKey
impl Debug for RuntimeLeasePublicKey
impl Eq for RuntimeLeasePublicKey
Source§impl PartialEq for RuntimeLeasePublicKey
impl PartialEq for RuntimeLeasePublicKey
impl StructuralPartialEq for RuntimeLeasePublicKey
Auto Trait Implementations§
impl Freeze for RuntimeLeasePublicKey
impl RefUnwindSafe for RuntimeLeasePublicKey
impl Send for RuntimeLeasePublicKey
impl Sync for RuntimeLeasePublicKey
impl Unpin for RuntimeLeasePublicKey
impl UnsafeUnpin for RuntimeLeasePublicKey
impl UnwindSafe for RuntimeLeasePublicKey
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