Struct graphic_walker_parser::parser::ParserParams
source · 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 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