pub struct GraphLine {
pub graph: String,
pub commit: Option<GraphCommit>,
}Fields§
§graph: String§commit: Option<GraphCommit>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphLine
impl RefUnwindSafe for GraphLine
impl Send for GraphLine
impl Sync for GraphLine
impl Unpin for GraphLine
impl UnsafeUnpin for GraphLine
impl UnwindSafe for GraphLine
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