pub enum SubCommand {
Apc,
Badging,
Configurations,
Packagename,
Permissions,
Strings,
Styleparents,
Resources,
Xmlstrings,
Xmltree,
}
Variants§
Apc
Print the contents of the AAPT2 Container (APC) generated during compilation.
Badging
Print information extracted from the APK’s manifest.
Configurations
Print every configuration used by a resource in the APK.
Packagename
Print the APK’s package name.
Permissions
Print the permissions extracted from the APK’s manifest.
Strings
Print the contents of the APK’s resource table string pool.
Styleparents
Print the parents of styles used in the APK.
Resources
Print the contents of the APK’s resource table.
Xmlstrings
Print strings from the APK’s compiled xml.
Xmltree
Print a tree of the APK’s compiled xml.
Trait Implementations§
Source§impl Clone for SubCommand
impl Clone for SubCommand
Source§fn clone(&self) -> SubCommand
fn clone(&self) -> SubCommand
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 SubCommand
impl Debug for SubCommand
Source§impl Display for SubCommand
impl Display for SubCommand
Source§impl PartialEq for SubCommand
impl PartialEq for SubCommand
impl Copy for SubCommand
impl Eq for SubCommand
impl StructuralPartialEq for SubCommand
Auto Trait Implementations§
impl Freeze for SubCommand
impl RefUnwindSafe for SubCommand
impl Send for SubCommand
impl Sync for SubCommand
impl Unpin for SubCommand
impl UnwindSafe for SubCommand
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