pub enum RunnerScope {
Org,
Repo,
}Variants§
Trait Implementations§
Source§impl Clone for RunnerScope
impl Clone for RunnerScope
Source§fn clone(&self) -> RunnerScope
fn clone(&self) -> RunnerScope
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 RunnerScope
impl Debug for RunnerScope
Source§impl<'de> Deserialize<'de> for RunnerScope
impl<'de> Deserialize<'de> for RunnerScope
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 PartialEq for RunnerScope
impl PartialEq for RunnerScope
impl StructuralPartialEq for RunnerScope
Auto Trait Implementations§
impl Freeze for RunnerScope
impl RefUnwindSafe for RunnerScope
impl Send for RunnerScope
impl Sync for RunnerScope
impl Unpin for RunnerScope
impl UnsafeUnpin for RunnerScope
impl UnwindSafe for RunnerScope
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