Struct libgit2_sys::git_message_trailer
source · #[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_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§
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