pub struct LdsState { /* private fields */ }Expand description
Top-level mutable state for the MCP server.
Holds the current Session (if started). The MCP handler wraps
this in Arc<RwLock<LdsState>> for concurrent tool access.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LdsState
impl RefUnwindSafe for LdsState
impl Send for LdsState
impl Sync for LdsState
impl Unpin for LdsState
impl UnsafeUnpin for LdsState
impl UnwindSafe for LdsState
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