pub struct DeployHistoryIndex {
pub entries: Vec<HistoryEntry>,
}Fields§
§entries: Vec<HistoryEntry>Trait Implementations§
Source§impl Clone for DeployHistoryIndex
impl Clone for DeployHistoryIndex
Source§fn clone(&self) -> DeployHistoryIndex
fn clone(&self) -> DeployHistoryIndex
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 DeployHistoryIndex
impl Debug for DeployHistoryIndex
Source§impl Default for DeployHistoryIndex
impl Default for DeployHistoryIndex
Source§fn default() -> DeployHistoryIndex
fn default() -> DeployHistoryIndex
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeployHistoryIndex
impl<'de> Deserialize<'de> for DeployHistoryIndex
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
Auto Trait Implementations§
impl Freeze for DeployHistoryIndex
impl RefUnwindSafe for DeployHistoryIndex
impl Send for DeployHistoryIndex
impl Sync for DeployHistoryIndex
impl Unpin for DeployHistoryIndex
impl UnsafeUnpin for DeployHistoryIndex
impl UnwindSafe for DeployHistoryIndex
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