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
sourceimpl Clone for EndOfInput
impl Clone for EndOfInput
sourcefn clone(&self) -> EndOfInput
fn clone(&self) -> EndOfInput
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EndOfInput
impl Debug for EndOfInput
sourceimpl PartialEq<EndOfInput> for EndOfInput
impl PartialEq<EndOfInput> for EndOfInput
sourcefn eq(&self, other: &EndOfInput) -> bool
fn eq(&self, other: &EndOfInput) -> bool
impl Copy for EndOfInput
impl Eq for EndOfInput
impl StructuralEq for EndOfInput
impl StructuralPartialEq for EndOfInput
Auto Trait Implementations
impl RefUnwindSafe for EndOfInput
impl Send for EndOfInput
impl Sync for EndOfInput
impl Unpin for EndOfInput
impl UnwindSafe for EndOfInput
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more