pub struct BlockIf {
pub action_in_do_and_deny: bool,
pub private_path_referenced: bool,
pub unknown_workflow: bool,
pub invalid_mode: bool,
pub missing_required_field: bool,
pub dangerous_action_without_human: bool,
}Fields§
§action_in_do_and_deny: bool§private_path_referenced: bool§unknown_workflow: bool§invalid_mode: bool§missing_required_field: bool§dangerous_action_without_human: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for BlockIf
impl<'de> Deserialize<'de> for BlockIf
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 BlockIf
impl RefUnwindSafe for BlockIf
impl Send for BlockIf
impl Sync for BlockIf
impl Unpin for BlockIf
impl UnsafeUnpin for BlockIf
impl UnwindSafe for BlockIf
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