Struct oo_bindgen::model::FutureMethod
source · pub struct FutureMethod<T>where
T: DocReference,{ /* private fields */ }Expand description
represents a method that initiates an asynchronous operation an eventually completes an abstract future
Implementations§
source§impl FutureMethod<Validated>
impl FutureMethod<Validated>
pub fn arguments(
&self
) -> impl Iterator<Item = &Arg<FunctionArgument, Validated>>
pub fn arguments_without_callback(
&self
) -> impl Iterator<Item = &Arg<FunctionArgument, Validated>>
Trait Implementations§
source§impl<T> Clone for FutureMethod<T>where
T: DocReference + Clone,
impl<T> Clone for FutureMethod<T>where
T: DocReference + Clone,
source§fn clone(&self) -> FutureMethod<T>
fn clone(&self) -> FutureMethod<T>
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 more