Struct cyfs_bdt::ndn::chunk::PushIndexResult
source · pub struct PushIndexResult {
pub valid: bool,
pub exists: bool,
pub finished: bool,
}Fields§
§valid: bool§exists: bool§finished: boolImplementations§
Trait Implementations§
source§impl Clone for PushIndexResult
impl Clone for PushIndexResult
source§fn clone(&self) -> PushIndexResult
fn clone(&self) -> PushIndexResult
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