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§
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