pub struct FlushDownload;Expand description
flush_download() object (Table 44): header-only cache-purge request.
Trait Implementations§
Source§impl ApduDef<'_> for FlushDownload
impl ApduDef<'_> for FlushDownload
Source§impl Clone for FlushDownload
impl Clone for FlushDownload
Source§fn clone(&self) -> FlushDownload
fn clone(&self) -> FlushDownload
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 FlushDownload
Source§impl Debug for FlushDownload
impl Debug for FlushDownload
Source§impl Default for FlushDownload
impl Default for FlushDownload
Source§fn default() -> FlushDownload
fn default() -> FlushDownload
Returns the “default value” for a type. Read more
impl Eq for FlushDownload
Source§impl<'a> From<FlushDownload> for AnyApdu<'a>
impl<'a> From<FlushDownload> for AnyApdu<'a>
Source§fn from(v: FlushDownload) -> Self
fn from(v: FlushDownload) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for FlushDownload
impl<'a> Parse<'a> for FlushDownload
Source§impl PartialEq for FlushDownload
impl PartialEq for FlushDownload
Source§impl Serialize for FlushDownload
Available on crate feature serde only.
impl Serialize for FlushDownload
Available on crate feature
serde only.Source§impl Serialize for FlushDownload
impl Serialize for FlushDownload
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 FlushDownload
Auto Trait Implementations§
impl Freeze for FlushDownload
impl RefUnwindSafe for FlushDownload
impl Send for FlushDownload
impl Sync for FlushDownload
impl Unpin for FlushDownload
impl UnsafeUnpin for FlushDownload
impl UnwindSafe for FlushDownload
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