Struct xml5ever::serialize::SerializeOpts [] [src]

pub struct SerializeOpts {
    pub traversal_scope: TraversalScope,
}

Struct for setting serializer options.

Fields

Serialize the root node? Default: ChildrenOnly

Trait Implementations

impl Copy for SerializeOpts
[src]

impl Clone for SerializeOpts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SerializeOpts
[src]

Returns the "default value" for a type. Read more