pub struct GitRefSnapshot { /* private fields */ }Trait Implementations§
Source§impl Clone for GitRefSnapshot
impl Clone for GitRefSnapshot
Source§fn clone(&self) -> GitRefSnapshot
fn clone(&self) -> GitRefSnapshot
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 GitRefSnapshot
impl Debug for GitRefSnapshot
impl Eq for GitRefSnapshot
Source§impl PartialEq for GitRefSnapshot
impl PartialEq for GitRefSnapshot
impl StructuralPartialEq for GitRefSnapshot
Auto Trait Implementations§
impl Freeze for GitRefSnapshot
impl RefUnwindSafe for GitRefSnapshot
impl Send for GitRefSnapshot
impl Sync for GitRefSnapshot
impl Unpin for GitRefSnapshot
impl UnsafeUnpin for GitRefSnapshot
impl UnwindSafe for GitRefSnapshot
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