pub struct Branch;
Expand description
The branch
top-level section.
Implementations§
Source§impl Branch
impl Branch
Sourcepub const PUSH_REMOTE: RemoteName
pub const PUSH_REMOTE: RemoteName
The branch.<name>.pushRemote
key.
Sourcepub const REMOTE: RemoteName
pub const REMOTE: RemoteName
The branch.<name>.remote
key.
Trait Implementations§
Source§impl Section for Branch
impl Section for Branch
impl Copy for Branch
Auto Trait Implementations§
impl Freeze for Branch
impl RefUnwindSafe for Branch
impl Send for Branch
impl Sync for Branch
impl Unpin for Branch
impl UnwindSafe for Branch
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