pub struct AlefMetaConfig {
pub version: Option<String>,
}Expand description
Alef tool metadata section ([alef] in alef.toml).
Fields§
§version: Option<String>Pinned alef CLI version (e.g. “0.7.5”). Used by install-alef to install the exact version this project expects.
Trait Implementations§
Source§impl Clone for AlefMetaConfig
impl Clone for AlefMetaConfig
Source§fn clone(&self) -> AlefMetaConfig
fn clone(&self) -> AlefMetaConfig
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 AlefMetaConfig
impl Debug for AlefMetaConfig
Source§impl Default for AlefMetaConfig
impl Default for AlefMetaConfig
Source§fn default() -> AlefMetaConfig
fn default() -> AlefMetaConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AlefMetaConfig
impl<'de> Deserialize<'de> for AlefMetaConfig
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 AlefMetaConfig
impl RefUnwindSafe for AlefMetaConfig
impl Send for AlefMetaConfig
impl Sync for AlefMetaConfig
impl Unpin for AlefMetaConfig
impl UnsafeUnpin for AlefMetaConfig
impl UnwindSafe for AlefMetaConfig
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