Struct tauri_bundler::bundle::Bundle [−][src]
pub struct Bundle { pub package_type: PackageType, pub bundle_paths: Vec<PathBuf>, }
Expand description
Generated bundle metadata.
Fields
package_type: PackageType
Expand description
The package type.
bundle_paths: Vec<PathBuf>
Expand description
All paths for this package.
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T