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