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