pub struct GitCandidate {
pub title: String,
pub summary: String,
pub memory_type: String,
pub commit_hash: String,
}Fields§
§title: String§summary: String§memory_type: String§commit_hash: StringTrait Implementations§
Source§impl Clone for GitCandidate
impl Clone for GitCandidate
Source§fn clone(&self) -> GitCandidate
fn clone(&self) -> GitCandidate
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 GitCandidate
impl RefUnwindSafe for GitCandidate
impl Send for GitCandidate
impl Sync for GitCandidate
impl Unpin for GitCandidate
impl UnsafeUnpin for GitCandidate
impl UnwindSafe for GitCandidate
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