Struct openssh_mux_client::NullByteError
source · pub struct NullByteError;
Expand description
The string contains null byte.
Trait Implementations§
source§impl Debug for NullByteError
impl Debug for NullByteError
source§impl Display for NullByteError
impl Display for NullByteError
source§impl Error for NullByteError
impl Error for NullByteError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for NullByteError
impl RefUnwindSafe for NullByteError
impl Send for NullByteError
impl Sync for NullByteError
impl Unpin for NullByteError
impl UnwindSafe for NullByteError
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