pub struct DbRpcClientCfg {
pub api_key: Option<String>,
pub endpoint: String,
}
Fields§
§api_key: Option<String>
§endpoint: String
Trait Implementations§
Source§impl Clone for DbRpcClientCfg
impl Clone for DbRpcClientCfg
Source§fn clone(&self) -> DbRpcClientCfg
fn clone(&self) -> DbRpcClientCfg
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DbRpcClientCfg
impl RefUnwindSafe for DbRpcClientCfg
impl Send for DbRpcClientCfg
impl Sync for DbRpcClientCfg
impl Unpin for DbRpcClientCfg
impl UnwindSafe for DbRpcClientCfg
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