pub struct DocumentOutput { /* private fields */ }Expand description
A document output.
Implementations§
Trait Implementations§
Source§impl Debug for DocumentOutput
impl Debug for DocumentOutput
Auto Trait Implementations§
impl Freeze for DocumentOutput
impl !RefUnwindSafe for DocumentOutput
impl Send for DocumentOutput
impl Sync for DocumentOutput
impl Unpin for DocumentOutput
impl !UnwindSafe for DocumentOutput
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