Struct cipher::errors::OverflowError
source · [−]pub struct OverflowError;
Expand description
The error type returned when a cipher position can not be represented by the requested type.
Trait Implementations
sourceimpl Clone for OverflowError
impl Clone for OverflowError
sourcefn clone(&self) -> OverflowError
fn clone(&self) -> OverflowError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OverflowError
impl Debug for OverflowError
sourceimpl Display for OverflowError
impl Display for OverflowError
sourceimpl From<OverflowError> for LoopError
impl From<OverflowError> for LoopError
sourcefn from(_: OverflowError) -> LoopError
fn from(_: OverflowError) -> LoopError
Converts to this type from the input type.
impl Copy for OverflowError
Auto Trait Implementations
impl RefUnwindSafe for OverflowError
impl Send for OverflowError
impl Sync for OverflowError
impl Unpin for OverflowError
impl UnwindSafe for OverflowError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more