pub struct RuntimeInitArgs {
pub app_id: Option<String>,
}Fields§
§app_id: Option<String>Available on DragonFly BSD or FreeBSD or Linux or NetBSD or OpenBSD only.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuntimeInitArgs
impl RefUnwindSafe for RuntimeInitArgs
impl Send for RuntimeInitArgs
impl Sync for RuntimeInitArgs
impl Unpin for RuntimeInitArgs
impl UnsafeUnpin for RuntimeInitArgs
impl UnwindSafe for RuntimeInitArgs
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