pub struct LeanBench {
pub filter: Option<String>,
}Fields§
§filter: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeanBench
impl RefUnwindSafe for LeanBench
impl Send for LeanBench
impl Sync for LeanBench
impl Unpin for LeanBench
impl UnwindSafe for LeanBench
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