#[repr(u8)]pub enum ResponseTag {
Generic = 160,
ReadMemory = 163,
GetProperty = 167,
FlashReadOnce = 175,
FlashReadResource = 176,
Keystore = 181,
}Variants§
Generic = 160
ReadMemory = 163
GetProperty = 167
FlashReadOnce = 175
FlashReadResource = 176
Keystore = 181
Trait Implementations§
Source§impl Clone for ResponseTag
impl Clone for ResponseTag
Source§fn clone(&self) -> ResponseTag
fn clone(&self) -> ResponseTag
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 ResponseTag
impl Debug for ResponseTag
Source§impl Hash for ResponseTag
impl Hash for ResponseTag
Source§impl Ord for ResponseTag
impl Ord for ResponseTag
Source§fn cmp(&self, other: &ResponseTag) -> Ordering
fn cmp(&self, other: &ResponseTag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResponseTag
impl PartialEq for ResponseTag
Source§impl PartialOrd for ResponseTag
impl PartialOrd for ResponseTag
Source§impl Sequence for ResponseTag
impl Sequence for ResponseTag
Source§impl TryFrom<u8> for ResponseTag
impl TryFrom<u8> for ResponseTag
impl Copy for ResponseTag
impl Eq for ResponseTag
impl StructuralPartialEq for ResponseTag
Auto Trait Implementations§
impl Freeze for ResponseTag
impl RefUnwindSafe for ResponseTag
impl Send for ResponseTag
impl Sync for ResponseTag
impl Unpin for ResponseTag
impl UnwindSafe for ResponseTag
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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