pub struct SetupContext {
pub use_current_repo: Option<bool>,
pub workflow_exists: Option<bool>,
pub secret_exists: Option<bool>,
}Fields§
§use_current_repo: Option<bool>§workflow_exists: Option<bool>§secret_exists: Option<bool>Trait Implementations§
Source§impl Clone for SetupContext
impl Clone for SetupContext
Source§fn clone(&self) -> SetupContext
fn clone(&self) -> SetupContext
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 SetupContext
impl Debug for SetupContext
Source§impl<'de> Deserialize<'de> for SetupContext
impl<'de> Deserialize<'de> for SetupContext
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
Auto Trait Implementations§
impl Freeze for SetupContext
impl RefUnwindSafe for SetupContext
impl Send for SetupContext
impl Sync for SetupContext
impl Unpin for SetupContext
impl UnsafeUnpin for SetupContext
impl UnwindSafe for SetupContext
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