pub struct ScanJsonVariant {
pub id: String,
pub state: String,
pub files: Vec<ScanJsonFile>,
}Expand description
One variant inside a pair/group entry.
Fields§
§id: String§state: String§files: Vec<ScanJsonFile>Trait Implementations§
Source§impl Clone for ScanJsonVariant
impl Clone for ScanJsonVariant
Source§fn clone(&self) -> ScanJsonVariant
fn clone(&self) -> ScanJsonVariant
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 ScanJsonVariant
impl Debug for ScanJsonVariant
Auto Trait Implementations§
impl Freeze for ScanJsonVariant
impl RefUnwindSafe for ScanJsonVariant
impl Send for ScanJsonVariant
impl Sync for ScanJsonVariant
impl Unpin for ScanJsonVariant
impl UnsafeUnpin for ScanJsonVariant
impl UnwindSafe for ScanJsonVariant
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