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