#[repr(C)]pub struct OutputPluginOptions {
pub output_type: Type,
pub receive_rewrites: bool,
}
Fields§
§output_type: Type
§receive_rewrites: bool
Trait Implementations§
Source§impl Clone for OutputPluginOptions
impl Clone for OutputPluginOptions
Source§fn clone(&self) -> OutputPluginOptions
fn clone(&self) -> OutputPluginOptions
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 OutputPluginOptions
impl Debug for OutputPluginOptions
Source§impl Default for OutputPluginOptions
impl Default for OutputPluginOptions
impl Copy for OutputPluginOptions
Auto Trait Implementations§
impl Freeze for OutputPluginOptions
impl RefUnwindSafe for OutputPluginOptions
impl Send for OutputPluginOptions
impl Sync for OutputPluginOptions
impl Unpin for OutputPluginOptions
impl UnwindSafe for OutputPluginOptions
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