pub struct BanksClientBackend {
pub endpoint: Option<String>,
}Expand description
Backend that drives a BanksClient.
Fields§
§endpoint: Option<String>Optional RPC/validator endpoint the client should connect to.
Implementations§
Trait Implementations§
Source§impl Clone for BanksClientBackend
impl Clone for BanksClientBackend
Source§fn clone(&self) -> BanksClientBackend
fn clone(&self) -> BanksClientBackend
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BanksClientBackend
impl Debug for BanksClientBackend
Source§impl Default for BanksClientBackend
impl Default for BanksClientBackend
Source§fn default() -> BanksClientBackend
fn default() -> BanksClientBackend
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BanksClientBackend
impl RefUnwindSafe for BanksClientBackend
impl Send for BanksClientBackend
impl Sync for BanksClientBackend
impl Unpin for BanksClientBackend
impl UnsafeUnpin for BanksClientBackend
impl UnwindSafe for BanksClientBackend
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