pub struct TreeEntry {
pub mode: u32,
pub name: BString,
pub oid: ObjectId,
}Fields§
§mode: u32§name: BString§oid: ObjectIdImplementations§
Trait Implementations§
impl Eq for TreeEntry
Source§impl<'a> From<TreeEntryRef<'a>> for TreeEntry
impl<'a> From<TreeEntryRef<'a>> for TreeEntry
Source§fn from(entry: TreeEntryRef<'a>) -> Self
fn from(entry: TreeEntryRef<'a>) -> Self
Converts to this type from the input type.
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