Struct xml5ever::serialize::SerializeOpts
source · pub struct SerializeOpts {
pub traversal_scope: TraversalScope,
}
Expand description
Struct for setting serializer options.
Fields§
§traversal_scope: TraversalScope
Serialize the root node? Default: ChildrenOnly
Trait Implementations§
source§impl Clone for SerializeOpts
impl Clone for SerializeOpts
source§fn clone(&self) -> SerializeOpts
fn clone(&self) -> SerializeOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SerializeOpts
impl Default for SerializeOpts
source§fn default() -> SerializeOpts
fn default() -> SerializeOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SerializeOpts
impl RefUnwindSafe for SerializeOpts
impl Send for SerializeOpts
impl Sync for SerializeOpts
impl Unpin for SerializeOpts
impl UnwindSafe for SerializeOpts
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