Struct cyfs_base::SNContract
source · pub struct SNContract {
pub service_id: ObjectId,
pub account: UnionAccount,
pub start_time: u64,
pub stop_time: u64,
}Fields§
§service_id: ObjectId§account: UnionAccount§start_time: u64§stop_time: u64Trait Implementations§
source§impl Clone for SNContract
impl Clone for SNContract
source§fn clone(&self) -> SNContract
fn clone(&self) -> SNContract
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