Enum encoding_rs::handles::CopyAsciiResult
source · pub enum CopyAsciiResult<T, U> {
Stop(T),
GoOn(U),
}
Variants§
Auto Trait Implementations§
impl<T, U> Freeze for CopyAsciiResult<T, U>
impl<T, U> RefUnwindSafe for CopyAsciiResult<T, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for CopyAsciiResult<T, U>
impl<T, U> Sync for CopyAsciiResult<T, U>
impl<T, U> Unpin for CopyAsciiResult<T, U>
impl<T, U> UnwindSafe for CopyAsciiResult<T, U>where
T: UnwindSafe,
U: UnwindSafe,
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