pub struct Instance {
pub node_id: u64,
pub child: Option<Child>,
pub data_path: PathBuf,
pub http_addr: String,
pub notifications_addr: String,
}Fields§
§node_id: u64§child: Option<Child>§data_path: PathBuf§http_addr: String§notifications_addr: StringAuto Trait Implementations§
impl Freeze for Instance
impl RefUnwindSafe for Instance
impl Send for Instance
impl Sync for Instance
impl Unpin for Instance
impl UnwindSafe for Instance
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