pub struct InitParams {
pub pipe_path: String,
pub schema: Schema,
}Expand description
Parameters for the $init message (legacy).
Fields§
§pipe_path: StringPath to the named pipe or Unix socket.
schema: SchemaSchema describing available methods and events.
Trait Implementations§
Source§impl Debug for InitParams
impl Debug for InitParams
Auto Trait Implementations§
impl Freeze for InitParams
impl RefUnwindSafe for InitParams
impl Send for InitParams
impl Sync for InitParams
impl Unpin for InitParams
impl UnwindSafe for InitParams
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