pub struct DexProtocol {
pub program_address: Option<String>,
pub protocol_family: Option<String>,
pub protocol_name: Option<String>,
}Expand description
DEX protocol information
Fields§
§program_address: Option<String>§protocol_family: Option<String>§protocol_name: Option<String>Trait Implementations§
Source§impl Clone for DexProtocol
impl Clone for DexProtocol
Source§fn clone(&self) -> DexProtocol
fn clone(&self) -> DexProtocol
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 DexProtocol
impl Debug for DexProtocol
Source§impl<'de> Deserialize<'de> for DexProtocol
impl<'de> Deserialize<'de> for DexProtocol
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 DexProtocol
impl RefUnwindSafe for DexProtocol
impl Send for DexProtocol
impl Sync for DexProtocol
impl Unpin for DexProtocol
impl UnwindSafe for DexProtocol
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