pub struct CamadaConfig {
pub nome: &'static str,
pub path: PathBuf,
}Expand description
Camada vencedora de configuração (doctor).
Fields§
§nome: &'static strNome da camada.
path: PathBufPath resolvido.
Trait Implementations§
Source§impl Clone for CamadaConfig
impl Clone for CamadaConfig
Source§fn clone(&self) -> CamadaConfig
fn clone(&self) -> CamadaConfig
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 moreAuto Trait Implementations§
impl Freeze for CamadaConfig
impl RefUnwindSafe for CamadaConfig
impl Send for CamadaConfig
impl Sync for CamadaConfig
impl Unpin for CamadaConfig
impl UnsafeUnpin for CamadaConfig
impl UnwindSafe for CamadaConfig
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