pub struct TreeEntry;
Trait Implementations§
Source§impl HasField<__typename> for TreeEntry
impl HasField<__typename> for TreeEntry
Source§impl HasField<isGenerated> for TreeEntry
impl HasField<isGenerated> for TreeEntry
Source§impl HasField<nameRaw> for TreeEntry
impl HasField<nameRaw> for TreeEntry
Source§type Type = Base64String
type Type = Base64String
The schema marker type of this field.
Source§impl HasField<oid> for TreeEntry
impl HasField<oid> for TreeEntry
Source§type Type = GitObjectID
type Type = GitObjectID
The schema marker type of this field.
Source§impl HasField<pathRaw> for TreeEntry
impl HasField<pathRaw> for TreeEntry
Source§type Type = Option<Base64String>
type Type = Option<Base64String>
The schema marker type of this field.
Source§impl HasField<repository> for TreeEntry
impl HasField<repository> for TreeEntry
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for TreeEntry
impl RefUnwindSafe for TreeEntry
impl Send for TreeEntry
impl Sync for TreeEntry
impl Unpin 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