pub struct SfcDescriptor {
pub template: String,
pub script: String,
pub style: String,
}Expand description
Vue SFC 拆分结果。
Fields§
§template: StringTemplate 部分源码
script: StringScript 部分源码
style: StringStyle 部分源码
Auto Trait Implementations§
impl Freeze for SfcDescriptor
impl RefUnwindSafe for SfcDescriptor
impl Send for SfcDescriptor
impl Sync for SfcDescriptor
impl Unpin for SfcDescriptor
impl UnsafeUnpin for SfcDescriptor
impl UnwindSafe for SfcDescriptor
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