pub struct HostInfo {
pub cwd: String,
pub session_id: String,
pub extension_dir: String,
pub phi_version: String,
}Expand description
Host metadata filled by the hello handshake (and refreshed by
SessionMeta pushes).
Fields§
§cwd: String§session_id: String§extension_dir: String§phi_version: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HostInfo
impl RefUnwindSafe for HostInfo
impl Send for HostInfo
impl Sync for HostInfo
impl Unpin for HostInfo
impl UnsafeUnpin for HostInfo
impl UnwindSafe for HostInfo
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