pub struct TreeObject {
pub hash: GitHash,
pub entries: Vec<TreeEntry>,
}Fields§
§hash: GitHash§entries: Vec<TreeEntry>Implementations§
Trait Implementations§
Source§impl Clone for TreeObject
impl Clone for TreeObject
Source§fn clone(&self) -> TreeObject
fn clone(&self) -> TreeObject
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 moreAuto Trait Implementations§
impl Freeze for TreeObject
impl RefUnwindSafe for TreeObject
impl Send for TreeObject
impl Sync for TreeObject
impl Unpin for TreeObject
impl UnsafeUnpin for TreeObject
impl UnwindSafe for TreeObject
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