struct EstartFields {
ws_endpoint: String,
web_endpoint: String,
instance_id: String,
}Expand description
Parsed fields out of a AGENTMUXSRV-ESTART line. Same shape as the
host’s parse_estart (sidecar.rs:404-420).
Fields§
§ws_endpoint: String§web_endpoint: String§instance_id: StringAuto Trait Implementations§
impl Freeze for EstartFields
impl RefUnwindSafe for EstartFields
impl Send for EstartFields
impl Sync for EstartFields
impl Unpin for EstartFields
impl UnwindSafe for EstartFields
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