pub struct PilotPublicIdentity {
pub pilot_id: PilotId,
pub pilot_id_public_key_hex: String,
pub active_pilot_auth_public_key_hex: String,
}Fields§
§pilot_id: PilotId§pilot_id_public_key_hex: String§active_pilot_auth_public_key_hex: StringTrait Implementations§
Source§impl Clone for PilotPublicIdentity
impl Clone for PilotPublicIdentity
Source§fn clone(&self) -> PilotPublicIdentity
fn clone(&self) -> PilotPublicIdentity
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 PilotPublicIdentity
impl Debug for PilotPublicIdentity
Source§impl<'de> Deserialize<'de> for PilotPublicIdentity
impl<'de> Deserialize<'de> for PilotPublicIdentity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PilotPublicIdentity
impl PartialEq for PilotPublicIdentity
Source§fn eq(&self, other: &PilotPublicIdentity) -> bool
fn eq(&self, other: &PilotPublicIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PilotPublicIdentity
impl Serialize for PilotPublicIdentity
impl Eq for PilotPublicIdentity
impl StructuralPartialEq for PilotPublicIdentity
Auto Trait Implementations§
impl Freeze for PilotPublicIdentity
impl RefUnwindSafe for PilotPublicIdentity
impl Send for PilotPublicIdentity
impl Sync for PilotPublicIdentity
impl Unpin for PilotPublicIdentity
impl UnsafeUnpin for PilotPublicIdentity
impl UnwindSafe for PilotPublicIdentity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.