pub enum ComponentPatchEntry {
Set(ComponentData),
Removed,
}Expand description
Entry in a component patch.
Variants§
Trait Implementations§
Source§impl Clone for ComponentPatchEntry
impl Clone for ComponentPatchEntry
Source§fn clone(&self) -> ComponentPatchEntry
fn clone(&self) -> ComponentPatchEntry
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 ComponentPatchEntry
impl Debug for ComponentPatchEntry
Source§impl PartialEq for ComponentPatchEntry
impl PartialEq for ComponentPatchEntry
Auto Trait Implementations§
impl Freeze for ComponentPatchEntry
impl RefUnwindSafe for ComponentPatchEntry
impl Send for ComponentPatchEntry
impl Sync for ComponentPatchEntry
impl Unpin for ComponentPatchEntry
impl UnsafeUnpin for ComponentPatchEntry
impl UnwindSafe for ComponentPatchEntry
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