Struct cyfs_lib::SelectFilter
source · pub struct SelectFilter {
pub obj_type: Option<u16>,
pub obj_type_code: Option<ObjectTypeCode>,
pub dec_id: Option<ObjectId>,
pub owner_id: Option<ObjectId>,
pub author_id: Option<ObjectId>,
pub create_time: Option<SelectTimeRange>,
pub update_time: Option<SelectTimeRange>,
pub insert_time: Option<SelectTimeRange>,
pub flags: Option<u32>,
}
Fields§
§obj_type: Option<u16>
§obj_type_code: Option<ObjectTypeCode>
§dec_id: Option<ObjectId>
§owner_id: Option<ObjectId>
§create_time: Option<SelectTimeRange>
§update_time: Option<SelectTimeRange>
§insert_time: Option<SelectTimeRange>
§flags: Option<u32>
Trait Implementations§
source§impl Clone for SelectFilter
impl Clone for SelectFilter
source§fn clone(&self) -> SelectFilter
fn clone(&self) -> SelectFilter
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