#[repr(C)]pub struct git_message_trailer {
    pub key: *const c_char,
    pub value: *const c_char,
}Fields§
§key: *const c_char§value: *const c_charAuto Trait Implementations§
impl Freeze for git_message_trailer
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§
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