Struct tauri_bundler::bundle::Bundle
source · pub struct Bundle {
pub package_type: PackageType,
pub bundle_paths: Vec<PathBuf>,
}
Expand description
Generated bundle metadata.
Fields§
§package_type: PackageType
The package type.
bundle_paths: Vec<PathBuf>
All paths for this package.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bundle
impl Send for Bundle
impl Sync for Bundle
impl Unpin for Bundle
impl UnwindSafe for Bundle
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