pub struct IssueGateConfig {
pub max_new_errors: Option<u32>,
pub max_new_warnings: Option<u32>,
pub max_new_issues: Option<u32>,
}Fields§
§max_new_errors: Option<u32>§max_new_warnings: Option<u32>§max_new_issues: Option<u32>Trait Implementations§
Source§impl Clone for IssueGateConfig
impl Clone for IssueGateConfig
Source§fn clone(&self) -> IssueGateConfig
fn clone(&self) -> IssueGateConfig
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 IssueGateConfig
impl Debug for IssueGateConfig
Source§impl Default for IssueGateConfig
impl Default for IssueGateConfig
Source§impl<'de> Deserialize<'de> for IssueGateConfigwhere
IssueGateConfig: Default,
impl<'de> Deserialize<'de> for IssueGateConfigwhere
IssueGateConfig: Default,
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 IssueGateConfig
impl RefUnwindSafe for IssueGateConfig
impl Send for IssueGateConfig
impl Sync for IssueGateConfig
impl Unpin for IssueGateConfig
impl UnsafeUnpin for IssueGateConfig
impl UnwindSafe for IssueGateConfig
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