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