pub struct L1MaxLines {
pub max: usize,
}Expand description
L1 validator: enforce a maximum line count.
Fields§
§max: usizeTrait Implementations§
Source§impl MemoryValidator for L1MaxLines
impl MemoryValidator for L1MaxLines
Auto Trait Implementations§
impl Freeze for L1MaxLines
impl RefUnwindSafe for L1MaxLines
impl Send for L1MaxLines
impl Sync for L1MaxLines
impl Unpin for L1MaxLines
impl UnsafeUnpin for L1MaxLines
impl UnwindSafe for L1MaxLines
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