pub struct ComplexityRule { /* private fields */ }
Expand description
複雑さチェックルール
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComplexityRule
impl RefUnwindSafe for ComplexityRule
impl Send for ComplexityRule
impl Sync for ComplexityRule
impl Unpin for ComplexityRule
impl UnwindSafe for ComplexityRule
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