pub struct RuntimeEnvironmentPlan { /* private fields */ }Implementations§
Source§impl RuntimeEnvironmentPlan
impl RuntimeEnvironmentPlan
pub fn new() -> Self
pub fn add_scalar_entries( self, entries: impl IntoIterator<Item = RuntimeEnvironmentEntry>, ) -> Self
pub fn add_linked_bindings(self, links: &[ResourceRef]) -> Self
pub fn add_current_worker_binding(self, worker_id: &str) -> Self
pub fn add_current_container_binding(self, container_id: &str) -> Self
pub fn entries(&self) -> &[RuntimeEnvironmentPlanEntry]
Trait Implementations§
Source§impl Clone for RuntimeEnvironmentPlan
impl Clone for RuntimeEnvironmentPlan
Source§fn clone(&self) -> RuntimeEnvironmentPlan
fn clone(&self) -> RuntimeEnvironmentPlan
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 RuntimeEnvironmentPlan
impl Debug for RuntimeEnvironmentPlan
Source§impl Default for RuntimeEnvironmentPlan
impl Default for RuntimeEnvironmentPlan
Source§fn default() -> RuntimeEnvironmentPlan
fn default() -> RuntimeEnvironmentPlan
Returns the “default value” for a type. Read more
impl Eq for RuntimeEnvironmentPlan
Source§impl PartialEq for RuntimeEnvironmentPlan
impl PartialEq for RuntimeEnvironmentPlan
Source§fn eq(&self, other: &RuntimeEnvironmentPlan) -> bool
fn eq(&self, other: &RuntimeEnvironmentPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeEnvironmentPlan
Auto Trait Implementations§
impl Freeze for RuntimeEnvironmentPlan
impl RefUnwindSafe for RuntimeEnvironmentPlan
impl Send for RuntimeEnvironmentPlan
impl Sync for RuntimeEnvironmentPlan
impl Unpin for RuntimeEnvironmentPlan
impl UnsafeUnpin for RuntimeEnvironmentPlan
impl UnwindSafe for RuntimeEnvironmentPlan
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.