pub struct createLinkedBranch;
Trait Implementations§
Source§impl Field for createLinkedBranch
impl Field for createLinkedBranch
Source§impl HasArgument<input> for createLinkedBranch
impl HasArgument<input> for createLinkedBranch
Source§type ArgumentType = CreateLinkedBranchInput
type ArgumentType = CreateLinkedBranchInput
The schema marker type of this argument.
Source§impl HasField<createLinkedBranch> for Mutation
impl HasField<createLinkedBranch> for Mutation
Source§type Type = Option<CreateLinkedBranchPayload>
type Type = Option<CreateLinkedBranchPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createLinkedBranch
impl RefUnwindSafe for createLinkedBranch
impl Send for createLinkedBranch
impl Sync for createLinkedBranch
impl Unpin for createLinkedBranch
impl UnwindSafe for createLinkedBranch
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