#[repr(C)]pub struct ReleaseInfoChanges {
pub uri: String,
pub dist: String,
pub changes: Vec<ReleaseInfoChange>,
}Expand description
Repository metadata associated with a set of Release file changes.
Fields§
§uri: StringRepository URI reported by APT.
dist: StringDistribution or suite requested from the repository.
changes: Vec<ReleaseInfoChange>Metadata fields that changed.
Trait Implementations§
Source§impl Debug for ReleaseInfoChanges
impl Debug for ReleaseInfoChanges
Source§impl ExternType for ReleaseInfoChanges
impl ExternType for ReleaseInfoChanges
Auto Trait Implementations§
impl Freeze for ReleaseInfoChanges
impl RefUnwindSafe for ReleaseInfoChanges
impl Send for ReleaseInfoChanges
impl Sync for ReleaseInfoChanges
impl Unpin for ReleaseInfoChanges
impl UnsafeUnpin for ReleaseInfoChanges
impl UnwindSafe for ReleaseInfoChanges
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