pub struct FileTransformPrecomp2Config {
pub enabled: bool,
pub max_depth: u32,
pub max_expand_ratio: f64,
pub max_total_output: u64,
pub recover: bool,
}Fields§
§enabled: bool§max_depth: u32§max_expand_ratio: f64§max_total_output: u64§recover: boolTrait Implementations§
Source§impl Clone for FileTransformPrecomp2Config
impl Clone for FileTransformPrecomp2Config
Source§fn clone(&self) -> FileTransformPrecomp2Config
fn clone(&self) -> FileTransformPrecomp2Config
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 FileTransformPrecomp2Config
impl Debug for FileTransformPrecomp2Config
Source§impl<'de> Deserialize<'de> for FileTransformPrecomp2Configwhere
FileTransformPrecomp2Config: Default,
impl<'de> Deserialize<'de> for FileTransformPrecomp2Configwhere
FileTransformPrecomp2Config: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FileTransformPrecomp2Config
impl RefUnwindSafe for FileTransformPrecomp2Config
impl Send for FileTransformPrecomp2Config
impl Sync for FileTransformPrecomp2Config
impl Unpin for FileTransformPrecomp2Config
impl UnsafeUnpin for FileTransformPrecomp2Config
impl UnwindSafe for FileTransformPrecomp2Config
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