pub struct FutureEXT(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for FutureEXT
impl Ord for FutureEXT
Source§impl PartialOrd for FutureEXT
impl PartialOrd for FutureEXT
impl Copy for FutureEXT
impl Eq for FutureEXT
impl StructuralPartialEq for FutureEXT
Auto Trait Implementations§
impl Freeze for FutureEXT
impl RefUnwindSafe for FutureEXT
impl Send for FutureEXT
impl Sync for FutureEXT
impl Unpin for FutureEXT
impl UnwindSafe for FutureEXT
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