pub struct fy_thread { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for fy_thread
impl RefUnwindSafe for fy_thread
impl Send for fy_thread
impl Sync for fy_thread
impl Unpin for fy_thread
impl UnwindSafe for fy_thread
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