pub enum ActionScope {
Global,
BranchDrop,
Commit,
Commits,
Stash,
Tag,
Branch,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ActionScope
impl Clone for ActionScope
Source§fn clone(&self) -> ActionScope
fn clone(&self) -> ActionScope
Returns a duplicate 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 moreSource§impl Debug for ActionScope
impl Debug for ActionScope
Source§impl<'de> Deserialize<'de> for ActionScope
impl<'de> Deserialize<'de> for ActionScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ActionScope
impl Hash for ActionScope
Source§impl PartialEq for ActionScope
impl PartialEq for ActionScope
Source§impl Serialize for ActionScope
impl Serialize for ActionScope
impl Copy for ActionScope
impl Eq for ActionScope
impl StructuralPartialEq for ActionScope
Auto Trait Implementations§
impl Freeze for ActionScope
impl RefUnwindSafe for ActionScope
impl Send for ActionScope
impl Sync for ActionScope
impl Unpin for ActionScope
impl UnsafeUnpin for ActionScope
impl UnwindSafe for ActionScope
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