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