pub struct SecurityAccessData(pub Vec<u8>);Expand description
Table 42 — Request message SubFunction parameter definition
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for SecurityAccessData
impl Clone for SecurityAccessData
Source§fn clone(&self) -> SecurityAccessData
fn clone(&self) -> SecurityAccessData
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 SecurityAccessData
impl Debug for SecurityAccessData
Source§impl RequestData for SecurityAccessData
impl RequestData for SecurityAccessData
Source§impl ResponseData for SecurityAccessData
impl ResponseData for SecurityAccessData
Auto Trait Implementations§
impl Freeze for SecurityAccessData
impl RefUnwindSafe for SecurityAccessData
impl Send for SecurityAccessData
impl Sync for SecurityAccessData
impl Unpin for SecurityAccessData
impl UnwindSafe for SecurityAccessData
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