pub struct PrebuiltBlob {
pub repo: String,
pub series: String,
pub commit: String,
pub artifact: String,
pub sha256: String,
}Expand description
Describes a path to a Buildomat-generated artifact that should reside at the following path:
https://buildomat.eng.oxide.computer/public/file/oxidecomputer/REPO/SERIES/COMMIT/ARTIFACT
Fields§
§repo: String§series: String§commit: String§artifact: String§sha256: StringTrait Implementations§
Source§impl Clone for PrebuiltBlob
impl Clone for PrebuiltBlob
Source§fn clone(&self) -> PrebuiltBlob
fn clone(&self) -> PrebuiltBlob
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 PrebuiltBlob
impl Debug for PrebuiltBlob
Source§impl<'de> Deserialize<'de> for PrebuiltBlob
impl<'de> Deserialize<'de> for PrebuiltBlob
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 PrebuiltBlob
impl PartialEq for PrebuiltBlob
Source§impl Serialize for PrebuiltBlob
impl Serialize for PrebuiltBlob
impl Eq for PrebuiltBlob
impl StructuralPartialEq for PrebuiltBlob
Auto Trait Implementations§
impl Freeze for PrebuiltBlob
impl RefUnwindSafe for PrebuiltBlob
impl Send for PrebuiltBlob
impl Sync for PrebuiltBlob
impl Unpin for PrebuiltBlob
impl UnwindSafe for PrebuiltBlob
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.