pub struct ConfigureClient { /* private fields */ }Expand description
The client is running in the configure client which would like to configure the nodo app
Implementations§
Source§impl ConfigureClient
impl ConfigureClient
pub fn dial(address: &str) -> Result<Self>
pub fn send_request(&self, request: &ConfigureRequest) -> Result<ConfigureReply>
Auto Trait Implementations§
impl Freeze for ConfigureClient
impl RefUnwindSafe for ConfigureClient
impl Send for ConfigureClient
impl Sync for ConfigureClient
impl Unpin for ConfigureClient
impl UnwindSafe for ConfigureClient
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