pub struct UnlockLockableInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UnlockLockableInput
impl HasInputField<lockableId, Id> for UnlockLockableInput
impl InputObjectMarker for UnlockLockableInput
Auto Trait Implementations§
impl Freeze for UnlockLockableInput
impl RefUnwindSafe for UnlockLockableInput
impl Send for UnlockLockableInput
impl Sync for UnlockLockableInput
impl Unpin for UnlockLockableInput
impl UnwindSafe for UnlockLockableInput
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