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