Struct darling_api::DarlingConfig
source · pub struct DarlingConfig {
pub source_location: String,
}Fields§
§source_location: StringTrait 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