Struct cipher::stream::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 more
sourceimpl 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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more