Struct golem_client::model::GolemErrorPromiseDropped
source · pub struct GolemErrorPromiseDropped {
pub promise_id: PromiseId,
}Fields§
§promise_id: PromiseIdTrait 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§fn eq(&self, other: &GolemErrorPromiseDropped) -> bool
fn eq(&self, other: &GolemErrorPromiseDropped) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GolemErrorPromiseDropped
impl Serialize for GolemErrorPromiseDropped
impl Eq for GolemErrorPromiseDropped
impl StructuralPartialEq for GolemErrorPromiseDropped
Auto Trait Implementations§
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<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.