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