pub struct Future {
pub id: Option<u64>,
}Fields§
§id: Option<u64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Future
impl RefUnwindSafe for Future
impl Send for Future
impl Sync for Future
impl Unpin for Future
impl UnsafeUnpin for Future
impl UnwindSafe for Future
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