pub struct fy_work_pool { /* private fields */ }Trait Implementations§
Source§impl Clone for fy_work_pool
impl Clone for fy_work_pool
Source§fn clone(&self) -> fy_work_pool
fn clone(&self) -> fy_work_pool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fy_work_pool
impl Debug for fy_work_pool
impl Copy for fy_work_pool
Auto Trait Implementations§
impl Freeze for fy_work_pool
impl RefUnwindSafe for fy_work_pool
impl Send for fy_work_pool
impl Sync for fy_work_pool
impl Unpin for fy_work_pool
impl UnwindSafe for fy_work_pool
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