pub struct Config { /* private fields */ }
Implementations§
Source§impl Config
impl Config
pub fn from_raw(app: App, raw: Option<Raw>) -> Result<Self, Error>
pub fn app(&self) -> &App
pub fn logcat_filter_specs(&self) -> &[String]
pub fn so_name(&self) -> String
pub fn min_sdk_version(&self) -> u32
pub fn project_dir(&self) -> PathBuf
pub fn project_dir_exists(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl !RefUnwindSafe for Config
impl !Send for Config
impl !Sync for Config
impl Unpin for Config
impl !UnwindSafe for Config
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