Struct marc::xml::XmlOptions
source · pub struct XmlOptions {
pub formatted: bool,
pub with_xml_declaration: bool,
}
Fields§
§formatted: bool
§with_xml_declaration: bool
Auto Trait Implementations§
impl Freeze for XmlOptions
impl RefUnwindSafe for XmlOptions
impl Send for XmlOptions
impl Sync for XmlOptions
impl Unpin for XmlOptions
impl UnwindSafe for XmlOptions
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