pub struct FlakeModule {
pub nome: String,
pub caminho: String,
}Fields§
§nome: String§caminho: StringTrait Implementations§
Source§impl Clone for FlakeModule
impl Clone for FlakeModule
Source§fn clone(&self) -> FlakeModule
fn clone(&self) -> FlakeModule
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 FlakeModule
impl Debug for FlakeModule
Source§impl<'de> Deserialize<'de> for FlakeModule
impl<'de> Deserialize<'de> for FlakeModule
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 FlakeModule
impl PartialEq for FlakeModule
Source§impl Serialize for FlakeModule
impl Serialize for FlakeModule
impl StructuralPartialEq for FlakeModule
Auto Trait Implementations§
impl Freeze for FlakeModule
impl RefUnwindSafe for FlakeModule
impl Send for FlakeModule
impl Sync for FlakeModule
impl Unpin for FlakeModule
impl UnsafeUnpin for FlakeModule
impl UnwindSafe for FlakeModule
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