pub struct SubIssuesSummary {
pub completed: u64,
pub percent_completed: u64,
pub total: u64,
}Fields§
§completed: u64§percent_completed: u64§total: u64Trait 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<'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
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