pub struct InboundAddress { /* private fields */ }
Implementations§
Source§impl InboundAddress
impl InboundAddress
pub const fn get_address(&self) -> &String
pub const fn get_chain(&self) -> &String
pub const fn get_chain_lp_actions_paused(&self) -> &bool
pub const fn get_chain_trading_paused(&self) -> &bool
pub const fn get_dust_threshold(&self) -> &Decimal
pub const fn get_gas_rate(&self) -> &Decimal
pub const fn get_gas_rate_units(&self) -> &String
pub const fn get_global_trading_paused(&self) -> &bool
pub const fn get_halted(&self) -> &bool
pub const fn get_outbound_fee(&self) -> &Decimal
pub const fn get_outbound_tx_size(&self) -> &Decimal
pub const fn get_pub_key(&self) -> &String
pub const fn get_verified(&self) -> &bool
pub const fn get_verified_at(&self) -> &Decimal
pub const fn get_accessed_at(&self) -> &Decimal
Trait Implementations§
Source§impl Clone for InboundAddress
impl Clone for InboundAddress
Source§fn clone(&self) -> InboundAddress
fn clone(&self) -> InboundAddress
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 InboundAddress
impl Debug for InboundAddress
Source§impl<'de> Deserialize<'de> for InboundAddress
impl<'de> Deserialize<'de> for InboundAddress
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 InboundAddress
impl RefUnwindSafe for InboundAddress
impl Send for InboundAddress
impl Sync for InboundAddress
impl Unpin for InboundAddress
impl UnwindSafe for InboundAddress
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