Struct cyfs_lib::SelectChunkFilter
source · pub struct SelectChunkFilter {
pub state: Option<ChunkState>,
}
Fields§
§state: Option<ChunkState>
Trait Implementations§
source§impl Clone for SelectChunkFilter
impl Clone for SelectChunkFilter
source§fn clone(&self) -> SelectChunkFilter
fn clone(&self) -> SelectChunkFilter
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