pub struct RawRecord {
pub old_mode: String,
pub new_mode: String,
pub old_oid: String,
pub new_oid: String,
pub status: u8,
pub path: Vec<u8>,
}Expand description
One record from --raw -z --full-index --no-renames.
Fields§
§old_mode: String§new_mode: String§old_oid: String§new_oid: String§status: u8§path: Vec<u8>Implementations§
Source§impl RawRecord
impl RawRecord
pub fn disposition(&self) -> Disposition
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawRecord
impl RefUnwindSafe for RawRecord
impl Send for RawRecord
impl Sync for RawRecord
impl Unpin for RawRecord
impl UnsafeUnpin for RawRecord
impl UnwindSafe for RawRecord
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