pub struct UpdateManifest {
pub version: String,
pub published_at: Option<String>,
pub artifacts: HashMap<String, Artifact>,
}Fields§
§version: String§published_at: Option<String>§artifacts: HashMap<String, Artifact>Trait Implementations§
Source§impl Clone for UpdateManifest
impl Clone for UpdateManifest
Source§fn clone(&self) -> UpdateManifest
fn clone(&self) -> UpdateManifest
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 UpdateManifest
impl Debug for UpdateManifest
Source§impl<'de> Deserialize<'de> for UpdateManifest
impl<'de> Deserialize<'de> for UpdateManifest
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 UpdateManifest
Source§impl PartialEq for UpdateManifest
impl PartialEq for UpdateManifest
Source§impl Serialize for UpdateManifest
impl Serialize for UpdateManifest
impl StructuralPartialEq for UpdateManifest
Auto Trait Implementations§
impl Freeze for UpdateManifest
impl RefUnwindSafe for UpdateManifest
impl Send for UpdateManifest
impl Sync for UpdateManifest
impl Unpin for UpdateManifest
impl UnsafeUnpin for UpdateManifest
impl UnwindSafe for UpdateManifest
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.