pub struct DoneResponse {
pub tag: u16,
}Expand description
Represents a (tagged) successful command completion response.
Fields§
§tag: u16The tag associated with the command.
Trait Implementations§
Source§impl Clone for DoneResponse
impl Clone for DoneResponse
Source§fn clone(&self) -> DoneResponse
fn clone(&self) -> DoneResponse
Returns a copy 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 DoneResponse
impl Debug for DoneResponse
Auto Trait Implementations§
impl Freeze for DoneResponse
impl RefUnwindSafe for DoneResponse
impl Send for DoneResponse
impl Sync for DoneResponse
impl Unpin for DoneResponse
impl UnwindSafe for DoneResponse
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