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