pub struct DocumentOptions {
pub name: Option<String>,
pub root: Option<bool>,
}
Fields§
§name: Option<String>
§root: Option<bool>
Trait Implementations§
Source§impl Clone for DocumentOptions
impl Clone for DocumentOptions
Source§fn clone(&self) -> DocumentOptions
fn clone(&self) -> DocumentOptions
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 Debug for DocumentOptions
impl Debug for DocumentOptions
Source§impl Default for DocumentOptions
impl Default for DocumentOptions
Source§fn default() -> DocumentOptions
fn default() -> DocumentOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DocumentOptions
impl RefUnwindSafe for DocumentOptions
impl Send for DocumentOptions
impl Sync for DocumentOptions
impl Unpin for DocumentOptions
impl UnwindSafe for DocumentOptions
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