pub struct UpdateRefInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateRefInput
impl HasInputField<force, Option<bool>> for UpdateRefInput
impl HasInputField<oid, GitObjectID> for UpdateRefInput
impl HasInputField<refId, Id> for UpdateRefInput
impl InputObjectMarker for UpdateRefInput
Auto Trait Implementations§
impl Freeze for UpdateRefInput
impl RefUnwindSafe for UpdateRefInput
impl Send for UpdateRefInput
impl Sync for UpdateRefInput
impl Unpin for UpdateRefInput
impl UnwindSafe for UpdateRefInput
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