Struct libgir::analysis::functions::AsyncFuture
source · 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)