pub struct DataRoot;Expand description
Rooted inside data: the authored "orders" means data.orders. What
parse_json, parse_xml, publish_json and publish_xml call target.
Trait Implementations§
impl Copy for DataRoot
Auto Trait Implementations§
impl Freeze for DataRoot
impl RefUnwindSafe for DataRoot
impl Send for DataRoot
impl Sync for DataRoot
impl Unpin for DataRoot
impl UnsafeUnpin for DataRoot
impl UnwindSafe for DataRoot
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