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