pub struct SyncCommitResponse {
pub hash: String,
pub subject: String,
pub author: String,
pub relative_time: String,
}Fields§
§hash: String§subject: String§relative_time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SyncCommitResponse
impl RefUnwindSafe for SyncCommitResponse
impl Send for SyncCommitResponse
impl Sync for SyncCommitResponse
impl Unpin for SyncCommitResponse
impl UnsafeUnpin for SyncCommitResponse
impl UnwindSafe for SyncCommitResponse
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