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