pub struct HelloFrame {
pub request_id: String,
pub runtime_generation_id: String,
pub target: RuntimeTarget,
pub contract_set_sha256: String,
pub channel_nonce: String,
pub runtime_lease_public_keys: Vec<RuntimeLeasePublicKey>,
pub limits: RuntimeLimits,
}Fields§
§request_id: String§runtime_generation_id: String§target: RuntimeTarget§contract_set_sha256: String§channel_nonce: String§runtime_lease_public_keys: Vec<RuntimeLeasePublicKey>§limits: RuntimeLimitsTrait Implementations§
Source§impl Clone for HelloFrame
impl Clone for HelloFrame
Source§fn clone(&self) -> HelloFrame
fn clone(&self) -> HelloFrame
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 HelloFrame
impl Debug for HelloFrame
impl Eq for HelloFrame
Source§impl PartialEq for HelloFrame
impl PartialEq for HelloFrame
impl StructuralPartialEq for HelloFrame
Auto Trait Implementations§
impl Freeze for HelloFrame
impl RefUnwindSafe for HelloFrame
impl Send for HelloFrame
impl Sync for HelloFrame
impl Unpin for HelloFrame
impl UnsafeUnpin for HelloFrame
impl UnwindSafe for HelloFrame
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