pub struct TerminalError { /* private fields */ }Trait Implementations§
Source§impl Clone for TerminalError
impl Clone for TerminalError
Source§fn clone(&self) -> TerminalError
fn clone(&self) -> TerminalError
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 TerminalError
impl Debug for TerminalError
Source§impl Display for TerminalError
impl Display for TerminalError
Source§impl From<&str> for TerminalError
impl From<&str> for TerminalError
Source§impl From<Error> for TerminalError
impl From<Error> for TerminalError
Source§impl PartialEq for TerminalError
impl PartialEq for TerminalError
Source§fn eq(&self, other: &TerminalError) -> bool
fn eq(&self, other: &TerminalError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TerminalError
Auto Trait Implementations§
impl Freeze for TerminalError
impl RefUnwindSafe for TerminalError
impl Send for TerminalError
impl Sync for TerminalError
impl Unpin for TerminalError
impl UnsafeUnpin for TerminalError
impl UnwindSafe for TerminalError
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