Struct extendr_api::wrapper::Promise [−][src]
Fields
code: Cenv: Evalue: Vseen: boolTrait Implementations
impl<C: Clone, E: Clone, V: Clone> Clone for Promise<C, E, V>[src]
impl<C: Debug, E: Debug, V: Debug> Debug for Promise<C, E, V>[src]
impl<C: PartialEq, E: PartialEq, V: PartialEq> PartialEq<Promise<C, E, V>> for Promise<C, E, V>[src]
fn eq(&self, other: &Promise<C, E, V>) -> bool[src]
fn ne(&self, other: &Promise<C, E, V>) -> bool[src]
impl<C, E, V> StructuralPartialEq for Promise<C, E, V>[src]
Auto Trait Implementations
impl<C, E, V> RefUnwindSafe for Promise<C, E, V> where
C: RefUnwindSafe,
E: RefUnwindSafe,
V: RefUnwindSafe, [src]
C: RefUnwindSafe,
E: RefUnwindSafe,
V: RefUnwindSafe,
impl<C, E, V> Send for Promise<C, E, V> where
C: Send,
E: Send,
V: Send, [src]
C: Send,
E: Send,
V: Send,
impl<C, E, V> Sync for Promise<C, E, V> where
C: Sync,
E: Sync,
V: Sync, [src]
C: Sync,
E: Sync,
V: Sync,
impl<C, E, V> Unpin for Promise<C, E, V> where
C: Unpin,
E: Unpin,
V: Unpin, [src]
C: Unpin,
E: Unpin,
V: Unpin,
impl<C, E, V> UnwindSafe for Promise<C, E, V> where
C: UnwindSafe,
E: UnwindSafe,
V: UnwindSafe, [src]
C: UnwindSafe,
E: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,