pub struct CommitResponse {
pub commit: String,
pub snapshot_id: String,
pub selected_hunks: Vec<String>,
pub selected_changes: Vec<String>,
pub selected_line_ranges: Vec<String>,
pub snapshot: SnapshotView,
}Fields§
§commit: String§snapshot_id: String§selected_hunks: Vec<String>§selected_changes: Vec<String>§selected_line_ranges: Vec<String>§snapshot: SnapshotViewTrait Implementations§
Source§impl Debug for CommitResponse
impl Debug for CommitResponse
Auto Trait Implementations§
impl Freeze for CommitResponse
impl RefUnwindSafe for CommitResponse
impl Send for CommitResponse
impl Sync for CommitResponse
impl Unpin for CommitResponse
impl UnsafeUnpin for CommitResponse
impl UnwindSafe for CommitResponse
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