pub struct TreeEntry {
pub name: String,
pub entry_type: EntryType,
pub hash: [u8; 32],
pub size: u64,
pub mode: u32,
}Fields§
§name: String§entry_type: EntryType§hash: [u8; 32]§size: u64§mode: u32Trait Implementations§
impl<'__de> Decode<'__de> for TreeEntrywhere
'__de:,
impl Encode for TreeEntry
impl Eq for TreeEntry
impl StructuralPartialEq for TreeEntry
Auto Trait Implementations§
impl Freeze for TreeEntry
impl RefUnwindSafe for TreeEntry
impl Send for TreeEntry
impl Sync for TreeEntry
impl Unpin for TreeEntry
impl UnsafeUnpin for TreeEntry
impl UnwindSafe for TreeEntry
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