pub enum Utf8CStrError {
NoNulTerm,
EmbeddedNulTerm(usize),
Utf8Error(Utf8Error),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8CStrError
impl RefUnwindSafe for Utf8CStrError
impl Send for Utf8CStrError
impl Sync for Utf8CStrError
impl Unpin for Utf8CStrError
impl UnwindSafe for Utf8CStrError
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