pub struct RevisionRuntimeBlock {
pub deployment_id: DeploymentId,
pub revision_id: RevisionId,
pub bundle_id: BundleId,
pub pack_list_refs: Vec<PathBuf>,
pub pack_config_refs: Vec<PathBuf>,
pub weight_bps: u32,
}Fields§
§deployment_id: DeploymentId§revision_id: RevisionId§bundle_id: BundleId§pack_list_refs: Vec<PathBuf>Env-relative paths to pinned per-pack lockfiles.
pack_config_refs: Vec<PathBuf>Env-relative paths to pack-config.v1 documents per pack.
weight_bps: u32Trait Implementations§
Source§impl Clone for RevisionRuntimeBlock
impl Clone for RevisionRuntimeBlock
Source§fn clone(&self) -> RevisionRuntimeBlock
fn clone(&self) -> RevisionRuntimeBlock
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 RevisionRuntimeBlock
impl Debug for RevisionRuntimeBlock
Source§impl<'de> Deserialize<'de> for RevisionRuntimeBlock
impl<'de> Deserialize<'de> for RevisionRuntimeBlock
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
impl Eq for RevisionRuntimeBlock
Source§impl PartialEq for RevisionRuntimeBlock
impl PartialEq for RevisionRuntimeBlock
Source§fn eq(&self, other: &RevisionRuntimeBlock) -> bool
fn eq(&self, other: &RevisionRuntimeBlock) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RevisionRuntimeBlock
impl Serialize for RevisionRuntimeBlock
impl StructuralPartialEq for RevisionRuntimeBlock
Auto Trait Implementations§
impl Freeze for RevisionRuntimeBlock
impl RefUnwindSafe for RevisionRuntimeBlock
impl Send for RevisionRuntimeBlock
impl Sync for RevisionRuntimeBlock
impl Unpin for RevisionRuntimeBlock
impl UnsafeUnpin for RevisionRuntimeBlock
impl UnwindSafe for RevisionRuntimeBlock
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.