pub struct EmptyControllerThreadHandle;Expand description
SNAFU context selector for the Error::EmptyControllerThreadHandle variant
Implementations§
Trait Implementations§
Source§impl Clone for EmptyControllerThreadHandle
impl Clone for EmptyControllerThreadHandle
Source§fn clone(&self) -> EmptyControllerThreadHandle
fn clone(&self) -> EmptyControllerThreadHandle
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 EmptyControllerThreadHandle
impl Debug for EmptyControllerThreadHandle
Source§impl IntoError<Error> for EmptyControllerThreadHandle
impl IntoError<Error> for EmptyControllerThreadHandle
impl Copy for EmptyControllerThreadHandle
Auto Trait Implementations§
impl Freeze for EmptyControllerThreadHandle
impl RefUnwindSafe for EmptyControllerThreadHandle
impl Send for EmptyControllerThreadHandle
impl Sync for EmptyControllerThreadHandle
impl Unpin for EmptyControllerThreadHandle
impl UnwindSafe for EmptyControllerThreadHandle
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