pub struct Tree;
Trait Implementations§
Source§impl HasField<__typename> for Tree
impl HasField<__typename> for Tree
Source§impl HasField<abbreviatedOid> for Tree
impl HasField<abbreviatedOid> for Tree
Source§impl HasField<commitResourcePath> for Tree
impl HasField<commitResourcePath> for Tree
Source§impl HasField<oid> for Tree
impl HasField<oid> for Tree
Source§type Type = GitObjectID
type Type = GitObjectID
The schema marker type of this field.
Source§impl HasField<repository> for Tree
impl HasField<repository> for Tree
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
impl HasSubtype<Tree> for GitObject
impl HasSubtype<Tree> for Node
Auto Trait Implementations§
impl Freeze for Tree
impl RefUnwindSafe for Tree
impl Send for Tree
impl Sync for Tree
impl Unpin for Tree
impl UnwindSafe for Tree
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