pub struct CapsConfig {
pub max_files_changed: usize,
pub max_total_lines_changed: usize,
pub max_lines_changed_per_file: usize,
}Fields§
§max_files_changed: usize§max_total_lines_changed: usize§max_lines_changed_per_file: usizeTrait Implementations§
Source§impl Clone for CapsConfig
impl Clone for CapsConfig
Source§fn clone(&self) -> CapsConfig
fn clone(&self) -> CapsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CapsConfig
impl Debug for CapsConfig
Source§impl Default for CapsConfig
impl Default for CapsConfig
Source§impl<'de> Deserialize<'de> for CapsConfig
impl<'de> Deserialize<'de> for CapsConfig
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 CapsConfig
impl RefUnwindSafe for CapsConfig
impl Send for CapsConfig
impl Sync for CapsConfig
impl Unpin for CapsConfig
impl UnsafeUnpin for CapsConfig
impl UnwindSafe for CapsConfig
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