pub struct GraphUpdateReport {
pub applied: bool,
pub hit_graph_dirty: bool,
}Fields§
§applied: bool§hit_graph_dirty: boolTrait Implementations§
Source§impl Clone for GraphUpdateReport
impl Clone for GraphUpdateReport
Source§fn clone(&self) -> GraphUpdateReport
fn clone(&self) -> GraphUpdateReport
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 moreimpl Copy for GraphUpdateReport
Source§impl Debug for GraphUpdateReport
impl Debug for GraphUpdateReport
Source§impl Default for GraphUpdateReport
impl Default for GraphUpdateReport
Source§fn default() -> GraphUpdateReport
fn default() -> GraphUpdateReport
Returns the “default value” for a type. Read more
impl Eq for GraphUpdateReport
Source§impl PartialEq for GraphUpdateReport
impl PartialEq for GraphUpdateReport
Source§fn eq(&self, other: &GraphUpdateReport) -> bool
fn eq(&self, other: &GraphUpdateReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphUpdateReport
Auto Trait Implementations§
impl Freeze for GraphUpdateReport
impl RefUnwindSafe for GraphUpdateReport
impl Send for GraphUpdateReport
impl Sync for GraphUpdateReport
impl Unpin for GraphUpdateReport
impl UnsafeUnpin for GraphUpdateReport
impl UnwindSafe for GraphUpdateReport
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