Struct untrusted::EndOfInput
source · pub struct EndOfInput;
Expand description
The error type used to indicate the end of the input was reached before the operation could be completed.
Trait Implementations§
source§impl Clone for EndOfInput
impl Clone for EndOfInput
source§fn clone(&self) -> EndOfInput
fn clone(&self) -> EndOfInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EndOfInput
impl Debug for EndOfInput
source§impl PartialEq for EndOfInput
impl PartialEq for EndOfInput
source§fn eq(&self, other: &EndOfInput) -> bool
fn eq(&self, other: &EndOfInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EndOfInput
impl Eq for EndOfInput
impl StructuralPartialEq for EndOfInput
Auto Trait Implementations§
impl Freeze for EndOfInput
impl RefUnwindSafe for EndOfInput
impl Send for EndOfInput
impl Sync for EndOfInput
impl Unpin for EndOfInput
impl UnwindSafe for EndOfInput
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)