pub struct DoiBatch {
pub version: (),
pub xmlns: (),
pub xmlns_xsi: (),
pub xsi_schemalocation: (),
pub xmlns_jats: (),
pub head: Head,
pub body: Body,
}Fields§
§version: ()§xmlns: ()§xmlns_xsi: ()§xsi_schemalocation: ()§xmlns_jats: ()§head: Head§body: BodyImplementations§
Trait Implementations§
Source§impl<'v_a> ValidateArgs<'v_a> for DoiBatch
impl<'v_a> ValidateArgs<'v_a> for DoiBatch
Auto Trait Implementations§
impl Freeze for DoiBatch
impl RefUnwindSafe for DoiBatch
impl Send for DoiBatch
impl Sync for DoiBatch
impl Unpin for DoiBatch
impl UnwindSafe for DoiBatch
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