pub struct RuntimeInitArgs<A> {
pub app_id: Option<String>,
pub identifier: String,
pub custom_schemes: Vec<String>,
pub runtime_init_attrs: A,
}Fields§
§app_id: Option<String>Available on DragonFly BSD or FreeBSD or Linux or NetBSD or OpenBSD only.
§identifier: String§custom_schemes: Vec<String>§runtime_init_attrs: ATrait Implementations§
Source§impl<A: Default> Default for RuntimeInitArgs<A>
impl<A: Default> Default for RuntimeInitArgs<A>
Source§fn default() -> RuntimeInitArgs<A>
fn default() -> RuntimeInitArgs<A>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<A> Freeze for RuntimeInitArgs<A>where
A: Freeze,
impl<A> RefUnwindSafe for RuntimeInitArgs<A>where
A: RefUnwindSafe,
impl<A> Send for RuntimeInitArgs<A>where
A: Send,
impl<A> Sync for RuntimeInitArgs<A>where
A: Sync,
impl<A> Unpin for RuntimeInitArgs<A>where
A: Unpin,
impl<A> UnsafeUnpin for RuntimeInitArgs<A>where
A: UnsafeUnpin,
impl<A> UnwindSafe for RuntimeInitArgs<A>where
A: UnwindSafe,
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