pub struct AmiTerminalError {
pub kind: AmiTerminalErrorKind,
pub details: String,
}Expand description
Cloneable terminal connection cause retained after the background actor exits.
Fields§
§kind: AmiTerminalErrorKind§details: StringTrait Implementations§
Source§impl Clone for AmiTerminalError
impl Clone for AmiTerminalError
Source§fn clone(&self) -> AmiTerminalError
fn clone(&self) -> AmiTerminalError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AmiTerminalError
impl Debug for AmiTerminalError
impl Eq for AmiTerminalError
Source§impl PartialEq for AmiTerminalError
impl PartialEq for AmiTerminalError
impl StructuralPartialEq for AmiTerminalError
Auto Trait Implementations§
impl Freeze for AmiTerminalError
impl RefUnwindSafe for AmiTerminalError
impl Send for AmiTerminalError
impl Sync for AmiTerminalError
impl Unpin for AmiTerminalError
impl UnsafeUnpin for AmiTerminalError
impl UnwindSafe for AmiTerminalError
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