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