pub enum GraphUpdate {
Patched,
NeedsRebuild(GraphRebuildReason),
}Variants§
Patched
NeedsRebuild(GraphRebuildReason)
Trait Implementations§
Source§impl Clone for GraphUpdate
impl Clone for GraphUpdate
impl Copy for GraphUpdate
Source§impl Debug for GraphUpdate
impl Debug for GraphUpdate
impl Eq for GraphUpdate
Source§impl PartialEq for GraphUpdate
impl PartialEq for GraphUpdate
impl StructuralPartialEq for GraphUpdate
Auto Trait Implementations§
impl Freeze for GraphUpdate
impl RefUnwindSafe for GraphUpdate
impl Send for GraphUpdate
impl Sync for GraphUpdate
impl Unpin for GraphUpdate
impl UnsafeUnpin for GraphUpdate
impl UnwindSafe for GraphUpdate
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