pub struct InitInfo {
pub identity: Identity,
pub application_data_path: PathBuf,
pub runtime_path: PathBuf,
}Fields§
§identity: Identity§application_data_path: PathBuf§runtime_path: PathBufImplementations§
Trait Implementations§
impl Eq for InitInfo
impl StructuralPartialEq for InitInfo
Auto Trait Implementations§
impl Freeze for InitInfo
impl RefUnwindSafe for InitInfo
impl Send for InitInfo
impl Sync for InitInfo
impl Unpin for InitInfo
impl UnsafeUnpin for InitInfo
impl UnwindSafe for InitInfo
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