Struct floresta_cli::jsonrpc_client::JsonRPCConfig
source · pub struct JsonRPCConfig {
pub url: String,
pub user: Option<String>,
pub pass: Option<String>,
}
Fields§
§url: String
§user: Option<String>
§pass: Option<String>
Auto Trait Implementations§
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