pub enum SetTerminalIdResponse {
CompletionData(CompletionData),
Abort(Abort),
}Expand description
Response to packets::SetTerminalId message as defined in 2.45.2
Variants§
Trait Implementations§
Source§impl Debug for SetTerminalIdResponse
impl Debug for SetTerminalIdResponse
Auto Trait Implementations§
impl Freeze for SetTerminalIdResponse
impl RefUnwindSafe for SetTerminalIdResponse
impl Send for SetTerminalIdResponse
impl Sync for SetTerminalIdResponse
impl Unpin for SetTerminalIdResponse
impl UnwindSafe for SetTerminalIdResponse
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