pub struct ProcessorOptions {
pub resource_directory: Option<String>,
pub resource_prefix: Option<String>,
}Expand description
Options for constructing a processor.
Fields§
§resource_directory: Option<String>§resource_prefix: Option<String>Trait Implementations§
Source§impl Clone for ProcessorOptions
impl Clone for ProcessorOptions
Source§fn clone(&self) -> ProcessorOptions
fn clone(&self) -> ProcessorOptions
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 moreSource§impl Debug for ProcessorOptions
impl Debug for ProcessorOptions
Source§impl Default for ProcessorOptions
impl Default for ProcessorOptions
Source§fn default() -> ProcessorOptions
fn default() -> ProcessorOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcessorOptions
impl RefUnwindSafe for ProcessorOptions
impl Send for ProcessorOptions
impl Sync for ProcessorOptions
impl Unpin for ProcessorOptions
impl UnsafeUnpin for ProcessorOptions
impl UnwindSafe for ProcessorOptions
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