pub struct previousSha;Trait Implementations§
Source§impl Field for previousSha
impl Field for previousSha
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.
Auto Trait Implementations§
impl Freeze for previousSha
impl RefUnwindSafe for previousSha
impl Send for previousSha
impl Sync for previousSha
impl Unpin for previousSha
impl UnwindSafe for previousSha
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