pub struct BottleStableSpec {
pub rebuild: u32,
pub files: HashMap<String, BottleFileSpec>,
}Fields§
§rebuild: u32§files: HashMap<String, BottleFileSpec>Trait Implementations§
Source§impl Clone for BottleStableSpec
impl Clone for BottleStableSpec
Source§fn clone(&self) -> BottleStableSpec
fn clone(&self) -> BottleStableSpec
Returns a copy 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 BottleStableSpec
impl Debug for BottleStableSpec
Source§impl Default for BottleStableSpec
impl Default for BottleStableSpec
Source§fn default() -> BottleStableSpec
fn default() -> BottleStableSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BottleStableSpec
impl<'de> Deserialize<'de> for BottleStableSpec
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 BottleStableSpec
impl PartialEq for BottleStableSpec
Source§impl Serialize for BottleStableSpec
impl Serialize for BottleStableSpec
impl Eq for BottleStableSpec
impl StructuralPartialEq for BottleStableSpec
Auto Trait Implementations§
impl Freeze for BottleStableSpec
impl RefUnwindSafe for BottleStableSpec
impl Send for BottleStableSpec
impl Sync for BottleStableSpec
impl Unpin for BottleStableSpec
impl UnwindSafe for BottleStableSpec
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.