pub struct PatchData(pub BTreeMap<String, Vec<Vec<String>>>);
Tuple Fields§
§0: BTreeMap<String, Vec<Vec<String>>>
Auto Trait Implementations§
impl Freeze for PatchData
impl RefUnwindSafe for PatchData
impl Send for PatchData
impl Sync for PatchData
impl Unpin for PatchData
impl UnwindSafe for PatchData
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