Struct gio::GioFutureResult
source · [−]pub struct GioFutureResult<T, E> { /* private fields */ }
Implementations
sourceimpl<T, E> GioFutureResult<T, E>
impl<T, E> GioFutureResult<T, E>
Auto Trait Implementations
impl<T, E> !RefUnwindSafe for GioFutureResult<T, E>
impl<T, E> Send for GioFutureResult<T, E> where
E: Send,
T: Send,
impl<T, E> Sync for GioFutureResult<T, E> where
E: Send,
T: Send,
impl<T, E> Unpin for GioFutureResult<T, E>
impl<T, E> !UnwindSafe for GioFutureResult<T, E>
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