pub struct RuntimeBootstrap {
pub realm: RealmConfig,
pub context: ContextConfig,
}Expand description
Top-level runtime bootstrap payload.
Fields§
§realm: RealmConfig§context: ContextConfigTrait Implementations§
Source§impl Clone for RuntimeBootstrap
impl Clone for RuntimeBootstrap
Source§fn clone(&self) -> RuntimeBootstrap
fn clone(&self) -> RuntimeBootstrap
Returns a duplicate 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 RuntimeBootstrap
impl Debug for RuntimeBootstrap
Source§impl Default for RuntimeBootstrap
impl Default for RuntimeBootstrap
Source§fn default() -> RuntimeBootstrap
fn default() -> RuntimeBootstrap
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeBootstrapwhere
RuntimeBootstrap: Default,
impl<'de> Deserialize<'de> for RuntimeBootstrapwhere
RuntimeBootstrap: Default,
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 RuntimeBootstrap
impl PartialEq for RuntimeBootstrap
Source§impl Serialize for RuntimeBootstrap
impl Serialize for RuntimeBootstrap
impl Eq for RuntimeBootstrap
impl StructuralPartialEq for RuntimeBootstrap
Auto Trait Implementations§
impl Freeze for RuntimeBootstrap
impl RefUnwindSafe for RuntimeBootstrap
impl Send for RuntimeBootstrap
impl Sync for RuntimeBootstrap
impl Unpin for RuntimeBootstrap
impl UnsafeUnpin for RuntimeBootstrap
impl UnwindSafe for RuntimeBootstrap
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.