pub struct PreprocessorOptions {
pub start_operator: String,
pub defines: HashMap<String, String>,
}
Fields§
§start_operator: String
§defines: HashMap<String, String>
Trait Implementations§
Source§impl Clone for PreprocessorOptions
impl Clone for PreprocessorOptions
Source§fn clone(&self) -> PreprocessorOptions
fn clone(&self) -> PreprocessorOptions
Returns a copy of the value. Read more
1.0.0 · 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 PreprocessorOptions
impl Debug for PreprocessorOptions
Auto Trait Implementations§
impl Freeze for PreprocessorOptions
impl RefUnwindSafe for PreprocessorOptions
impl Send for PreprocessorOptions
impl Sync for PreprocessorOptions
impl Unpin for PreprocessorOptions
impl UnwindSafe for PreprocessorOptions
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