pub struct AllData {
pub clocks: Vec<Clockin>,
pub groups: BTreeMap<String, Vec<String>>,
}
Fields§
§clocks: Vec<Clockin>
§groups: BTreeMap<String, Vec<String>>
Auto Trait Implementations§
impl Freeze for AllData
impl RefUnwindSafe for AllData
impl Send for AllData
impl Sync for AllData
impl Unpin for AllData
impl UnwindSafe for AllData
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