pub struct ReadExceptionStatusRequest;Expand description
FC07 Read Exception Status request (no payload).
Implementations§
Trait Implementations§
Source§impl Clone for ReadExceptionStatusRequest
impl Clone for ReadExceptionStatusRequest
Source§fn clone(&self) -> ReadExceptionStatusRequest
fn clone(&self) -> ReadExceptionStatusRequest
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 ReadExceptionStatusRequest
impl Debug for ReadExceptionStatusRequest
impl Copy for ReadExceptionStatusRequest
impl Eq for ReadExceptionStatusRequest
impl StructuralPartialEq for ReadExceptionStatusRequest
Auto Trait Implementations§
impl Freeze for ReadExceptionStatusRequest
impl RefUnwindSafe for ReadExceptionStatusRequest
impl Send for ReadExceptionStatusRequest
impl Sync for ReadExceptionStatusRequest
impl Unpin for ReadExceptionStatusRequest
impl UnsafeUnpin for ReadExceptionStatusRequest
impl UnwindSafe for ReadExceptionStatusRequest
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