pub struct CreateKeyResult {
pub out_private: Private,
pub out_public: Public,
pub creation_data: CreationData,
pub creation_hash: Digest,
pub creation_ticket: CreationTicket,
}Fields§
§out_private: Private§out_public: Public§creation_data: CreationData§creation_hash: Digest§creation_ticket: CreationTicketAuto Trait Implementations§
impl Freeze for CreateKeyResult
impl RefUnwindSafe for CreateKeyResult
impl Send for CreateKeyResult
impl Sync for CreateKeyResult
impl Unpin for CreateKeyResult
impl UnwindSafe for CreateKeyResult
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