pub struct AdapterSection {
pub address: String,
pub chain: String,
pub rpc_url: String,
}Fields§
§address: String§chain: String§rpc_url: StringTrait Implementations§
Source§impl Clone for AdapterSection
impl Clone for AdapterSection
Source§fn clone(&self) -> AdapterSection
fn clone(&self) -> AdapterSection
Returns a duplicate 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 moreSource§impl Debug for AdapterSection
impl Debug for AdapterSection
Source§impl<'de> Deserialize<'de> for AdapterSection
impl<'de> Deserialize<'de> for AdapterSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AdapterSection
impl RefUnwindSafe for AdapterSection
impl Send for AdapterSection
impl Sync for AdapterSection
impl Unpin for AdapterSection
impl UnsafeUnpin for AdapterSection
impl UnwindSafe for AdapterSection
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