pub enum LengthInformation {
Length(usize),
Chunked,
}
Variants§
Trait Implementations§
source§impl Clone for LengthInformation
impl Clone for LengthInformation
source§fn clone(&self) -> LengthInformation
fn clone(&self) -> LengthInformation
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 more