pub struct InstallContext {
pub data_dir: PathBuf,
}Fields§
§data_dir: PathBufStable host-owned storage used by every native endpoint initializer. Installers must derive their Iroh identity from this directory rather than creating a transport-specific identity.
Trait Implementations§
Source§impl Clone for InstallContext
impl Clone for InstallContext
Auto Trait Implementations§
impl Freeze for InstallContext
impl RefUnwindSafe for InstallContext
impl Send for InstallContext
impl Sync for InstallContext
impl Unpin for InstallContext
impl UnsafeUnpin for InstallContext
impl UnwindSafe for InstallContext
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