pub struct AsyncFuture {
pub is_method: bool,
pub name: String,
pub success_parameters: String,
pub error_parameters: Option<String>,
pub assertion: SafetyAssertionMode,
}
Fields§
§is_method: bool
§name: String
§success_parameters: String
§error_parameters: Option<String>
§assertion: SafetyAssertionMode
Trait Implementations§
Source§impl Clone for AsyncFuture
impl Clone for AsyncFuture
Source§fn clone(&self) -> AsyncFuture
fn clone(&self) -> AsyncFuture
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AsyncFuture
impl RefUnwindSafe for AsyncFuture
impl Send for AsyncFuture
impl Sync for AsyncFuture
impl Unpin for AsyncFuture
impl UnwindSafe for AsyncFuture
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