Struct follow_heating::io::robbable::DispatchedRobbable
source · pub struct DispatchedRobbable<T> {
resource: Arc<Mutex<Option<T>>>,
}
Fields§
§resource: Arc<Mutex<Option<T>>>
Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for DispatchedRobbable<T>
impl<T> Send for DispatchedRobbable<T>where
T: Send,
impl<T> Sync for DispatchedRobbable<T>where
T: Send,
impl<T> Unpin for DispatchedRobbable<T>
impl<T> UnwindSafe for DispatchedRobbable<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