pub struct CodeSplittingIR {
pub dynamic_imports: Vec<DynamicImportIR>,
pub lazy_components: Vec<LazyComponentIR>,
pub preload_hints: Vec<PreloadHintIR>,
}
Expand description
コード分割IR
Fields§
§dynamic_imports: Vec<DynamicImportIR>
§lazy_components: Vec<LazyComponentIR>
§preload_hints: Vec<PreloadHintIR>
Trait Implementations§
Source§impl Clone for CodeSplittingIR
impl Clone for CodeSplittingIR
Source§fn clone(&self) -> CodeSplittingIR
fn clone(&self) -> CodeSplittingIR
Returns a duplicate 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 CodeSplittingIR
impl Debug for CodeSplittingIR
Source§impl<'de> Deserialize<'de> for CodeSplittingIR
impl<'de> Deserialize<'de> for CodeSplittingIR
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
Source§impl PartialEq for CodeSplittingIR
impl PartialEq for CodeSplittingIR
Source§impl Serialize for CodeSplittingIR
impl Serialize for CodeSplittingIR
impl StructuralPartialEq for CodeSplittingIR
Auto Trait Implementations§
impl Freeze for CodeSplittingIR
impl RefUnwindSafe for CodeSplittingIR
impl Send for CodeSplittingIR
impl Sync for CodeSplittingIR
impl Unpin for CodeSplittingIR
impl UnwindSafe for CodeSplittingIR
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