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