pub struct ContextPatch {
pub resources: Vec<ContextResource>,
pub removals: Vec<ContextResourceKey>,
pub invalidations: ContextInvalidation,
}Fields§
§resources: Vec<ContextResource>§removals: Vec<ContextResourceKey>§invalidations: ContextInvalidationTrait Implementations§
Source§impl Clone for ContextPatch
impl Clone for ContextPatch
Source§fn clone(&self) -> ContextPatch
fn clone(&self) -> ContextPatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContextPatch
impl Debug for ContextPatch
Source§impl Default for ContextPatch
impl Default for ContextPatch
Source§fn default() -> ContextPatch
fn default() -> ContextPatch
Returns the “default value” for a type. Read more
impl Eq for ContextPatch
Source§impl PartialEq for ContextPatch
impl PartialEq for ContextPatch
impl StructuralPartialEq for ContextPatch
Auto Trait Implementations§
impl Freeze for ContextPatch
impl RefUnwindSafe for ContextPatch
impl Send for ContextPatch
impl Sync for ContextPatch
impl Unpin for ContextPatch
impl UnsafeUnpin for ContextPatch
impl UnwindSafe for ContextPatch
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