pub struct UpdateRefsInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateRefsInput
impl HasInputField<refUpdates, Vec<RefUpdate>> for UpdateRefsInput
impl HasInputField<repositoryId, Id> for UpdateRefsInput
impl InputObjectMarker for UpdateRefsInput
Auto Trait Implementations§
impl Freeze for UpdateRefsInput
impl RefUnwindSafe for UpdateRefsInput
impl Send for UpdateRefsInput
impl Sync for UpdateRefsInput
impl Unpin for UpdateRefsInput
impl UnwindSafe for UpdateRefsInput
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