pub struct AwaitEventKey {
pub scope: ExecutionScope,
pub wait: AwaitEventWaitIdentity,
pub key_id: String,
pub signature: String,
}Fields§
§scope: ExecutionScope§wait: AwaitEventWaitIdentity§key_id: String§signature: StringImplementations§
Source§impl AwaitEventKey
impl AwaitEventKey
pub fn promise_key(&self) -> String
Trait Implementations§
Source§impl Clone for AwaitEventKey
impl Clone for AwaitEventKey
Source§fn clone(&self) -> AwaitEventKey
fn clone(&self) -> AwaitEventKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AwaitEventKey
impl Debug for AwaitEventKey
Source§impl<'de> Deserialize<'de> for AwaitEventKey
impl<'de> Deserialize<'de> for AwaitEventKey
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
impl Eq for AwaitEventKey
Source§impl Hash for AwaitEventKey
impl Hash for AwaitEventKey
Source§impl PartialEq for AwaitEventKey
impl PartialEq for AwaitEventKey
Source§fn eq(&self, other: &AwaitEventKey) -> bool
fn eq(&self, other: &AwaitEventKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AwaitEventKey
impl Serialize for AwaitEventKey
impl StructuralPartialEq for AwaitEventKey
Auto Trait Implementations§
impl Freeze for AwaitEventKey
impl RefUnwindSafe for AwaitEventKey
impl Send for AwaitEventKey
impl Sync for AwaitEventKey
impl Unpin for AwaitEventKey
impl UnsafeUnpin for AwaitEventKey
impl UnwindSafe for AwaitEventKey
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