pub struct deleteRef;
Trait Implementations§
Source§impl HasArgument<input> for deleteRef
impl HasArgument<input> for deleteRef
Source§type ArgumentType = DeleteRefInput
type ArgumentType = DeleteRefInput
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for deleteRef
impl RefUnwindSafe for deleteRef
impl Send for deleteRef
impl Sync for deleteRef
impl Unpin for deleteRef
impl UnwindSafe for deleteRef
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