pub enum JadeRecipient {
Device,
PinServer {
url: String,
},
}Variants§
Trait Implementations§
Source§impl From<JadeRecipient> for Recipient
impl From<JadeRecipient> for Recipient
Source§fn from(recipient: JadeRecipient) -> Recipient
fn from(recipient: JadeRecipient) -> Recipient
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JadeRecipient
impl RefUnwindSafe for JadeRecipient
impl Send for JadeRecipient
impl Sync for JadeRecipient
impl Unpin for JadeRecipient
impl UnwindSafe for JadeRecipient
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