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