Enum fuel_core_interfaces::sync::SyncMpsc
source · [−]pub enum SyncMpsc {
Status {
ret: Sender<SyncStatus>,
},
Start,
Stop,
}Variants
Status
Fields
ret: Sender<SyncStatus>Start
Stop
Auto Trait Implementations
impl !RefUnwindSafe for SyncMpsc
impl Send for SyncMpsc
impl Sync for SyncMpsc
impl Unpin for SyncMpsc
impl !UnwindSafe for SyncMpsc
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