Struct libgit2_sys::git_push_update
source · [−]#[repr(C)]pub struct git_push_update {
pub src_refname: *mut c_char,
pub dst_refname: *mut c_char,
pub src: git_oid,
pub dst: git_oid,
}
Fields
src_refname: *mut c_char
dst_refname: *mut c_char
src: git_oid
dst: git_oid
Auto Trait Implementations
impl RefUnwindSafe for git_push_update
impl !Send for git_push_update
impl !Sync for git_push_update
impl Unpin for git_push_update
impl UnwindSafe for git_push_update
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more