pub struct JsonRPCConfig {
pub url: String,
pub user: Option<String>,
pub pass: Option<String>,
}Available on crate feature
with-jsonrpc only.Fields§
§url: String§user: Option<String>§pass: Option<String>Auto Trait Implementations§
impl Freeze for JsonRPCConfig
impl RefUnwindSafe for JsonRPCConfig
impl Send for JsonRPCConfig
impl Sync for JsonRPCConfig
impl Unpin for JsonRPCConfig
impl UnwindSafe for JsonRPCConfig
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