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 Freeze for XMLDocProps
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