Struct stream_cipher::LoopError [−][src]
pub struct LoopError;
Error which notifies that stream cipher has reached the end of a keystream.
Trait Implementations
impl Copy for LoopError[src]
impl Copy for LoopErrorimpl Clone for LoopError[src]
impl Clone for LoopErrorfn clone(&self) -> LoopError[src]
fn clone(&self) -> LoopErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LoopError[src]
impl Debug for LoopErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for LoopError[src]
impl Display for LoopErrorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for LoopError[src]
impl Error for LoopError