pub enum SourceAction {
Capture,
Commit,
Push,
Pull,
}Variants§
Trait Implementations§
Source§impl Clone for SourceAction
impl Clone for SourceAction
Source§fn clone(&self) -> SourceAction
fn clone(&self) -> SourceAction
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 SourceAction
Source§impl Debug for SourceAction
impl Debug for SourceAction
impl Eq for SourceAction
Source§impl PartialEq for SourceAction
impl PartialEq for SourceAction
impl StructuralPartialEq for SourceAction
Auto Trait Implementations§
impl Freeze for SourceAction
impl RefUnwindSafe for SourceAction
impl Send for SourceAction
impl Sync for SourceAction
impl Unpin for SourceAction
impl UnsafeUnpin for SourceAction
impl UnwindSafe for SourceAction
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