pub struct GraphPrintReport {
pub snapshot: RepoSnapshot,
}Expand description
Report returned for graph printing.
Fields§
§snapshot: RepoSnapshotRepository snapshot.
Trait Implementations§
Source§impl Clone for GraphPrintReport
impl Clone for GraphPrintReport
Source§fn clone(&self) -> GraphPrintReport
fn clone(&self) -> GraphPrintReport
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 GraphPrintReport
impl Debug for GraphPrintReport
Source§impl<'de> Deserialize<'de> for GraphPrintReport
impl<'de> Deserialize<'de> for GraphPrintReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GraphPrintReport
impl PartialEq for GraphPrintReport
Source§fn eq(&self, other: &GraphPrintReport) -> bool
fn eq(&self, other: &GraphPrintReport) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GraphPrintReport
impl Serialize for GraphPrintReport
impl StructuralPartialEq for GraphPrintReport
Auto Trait Implementations§
impl Freeze for GraphPrintReport
impl RefUnwindSafe for GraphPrintReport
impl Send for GraphPrintReport
impl Sync for GraphPrintReport
impl Unpin for GraphPrintReport
impl UnsafeUnpin for GraphPrintReport
impl UnwindSafe for GraphPrintReport
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