Struct ledger_mob_apdu::random::RandomReq
source · pub struct RandomReq {}
Trait Implementations§
source§impl ApduStatic for RandomReq
impl ApduStatic for RandomReq
source§impl PartialEq<RandomReq> for RandomReq
impl PartialEq<RandomReq> for RandomReq
impl StructuralPartialEq for RandomReq
Auto Trait Implementations§
impl RefUnwindSafe for RandomReq
impl Send for RandomReq
impl Sync for RandomReq
impl Unpin for RandomReq
impl UnwindSafe for RandomReq
Blanket Implementations§
§impl<'a, T> ApduReq<'a> for Twhere
T: EncDec<'a, ApduError> + ApduStatic,
impl<'a, T> ApduReq<'a> for Twhere T: EncDec<'a, ApduError> + ApduStatic,
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
§impl<'a, T> DecodeExt<'a> for Twhere
T: Decode<'a>,
impl<'a, T> DecodeExt<'a> for Twhere T: Decode<'a>,
§fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
fn decode_iter(buff: &'a [u8]) -> DecodeIter<'a, Self::Output>
Helper to iterate over decodable objects in a sized buffer. Read more