pub struct ConfigureServer { /* private fields */ }Expand description
The server is running in the nodo runtime and serves configure requests
Implementations§
Auto Trait Implementations§
impl Freeze for ConfigureServer
impl RefUnwindSafe for ConfigureServer
impl Send for ConfigureServer
impl Sync for ConfigureServer
impl Unpin for ConfigureServer
impl UnwindSafe for ConfigureServer
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