pub struct PilotIdentity { /* private fields */ }Implementations§
Source§impl PilotIdentity
impl PilotIdentity
pub fn pilot_id(&self) -> PilotId
pub fn pilot_id_public_key_hex(&self) -> String
pub fn active_pilot_auth_public_key_hex(&self) -> String
pub fn active_pilot_auth_did(&self) -> DidKey
pub fn pilot_id_secret_key(&self) -> SecretKey
pub fn active_pilot_auth_secret_key(&self) -> SecretKey
pub fn export_public_identity(&self) -> PilotPublicIdentity
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PilotIdentity
impl RefUnwindSafe for PilotIdentity
impl Send for PilotIdentity
impl Sync for PilotIdentity
impl Unpin for PilotIdentity
impl UnsafeUnpin for PilotIdentity
impl UnwindSafe for PilotIdentity
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