pub struct HistoricalBytes { /* private fields */ }Expand description
Historical Bytes [Spec chapter 6]
Implementations§
Source§impl HistoricalBytes
impl HistoricalBytes
pub fn card_capabilities(&self) -> Option<&CardCapabilities>
pub fn card_service_data(&self) -> Option<&CardServiceData>
Trait Implementations§
Source§impl Clone for HistoricalBytes
impl Clone for HistoricalBytes
Source§fn clone(&self) -> HistoricalBytes
fn clone(&self) -> HistoricalBytes
Returns a duplicate of the value. Read more
1.0.0 · 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 HistoricalBytes
impl Debug for HistoricalBytes
Source§impl PartialEq for HistoricalBytes
impl PartialEq for HistoricalBytes
Source§impl TryFrom<&[u8]> for HistoricalBytes
impl TryFrom<&[u8]> for HistoricalBytes
impl Copy for HistoricalBytes
impl Eq for HistoricalBytes
impl StructuralPartialEq for HistoricalBytes
Auto Trait Implementations§
impl Freeze for HistoricalBytes
impl RefUnwindSafe for HistoricalBytes
impl Send for HistoricalBytes
impl Sync for HistoricalBytes
impl Unpin for HistoricalBytes
impl UnwindSafe for HistoricalBytes
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