pub enum GitPushDefaultSetting {
Upstream,
}
Variants§
Upstream
Trait Implementations§
Source§impl Clone for GitPushDefaultSetting
impl Clone for GitPushDefaultSetting
Source§fn clone(&self) -> GitPushDefaultSetting
fn clone(&self) -> GitPushDefaultSetting
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GitPushDefaultSetting
Auto Trait Implementations§
impl Freeze for GitPushDefaultSetting
impl RefUnwindSafe for GitPushDefaultSetting
impl Send for GitPushDefaultSetting
impl Sync for GitPushDefaultSetting
impl Unpin for GitPushDefaultSetting
impl UnwindSafe for GitPushDefaultSetting
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