pub struct ThreadUnsafe { /* private fields */ }
Expand description
The display is not thread safe.
It is able to be shared between threads, but cannot be used concurrently.
Trait Implementations§
Source§impl ThreadSafety for ThreadUnsafe
impl ThreadSafety for ThreadUnsafe
Source§fn initialize() -> Result<()>
fn initialize() -> Result<()>
If a function needs to be called to initialize this variant,
call it here.
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