pub struct DisplayReply {
pub reply_id: DisplayReplyId,
pub body: DisplayReplyBody,
}Expand description
display_reply() object (Table 35).
Fields§
§reply_id: DisplayReplyIddisplay_reply_id.
body: DisplayReplyBodyThe branch-dependent body keyed by reply_id.
Trait Implementations§
Source§impl ApduDef<'_> for DisplayReply
impl ApduDef<'_> for DisplayReply
Source§impl Clone for DisplayReply
impl Clone for DisplayReply
Source§fn clone(&self) -> DisplayReply
fn clone(&self) -> DisplayReply
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 DisplayReply
impl Debug for DisplayReply
impl Eq for DisplayReply
Source§impl<'a> From<DisplayReply> for AnyApdu<'a>
impl<'a> From<DisplayReply> for AnyApdu<'a>
Source§fn from(v: DisplayReply) -> Self
fn from(v: DisplayReply) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for DisplayReply
impl<'a> Parse<'a> for DisplayReply
Source§impl PartialEq for DisplayReply
impl PartialEq for DisplayReply
Source§impl Serialize for DisplayReply
Available on crate feature serde only.
impl Serialize for DisplayReply
Available on crate feature
serde only.Source§impl Serialize for DisplayReply
impl Serialize for DisplayReply
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for DisplayReply
Auto Trait Implementations§
impl Freeze for DisplayReply
impl RefUnwindSafe for DisplayReply
impl Send for DisplayReply
impl Sync for DisplayReply
impl Unpin for DisplayReply
impl UnsafeUnpin for DisplayReply
impl UnwindSafe for DisplayReply
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