pub struct HelloAck {
pub protocol: u16,
pub phi_version: String,
pub cwd: String,
pub session_id: String,
pub extension_dir: String,
}Expand description
The host reply to Hello.
Fields§
§protocol: u16§phi_version: String§cwd: String§session_id: String§extension_dir: StringTrait Implementations§
impl Eq for HelloAck
impl StructuralPartialEq for HelloAck
Auto Trait Implementations§
impl Freeze for HelloAck
impl RefUnwindSafe for HelloAck
impl Send for HelloAck
impl Sync for HelloAck
impl Unpin for HelloAck
impl UnsafeUnpin for HelloAck
impl UnwindSafe for HelloAck
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