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