pub enum Lat1Error {
NonAscii,
}
Expand description
Error that can produce Latin-1 string operations
Variants§
NonAscii
Some non-ASCII characters were encountered. This error is generated when attempting to borrow a latin-1 string out of a UTF-8 string. For such borrow, only the ASCII character set is allowed. See Lat1Str::try_from_ascii.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lat1Error
impl RefUnwindSafe for Lat1Error
impl Send for Lat1Error
impl Sync for Lat1Error
impl Unpin for Lat1Error
impl UnwindSafe for Lat1Error
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)