pub struct BranchAndRemote {
pub branch: Branch,
pub remote: Remote,
}
Fields§
§branch: Branch
§remote: Remote
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchAndRemote
impl RefUnwindSafe for BranchAndRemote
impl Send for BranchAndRemote
impl Sync for BranchAndRemote
impl Unpin for BranchAndRemote
impl UnwindSafe for BranchAndRemote
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