Struct docx_reader::XMLDocProps
source · pub struct XMLDocProps {
pub app: Vec<u8>,
pub core: Vec<u8>,
pub custom: Vec<u8>,
}Fields§
§app: Vec<u8>§core: Vec<u8>§custom: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XMLDocProps
impl Send for XMLDocProps
impl Sync for XMLDocProps
impl Unpin for XMLDocProps
impl UnwindSafe for XMLDocProps
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