enum Utf8CompletionResult {
NotEnoughInput,
MalformedUtf8Buffer,
Valid,
}Variants§
Auto Trait Implementations§
impl Freeze for Utf8CompletionResult
impl RefUnwindSafe for Utf8CompletionResult
impl Send for Utf8CompletionResult
impl Sync for Utf8CompletionResult
impl Unpin for Utf8CompletionResult
impl UnsafeUnpin for Utf8CompletionResult
impl UnwindSafe for Utf8CompletionResult
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