pub struct GraphCommit {
pub oid: String,
pub decoration: String,
pub summary: String,
pub author: String,
pub date: String,
pub signature_status: String,
}Fields§
§oid: String§decoration: String§summary: String§date: String§signature_status: StringGPG/SSH signature status.
Trait Implementations§
Source§impl Clone for GraphCommit
impl Clone for GraphCommit
Source§fn clone(&self) -> GraphCommit
fn clone(&self) -> GraphCommit
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 GraphCommit
impl RefUnwindSafe for GraphCommit
impl Send for GraphCommit
impl Sync for GraphCommit
impl Unpin for GraphCommit
impl UnsafeUnpin for GraphCommit
impl UnwindSafe for GraphCommit
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