pub struct unlockLockable;Trait Implementations§
Source§impl Field for unlockLockable
impl Field for unlockLockable
Source§impl HasArgument<input> for unlockLockable
impl HasArgument<input> for unlockLockable
Source§type ArgumentType = UnlockLockableInput
type ArgumentType = UnlockLockableInput
The schema marker type of this argument.
Source§impl HasField<unlockLockable> for Mutation
impl HasField<unlockLockable> for Mutation
Source§type Type = Option<UnlockLockablePayload>
type Type = Option<UnlockLockablePayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for unlockLockable
impl RefUnwindSafe for unlockLockable
impl Send for unlockLockable
impl Sync for unlockLockable
impl Unpin for unlockLockable
impl UnwindSafe for unlockLockable
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