pub struct GolemErrorPromiseDropped {
pub promise_id: PromiseId,
}
Fields§
§promise_id: PromiseId
Trait Implementations§
source§impl Clone for GolemErrorPromiseDropped
impl Clone for GolemErrorPromiseDropped
source§fn clone(&self) -> GolemErrorPromiseDropped
fn clone(&self) -> GolemErrorPromiseDropped
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 moresource§impl Debug for GolemErrorPromiseDropped
impl Debug for GolemErrorPromiseDropped
source§impl<'de> Deserialize<'de> for GolemErrorPromiseDropped
impl<'de> Deserialize<'de> for GolemErrorPromiseDropped
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for GolemErrorPromiseDropped
impl PartialEq for GolemErrorPromiseDropped
source§impl Serialize for GolemErrorPromiseDropped
impl Serialize for GolemErrorPromiseDropped
impl Eq for GolemErrorPromiseDropped
impl StructuralPartialEq for GolemErrorPromiseDropped
Auto Trait Implementations§
impl Freeze for GolemErrorPromiseDropped
impl RefUnwindSafe for GolemErrorPromiseDropped
impl Send for GolemErrorPromiseDropped
impl Sync for GolemErrorPromiseDropped
impl Unpin for GolemErrorPromiseDropped
impl UnwindSafe for GolemErrorPromiseDropped
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
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.