pub enum AccessorEnum {
Apk(ApkAccessor),
}Variants§
Apk(ApkAccessor)
Trait Implementations§
Source§impl Accessor for AccessorEnum
impl Accessor for AccessorEnum
Source§fn exist_class(&self, __enum_dispatch_arg_0: &str) -> bool
fn exist_class(&self, __enum_dispatch_arg_0: &str) -> bool
return true if the class exists. the format of class_key is DescriptorRef
fn read_classes(&self) -> Vec<StrRef> ⓘ
fn read_content(&self, __enum_dispatch_arg_0: &str) -> Option<SmaliNode>
Auto Trait Implementations§
impl Freeze for AccessorEnum
impl RefUnwindSafe for AccessorEnum
impl Send for AccessorEnum
impl Sync for AccessorEnum
impl Unpin for AccessorEnum
impl UnwindSafe for AccessorEnum
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