Struct gitlab::types::IssuableTimeStats [−][src]
pub struct IssuableTimeStats {
pub time_estimate: u64,
pub total_time_spent: u64,
pub human_time_estimate: Option<String>,
pub human_total_time_spent: Option<String>,
}
Expand description
A time estimate on an issue or merge request.
Fields
time_estimate: u64
The time estimate, in seconds.
total_time_spent: u64
The total time spent, in seconds.
human_time_estimate: Option<String>
The time estimate, as a human-readable string.
human_total_time_spent: Option<String>
The total time spent, as a human-readable string.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IssuableTimeStats
impl Send for IssuableTimeStats
impl Sync for IssuableTimeStats
impl Unpin for IssuableTimeStats
impl UnwindSafe for IssuableTimeStats
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more