pub struct DocxService {
pub v1: V1,
}Fields§
§v1: V1Implementations§
Auto Trait Implementations§
impl Freeze for DocxService
impl !RefUnwindSafe for DocxService
impl Send for DocxService
impl Sync for DocxService
impl Unpin for DocxService
impl !UnwindSafe for DocxService
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