Struct jujutsu_lib::op_store::OperationMetadata
source · pub struct OperationMetadata {
pub start_time: Timestamp,
pub end_time: Timestamp,
pub description: String,
pub hostname: String,
pub username: String,
pub tags: HashMap<String, String>,
}Fields§
§start_time: Timestamp§end_time: Timestamp§description: String§hostname: String§username: StringTrait Implementations§
source§impl Clone for OperationMetadata
impl Clone for OperationMetadata
source§fn clone(&self) -> OperationMetadata
fn clone(&self) -> OperationMetadata
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