pub(crate) struct Steal<T: 'static>(Arc<Inner<T>>);
Expand description
Consumer handle. May be used from many threads.
Tuple Fields§
§0: Arc<Inner<T>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Steal<T>
impl<T> !RefUnwindSafe for Steal<T>
impl<T> Send for Steal<T>
impl<T> Sync for Steal<T>
impl<T> Unpin for Steal<T>
impl<T> !UnwindSafe for Steal<T>
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