pub struct RequestLinkDevicesInput {
pub recipient: AgentPubKey,
pub recipient_passcode: Vec<u8>,
}Fields§
§recipient: AgentPubKey§recipient_passcode: Vec<u8>Trait Implementations§
Source§impl Debug for RequestLinkDevicesInput
impl Debug for RequestLinkDevicesInput
Source§impl<'de> Deserialize<'de> for RequestLinkDevicesInput
impl<'de> Deserialize<'de> for RequestLinkDevicesInput
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
Auto Trait Implementations§
impl Freeze for RequestLinkDevicesInput
impl RefUnwindSafe for RequestLinkDevicesInput
impl Send for RequestLinkDevicesInput
impl Sync for RequestLinkDevicesInput
impl Unpin for RequestLinkDevicesInput
impl UnwindSafe for RequestLinkDevicesInput
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