pub struct ProfileEnq;Expand description
profile_enq() — Profile Enquiry, an empty-body object (Table 17).
Trait Implementations§
Source§impl ApduDef<'_> for ProfileEnq
impl ApduDef<'_> for ProfileEnq
Source§impl Clone for ProfileEnq
impl Clone for ProfileEnq
Source§fn clone(&self) -> ProfileEnq
fn clone(&self) -> ProfileEnq
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 moreimpl Copy for ProfileEnq
Source§impl Debug for ProfileEnq
impl Debug for ProfileEnq
Source§impl Default for ProfileEnq
impl Default for ProfileEnq
Source§fn default() -> ProfileEnq
fn default() -> ProfileEnq
Returns the “default value” for a type. Read more
impl Eq for ProfileEnq
Source§impl<'a> From<ProfileEnq> for AnyApdu<'a>
impl<'a> From<ProfileEnq> for AnyApdu<'a>
Source§fn from(v: ProfileEnq) -> Self
fn from(v: ProfileEnq) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for ProfileEnq
impl<'a> Parse<'a> for ProfileEnq
Source§impl PartialEq for ProfileEnq
impl PartialEq for ProfileEnq
Source§impl Serialize for ProfileEnq
Available on crate feature serde only.
impl Serialize for ProfileEnq
Available on crate feature
serde only.Source§impl Serialize for ProfileEnq
impl Serialize for ProfileEnq
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 ProfileEnq
Auto Trait Implementations§
impl Freeze for ProfileEnq
impl RefUnwindSafe for ProfileEnq
impl Send for ProfileEnq
impl Sync for ProfileEnq
impl Unpin for ProfileEnq
impl UnsafeUnpin for ProfileEnq
impl UnwindSafe for ProfileEnq
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