Struct tauri_codegen::ContextData
source · [−]pub struct ContextData {
pub dev: bool,
pub config: Config,
pub config_parent: PathBuf,
pub root: TokenStream,
}
Expand description
Necessary data needed by context_codegen
to generate code for a Tauri application context.
Fields
dev: bool
config: Config
config_parent: PathBuf
root: TokenStream
Auto Trait Implementations
impl RefUnwindSafe for ContextData
impl !Send for ContextData
impl !Sync for ContextData
impl Unpin for ContextData
impl UnwindSafe for ContextData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more