pub struct FlakeOutput {
pub pacotes: Vec<FlakePackage>,
pub modulos: Vec<FlakeModule>,
pub dev_shells: bool,
}Fields§
§pacotes: Vec<FlakePackage>§modulos: Vec<FlakeModule>§dev_shells: boolTrait Implementations§
Source§impl Clone for FlakeOutput
impl Clone for FlakeOutput
Source§fn clone(&self) -> FlakeOutput
fn clone(&self) -> FlakeOutput
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 FlakeOutput
impl Debug for FlakeOutput
Source§impl Default for FlakeOutput
impl Default for FlakeOutput
Source§fn default() -> FlakeOutput
fn default() -> FlakeOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlakeOutput
impl<'de> Deserialize<'de> for FlakeOutput
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 FlakeOutput
impl PartialEq for FlakeOutput
Source§impl Serialize for FlakeOutput
impl Serialize for FlakeOutput
impl StructuralPartialEq for FlakeOutput
Auto Trait Implementations§
impl Freeze for FlakeOutput
impl RefUnwindSafe for FlakeOutput
impl Send for FlakeOutput
impl Sync for FlakeOutput
impl Unpin for FlakeOutput
impl UnsafeUnpin for FlakeOutput
impl UnwindSafe for FlakeOutput
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