pub struct PSI_thread { /* private fields */ }Trait Implementations§
Source§impl Clone for PSI_thread
impl Clone for PSI_thread
Source§fn clone(&self) -> PSI_thread
fn clone(&self) -> PSI_thread
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 PSI_thread
impl Debug for PSI_thread
impl Copy for PSI_thread
Auto Trait Implementations§
impl Freeze for PSI_thread
impl RefUnwindSafe for PSI_thread
impl Send for PSI_thread
impl Sync for PSI_thread
impl Unpin for PSI_thread
impl UnwindSafe for PSI_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