pub struct syncToCommentThread;Trait Implementations§
Auto Trait Implementations§
impl Freeze for syncToCommentThread
impl RefUnwindSafe for syncToCommentThread
impl Send for syncToCommentThread
impl Sync for syncToCommentThread
impl Unpin for syncToCommentThread
impl UnwindSafe for syncToCommentThread
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