pub struct GenAuthR {
pub response: Vec<u8>,
}Expand description
osdp_GENAUTHR body.
Fields§
§response: Vec<u8>Authentication response template (TLV).
Implementations§
Trait Implementations§
impl Eq for GenAuthR
impl StructuralPartialEq for GenAuthR
Auto Trait Implementations§
impl Freeze for GenAuthR
impl RefUnwindSafe for GenAuthR
impl Send for GenAuthR
impl Sync for GenAuthR
impl Unpin for GenAuthR
impl UnsafeUnpin for GenAuthR
impl UnwindSafe for GenAuthR
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