pub struct HelloAckFrameRequest<'a> {
pub request_id: &'a str,
pub runtime_generation_id: &'a str,
pub channel_nonce: &'a str,
pub runtime_version: &'a str,
pub actual_target: &'a RuntimeTarget,
pub wasm_abi_version: &'a str,
pub limits: RuntimeLimits,
pub process_containment: &'a ProcessContainmentEvidence,
}Fields§
§request_id: &'a str§runtime_generation_id: &'a str§channel_nonce: &'a str§runtime_version: &'a str§actual_target: &'a RuntimeTarget§wasm_abi_version: &'a str§limits: RuntimeLimits§process_containment: &'a ProcessContainmentEvidenceTrait Implementations§
Source§impl<'a> Clone for HelloAckFrameRequest<'a>
impl<'a> Clone for HelloAckFrameRequest<'a>
Source§fn clone(&self) -> HelloAckFrameRequest<'a>
fn clone(&self) -> HelloAckFrameRequest<'a>
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 moreimpl<'a> Copy for HelloAckFrameRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for HelloAckFrameRequest<'a>
impl<'a> RefUnwindSafe for HelloAckFrameRequest<'a>
impl<'a> Send for HelloAckFrameRequest<'a>
impl<'a> Sync for HelloAckFrameRequest<'a>
impl<'a> Unpin for HelloAckFrameRequest<'a>
impl<'a> UnsafeUnpin for HelloAckFrameRequest<'a>
impl<'a> UnwindSafe for HelloAckFrameRequest<'a>
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