Struct off_rs::document::ParserOptions
source · [−]pub struct ParserOptions {
pub color_format: ColorFormat,
pub limits: Limits,
}Fields
color_format: ColorFormatlimits: LimitsTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ParserOptions
impl Send for ParserOptions
impl Sync for ParserOptions
impl Unpin for ParserOptions
impl UnwindSafe for ParserOptions
Blanket Implementations
Mutably borrows from an owned value. Read more