pub enum RamBundleType {
Indexed,
Unbundle,
}Expand description
Type of RAM bundle.
Variants§
Indexed
Indexed format (iOS) - single binary file.
Unbundle
Unbundle format (Android) - directory with js-modules/.
Trait Implementations§
Source§impl Clone for RamBundleType
impl Clone for RamBundleType
Source§fn clone(&self) -> RamBundleType
fn clone(&self) -> RamBundleType
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 RamBundleType
impl Debug for RamBundleType
Source§impl PartialEq for RamBundleType
impl PartialEq for RamBundleType
impl Copy for RamBundleType
impl Eq for RamBundleType
impl StructuralPartialEq for RamBundleType
Auto Trait Implementations§
impl Freeze for RamBundleType
impl RefUnwindSafe for RamBundleType
impl Send for RamBundleType
impl Sync for RamBundleType
impl Unpin for RamBundleType
impl UnsafeUnpin for RamBundleType
impl UnwindSafe for RamBundleType
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