pub struct MissingNullByte(/* private fields */);Expand description
The input to Path is missing a null byte.
Trait Implementations§
Source§impl Debug for MissingNullByte
impl Debug for MissingNullByte
Source§impl Display for MissingNullByte
impl Display for MissingNullByte
Source§impl Error for MissingNullByte
impl Error for MissingNullByte
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()
Source§impl PartialEq for MissingNullByte
impl PartialEq for MissingNullByte
impl Eq for MissingNullByte
impl StructuralPartialEq for MissingNullByte
Auto Trait Implementations§
impl Freeze for MissingNullByte
impl RefUnwindSafe for MissingNullByte
impl Send for MissingNullByte
impl Sync for MissingNullByte
impl Unpin for MissingNullByte
impl UnwindSafe for MissingNullByte
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