pub enum git_odb_object {}Auto Trait Implementations§
impl Freeze for git_odb_object
impl RefUnwindSafe for git_odb_object
impl Send for git_odb_object
impl Sync for git_odb_object
impl Unpin for git_odb_object
impl UnwindSafe for git_odb_object
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