pub struct expectedHeadOid;
Trait Implementations§
Source§impl Field for expectedHeadOid
impl Field for expectedHeadOid
impl HasInputField<expectedHeadOid, GitObjectID> for CreateCommitOnBranchInput
Auto Trait Implementations§
impl Freeze for expectedHeadOid
impl RefUnwindSafe for expectedHeadOid
impl Send for expectedHeadOid
impl Sync for expectedHeadOid
impl Unpin for expectedHeadOid
impl UnwindSafe for expectedHeadOid
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