pub struct ClearReplace {
pub replacement_ref: u8,
}Expand description
clear_replace() object (Table 29): undo all Replace operations sharing a
replacement_ref.
Fields§
§replacement_ref: u8replacement_ref — matches the value used in one or more Replace objects.
Trait Implementations§
Source§impl ApduDef<'_> for ClearReplace
impl ApduDef<'_> for ClearReplace
Source§impl Clone for ClearReplace
impl Clone for ClearReplace
Source§fn clone(&self) -> ClearReplace
fn clone(&self) -> ClearReplace
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 ClearReplace
Source§impl Debug for ClearReplace
impl Debug for ClearReplace
impl Eq for ClearReplace
Source§impl<'a> From<ClearReplace> for AnyApdu<'a>
impl<'a> From<ClearReplace> for AnyApdu<'a>
Source§fn from(v: ClearReplace) -> Self
fn from(v: ClearReplace) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for ClearReplace
impl<'a> Parse<'a> for ClearReplace
Source§impl PartialEq for ClearReplace
impl PartialEq for ClearReplace
Source§impl Serialize for ClearReplace
Available on crate feature serde only.
impl Serialize for ClearReplace
Available on crate feature
serde only.Source§impl Serialize for ClearReplace
impl Serialize for ClearReplace
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 ClearReplace
Auto Trait Implementations§
impl Freeze for ClearReplace
impl RefUnwindSafe for ClearReplace
impl Send for ClearReplace
impl Sync for ClearReplace
impl Unpin for ClearReplace
impl UnsafeUnpin for ClearReplace
impl UnwindSafe for ClearReplace
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