Struct gio::ApplicationBuilder
source · [−]pub struct ApplicationBuilder { /* private fields */ }Implementations
sourceimpl ApplicationBuilder
impl ApplicationBuilder
pub fn new() -> Self
pub fn build(self) -> Application
pub fn action_group(self, action_group: &ActionGroup) -> Self
pub fn application_id(self, application_id: &str) -> Self
pub fn flags(self, flags: ApplicationFlags) -> Self
pub fn inactivity_timeout(self, inactivity_timeout: u32) -> Self
pub fn resource_base_path(self, resource_base_path: &str) -> Self
Auto Trait Implementations
impl RefUnwindSafe for ApplicationBuilder
impl !Send for ApplicationBuilder
impl !Sync for ApplicationBuilder
impl Unpin for ApplicationBuilder
impl UnwindSafe for ApplicationBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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