pub struct GetApplicationKey {
pub key: KeyId,
}Fields§
§key: KeyIdTrait Implementations§
Source§impl Debug for GetApplicationKey
impl Debug for GetApplicationKey
Source§impl<'de> Deserialize<'de> for GetApplicationKey
impl<'de> Deserialize<'de> for GetApplicationKey
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 From<GetApplicationKey> for AuthReply
impl From<GetApplicationKey> for AuthReply
Source§fn from(reply: GetApplicationKey) -> Self
fn from(reply: GetApplicationKey) -> Self
Converts to this type from the input type.
Source§impl Serialize for GetApplicationKey
impl Serialize for GetApplicationKey
Auto Trait Implementations§
impl Freeze for GetApplicationKey
impl RefUnwindSafe for GetApplicationKey
impl Send for GetApplicationKey
impl Sync for GetApplicationKey
impl Unpin for GetApplicationKey
impl UnwindSafe for GetApplicationKey
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