Struct android_tools::java_tools::JavaTools
source · [−]pub struct JavaTools;
Expand description
Tools that using to create keystore and sign JAR files with keystore
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JavaTools
impl Send for JavaTools
impl Sync for JavaTools
impl Unpin for JavaTools
impl UnwindSafe for JavaTools
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more