pub struct Update { /* private fields */ }
Implementations§
Source§impl Update
impl Update
pub fn init(&mut self) -> &mut Update
pub fn rebase(&mut self) -> &mut Update
pub fn merge(&mut self) -> &mut Update
pub fn checkout(&mut self) -> &mut Update
pub fn remote(&mut self) -> &mut Update
pub fn no_fetch(&mut self) -> &mut Update
pub fn recursive(&mut self) -> &mut Update
pub fn force(&mut self) -> &mut Update
pub fn run(&mut self)
Auto Trait Implementations§
impl Freeze for Update
impl !RefUnwindSafe for Update
impl Send for Update
impl Sync for Update
impl Unpin for Update
impl !UnwindSafe for Update
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