pub struct GitPackChunkState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GitPackChunkState
impl Clone for GitPackChunkState
Source§fn clone(&self) -> GitPackChunkState
fn clone(&self) -> GitPackChunkState
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 GitPackChunkState
impl Debug for GitPackChunkState
Source§impl Default for GitPackChunkState
impl Default for GitPackChunkState
Source§fn default() -> GitPackChunkState
fn default() -> GitPackChunkState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitPackChunkState
impl RefUnwindSafe for GitPackChunkState
impl Send for GitPackChunkState
impl Sync for GitPackChunkState
impl Unpin for GitPackChunkState
impl UnsafeUnpin for GitPackChunkState
impl UnwindSafe for GitPackChunkState
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