Struct libgit2_sys::git_message_trailer
source · [−]Fields
key: *const c_char
value: *const c_char
Auto Trait Implementations
impl RefUnwindSafe for git_message_trailer
impl !Send for git_message_trailer
impl !Sync for git_message_trailer
impl Unpin for git_message_trailer
impl UnwindSafe for git_message_trailer
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