pub struct GraphDrained {
pub reason: String,
}Expand description
Information about graph being drained
Contains the reason why the graph was drained.
Fields§
§reason: StringReason for draining
Trait Implementations§
Source§impl Clone for GraphDrained
impl Clone for GraphDrained
Source§fn clone(&self) -> GraphDrained
fn clone(&self) -> GraphDrained
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 moreAuto Trait Implementations§
impl Freeze for GraphDrained
impl RefUnwindSafe for GraphDrained
impl Send for GraphDrained
impl Sync for GraphDrained
impl Unpin for GraphDrained
impl UnsafeUnpin for GraphDrained
impl UnwindSafe for GraphDrained
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