pub struct AdoptionSummary {
pub adopted: Vec<String>,
pub dead: Vec<String>,
}Expand description
What one adoption pass observed — for the daemon log only.
Fields§
§adopted: Vec<String>§dead: Vec<String>Trait Implementations§
Source§impl Debug for AdoptionSummary
impl Debug for AdoptionSummary
Source§impl Default for AdoptionSummary
impl Default for AdoptionSummary
Source§fn default() -> AdoptionSummary
fn default() -> AdoptionSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AdoptionSummary
impl RefUnwindSafe for AdoptionSummary
impl Send for AdoptionSummary
impl Sync for AdoptionSummary
impl Unpin for AdoptionSummary
impl UnsafeUnpin for AdoptionSummary
impl UnwindSafe for AdoptionSummary
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