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