pub struct MaxStatementLength {
pub max_lines: usize,
}Fields§
§max_lines: usizeTrait Implementations§
Source§impl Default for MaxStatementLength
impl Default for MaxStatementLength
Source§impl Rule for MaxStatementLength
impl Rule for MaxStatementLength
Auto Trait Implementations§
impl Freeze for MaxStatementLength
impl RefUnwindSafe for MaxStatementLength
impl Send for MaxStatementLength
impl Sync for MaxStatementLength
impl Unpin for MaxStatementLength
impl UnsafeUnpin for MaxStatementLength
impl UnwindSafe for MaxStatementLength
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