pub struct PullReport {
pub source_updated: bool,
pub outpost_updated: bool,
}Fields§
§source_updated: bool§outpost_updated: boolAuto Trait Implementations§
impl Freeze for PullReport
impl RefUnwindSafe for PullReport
impl Send for PullReport
impl Sync for PullReport
impl Unpin for PullReport
impl UnsafeUnpin for PullReport
impl UnwindSafe for PullReport
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