pub struct unlockThread;
Trait Implementations§
Source§impl Field for unlockThread
impl Field for unlockThread
Source§impl HasArgument<commentId> for unlockThread
impl HasArgument<commentId> for unlockThread
Auto Trait Implementations§
impl Freeze for unlockThread
impl RefUnwindSafe for unlockThread
impl Send for unlockThread
impl Sync for unlockThread
impl Unpin for unlockThread
impl UnwindSafe for unlockThread
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