pub struct GetApplicationKey {
pub info: Message,
}Fields§
§info: MessageTrait 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 AuthRequest
impl From<GetApplicationKey> for AuthRequest
Source§fn from(request: GetApplicationKey) -> Self
fn from(request: GetApplicationKey) -> Self
Converts to this type from the input type.
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