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