pub struct OperationalCommandResponse {
pub command_response_state: Option<ErrorState>,
}Fields§
§command_response_state: Option<ErrorState>Trait Implementations§
Source§impl Debug for OperationalCommandResponse
impl Debug for OperationalCommandResponse
Auto Trait Implementations§
impl Freeze for OperationalCommandResponse
impl RefUnwindSafe for OperationalCommandResponse
impl Send for OperationalCommandResponse
impl Sync for OperationalCommandResponse
impl Unpin for OperationalCommandResponse
impl UnwindSafe for OperationalCommandResponse
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