pub struct SinglePatch {
pub common: Common,
pub sources: Vec<Source>,
pub additive_kits: BTreeMap<String, AdditiveKit>,
}Expand description
Single patch.
Fields§
§common: Common§sources: Vec<Source>§additive_kits: BTreeMap<String, AdditiveKit>Implementations§
Source§impl SinglePatch
impl SinglePatch
Trait Implementations§
Source§impl Default for SinglePatch
impl Default for SinglePatch
Source§impl Display for SinglePatch
impl Display for SinglePatch
Source§impl SystemExclusiveData for SinglePatch
impl SystemExclusiveData for SinglePatch
Auto Trait Implementations§
impl Freeze for SinglePatch
impl RefUnwindSafe for SinglePatch
impl Send for SinglePatch
impl Sync for SinglePatch
impl Unpin for SinglePatch
impl UnwindSafe for SinglePatch
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