pub struct ActivationEvidence { /* private fields */ }Expand description
Caller-owned activation evidence. Opaque ref only; not a wait-contract message.
Implementations§
Trait Implementations§
Source§impl Clone for ActivationEvidence
impl Clone for ActivationEvidence
Source§fn clone(&self) -> ActivationEvidence
fn clone(&self) -> ActivationEvidence
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 ActivationEvidence
impl Debug for ActivationEvidence
impl Eq for ActivationEvidence
Source§impl PartialEq for ActivationEvidence
impl PartialEq for ActivationEvidence
impl StructuralPartialEq for ActivationEvidence
Auto Trait Implementations§
impl Freeze for ActivationEvidence
impl RefUnwindSafe for ActivationEvidence
impl Send for ActivationEvidence
impl Sync for ActivationEvidence
impl Unpin for ActivationEvidence
impl UnsafeUnpin for ActivationEvidence
impl UnwindSafe for ActivationEvidence
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