pub struct DebtSnapshot {
pub digest: Digest,
pub repository: RepositoryIdentity,
pub ref_name: BranchRef,
pub organization_floor_digest: Digest,
pub adoption_tree: TreeIdentity,
pub adoption_report_payload_digest: Digest,
pub created_at: UtcInstant,
pub items: Vec<DebtItem>,
}Fields§
§digest: Digest§repository: RepositoryIdentity§ref_name: BranchRef§organization_floor_digest: Digest§adoption_tree: TreeIdentity§adoption_report_payload_digest: Digest§created_at: UtcInstant§items: Vec<DebtItem>Implementations§
Trait Implementations§
Source§impl Clone for DebtSnapshot
impl Clone for DebtSnapshot
Source§fn clone(&self) -> DebtSnapshot
fn clone(&self) -> DebtSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DebtSnapshot
impl Debug for DebtSnapshot
impl Eq for DebtSnapshot
Source§impl PartialEq for DebtSnapshot
impl PartialEq for DebtSnapshot
impl StructuralPartialEq for DebtSnapshot
Auto Trait Implementations§
impl Freeze for DebtSnapshot
impl RefUnwindSafe for DebtSnapshot
impl Send for DebtSnapshot
impl Sync for DebtSnapshot
impl Unpin for DebtSnapshot
impl UnsafeUnpin for DebtSnapshot
impl UnwindSafe for DebtSnapshot
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