pub struct AbsorbEntry {
pub file: String,
pub target_commit: String,
pub target_message: String,
pub hunks: usize,
}Fields§
§file: String§target_commit: String§target_message: String§hunks: usizeTrait Implementations§
Source§impl Clone for AbsorbEntry
impl Clone for AbsorbEntry
Source§fn clone(&self) -> AbsorbEntry
fn clone(&self) -> AbsorbEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AbsorbEntry
impl Debug for AbsorbEntry
Source§impl<'de> Deserialize<'de> for AbsorbEntry
impl<'de> Deserialize<'de> for AbsorbEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AbsorbEntry
impl RefUnwindSafe for AbsorbEntry
impl Send for AbsorbEntry
impl Sync for AbsorbEntry
impl Unpin for AbsorbEntry
impl UnsafeUnpin for AbsorbEntry
impl UnwindSafe for AbsorbEntry
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