pub struct SubIssuesSummary {
pub total: Option<i64>,
pub completed: Option<i64>,
pub percent_completed: Option<i64>,
}Fields§
§total: Option<i64>§completed: Option<i64>§percent_completed: Option<i64>Trait Implementations§
Source§impl Clone for SubIssuesSummary
impl Clone for SubIssuesSummary
Source§fn clone(&self) -> SubIssuesSummary
fn clone(&self) -> SubIssuesSummary
Returns a duplicate 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 moreSource§impl Debug for SubIssuesSummary
impl Debug for SubIssuesSummary
Source§impl Default for SubIssuesSummary
impl Default for SubIssuesSummary
Source§fn default() -> SubIssuesSummary
fn default() -> SubIssuesSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubIssuesSummary
impl<'de> Deserialize<'de> for SubIssuesSummary
Source§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
Source§impl PartialEq for SubIssuesSummary
impl PartialEq for SubIssuesSummary
Source§impl Serialize for SubIssuesSummary
impl Serialize for SubIssuesSummary
impl StructuralPartialEq for SubIssuesSummary
Auto Trait Implementations§
impl Freeze for SubIssuesSummary
impl RefUnwindSafe for SubIssuesSummary
impl Send for SubIssuesSummary
impl Sync for SubIssuesSummary
impl Unpin for SubIssuesSummary
impl UnwindSafe for SubIssuesSummary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more