pub struct Options {
pub level: Level,
pub focus: Vec<String>,
}Expand description
Options for read_opts.
Fields§
§level: Level§focus: Vec<String>When non-empty, every function/method/class whose name appears here is
rendered with its body kept in full, regardless of the base level.
A class name in this list expands to “every method of that class”.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnsafeUnpin for Options
impl UnwindSafe for Options
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