pub struct ThreadUnsafe { /* private fields */ }
Expand description
Use thread-unsafe primitives.
Trait Implementations§
Source§impl Clone for ThreadUnsafe
impl Clone for ThreadUnsafe
Source§fn clone(&self) -> ThreadUnsafe
fn clone(&self) -> ThreadUnsafe
Returns a copy 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 ThreadUnsafe
impl Debug for ThreadUnsafe
Source§impl Hash for ThreadUnsafe
impl Hash for ThreadUnsafe
Source§impl Ord for ThreadUnsafe
impl Ord for ThreadUnsafe
Source§fn cmp(&self, other: &ThreadUnsafe) -> Ordering
fn cmp(&self, other: &ThreadUnsafe) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ThreadUnsafe
impl PartialEq for ThreadUnsafe
Source§impl PartialOrd for ThreadUnsafe
impl PartialOrd for ThreadUnsafe
impl Copy for ThreadUnsafe
impl Eq for ThreadUnsafe
impl StructuralPartialEq for ThreadUnsafe
impl ThreadSafety for ThreadUnsafe
Auto Trait Implementations§
impl Freeze for ThreadUnsafe
impl RefUnwindSafe for ThreadUnsafe
impl Send for ThreadUnsafe
impl Sync for ThreadUnsafe
impl Unpin for ThreadUnsafe
impl UnwindSafe for ThreadUnsafe
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