pub struct DarlingConfig {
pub source_location: String,
}
Expand description
The user-defined configuration options.
Fields§
§source_location: String
The location of the darling source on the users machine; ~/.local/share/darling/source
by default.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DarlingConfig
impl RefUnwindSafe for DarlingConfig
impl Send for DarlingConfig
impl Sync for DarlingConfig
impl Unpin for DarlingConfig
impl UnwindSafe for DarlingConfig
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