Struct rgb_lib::utils::RgbRuntime
source · pub struct RgbRuntime {
pub runtime: Runtime,
pub wallet_dir: PathBuf,
}
Expand description
Wrapper for the RGB runtime and its lockfile.
Fields§
§runtime: Runtime
The RGB runtime
wallet_dir: PathBuf
The wallet directory, where the lockfile for the runtime is to be held
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RgbRuntime
impl Send for RgbRuntime
impl Sync for RgbRuntime
impl Unpin for RgbRuntime
impl UnwindSafe for RgbRuntime
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