pub struct ScanJsonRoot {
pub sections: Vec<ScanJsonEntry>,
}Expand description
Root of the nested scan JSON tree.
Fields§
§sections: Vec<ScanJsonEntry>Trait Implementations§
Source§impl Clone for ScanJsonRoot
impl Clone for ScanJsonRoot
Source§fn clone(&self) -> ScanJsonRoot
fn clone(&self) -> ScanJsonRoot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScanJsonRoot
impl Debug for ScanJsonRoot
Auto Trait Implementations§
impl Freeze for ScanJsonRoot
impl RefUnwindSafe for ScanJsonRoot
impl Send for ScanJsonRoot
impl Sync for ScanJsonRoot
impl Unpin for ScanJsonRoot
impl UnsafeUnpin for ScanJsonRoot
impl UnwindSafe for ScanJsonRoot
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