Enum tiny_actor::SndFut
source · [−]pub enum SndFut {
Listener(EventListener),
Sleep(Pin<Box<Sleep>>),
}Variants
Listener(EventListener)
Sleep(Pin<Box<Sleep>>)
Auto Trait Implementations
impl !RefUnwindSafe for SndFut
impl Send for SndFut
impl Sync for SndFut
impl Unpin for SndFut
impl !UnwindSafe for SndFut
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more