pub struct CommandComplete { /* private fields */ }
Implementations§
Source§impl CommandComplete
impl CommandComplete
pub fn new(command_tag: String) -> Self
pub fn get_params(&self) -> CommandCompleteParams
Trait Implementations§
Source§impl Debug for CommandComplete
impl Debug for CommandComplete
Source§impl Message for CommandComplete
impl Message for CommandComplete
impl BackendMessage for CommandComplete
Auto Trait Implementations§
impl Freeze for CommandComplete
impl RefUnwindSafe for CommandComplete
impl Send for CommandComplete
impl Sync for CommandComplete
impl Unpin for CommandComplete
impl UnwindSafe for CommandComplete
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