Struct dprint_development::ParseSpecOptions
source · [−]pub struct ParseSpecOptions {
pub default_file_name: &'static str,
}
Fields
default_file_name: &'static str
The default file name for a parsed spec.
Auto Trait Implementations
impl RefUnwindSafe for ParseSpecOptions
impl Send for ParseSpecOptions
impl Sync for ParseSpecOptions
impl Unpin for ParseSpecOptions
impl UnwindSafe for ParseSpecOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more