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