pub struct RefUpdate;
Trait Implementations§
impl HasInputField<afterOid, GitObjectID> for RefUpdate
impl HasInputField<beforeOid, Option<GitObjectID>> for RefUpdate
impl HasInputField<force, Option<bool>> for RefUpdate
impl HasInputField<name, GitRefname> for RefUpdate
impl InputObjectMarker for RefUpdate
Auto Trait Implementations§
impl Freeze for RefUpdate
impl RefUnwindSafe for RefUpdate
impl Send for RefUpdate
impl Sync for RefUpdate
impl Unpin for RefUpdate
impl UnwindSafe for RefUpdate
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