pub struct ContractsEnvironment {
pub trading_gateway_address: &'static str,
pub funding_account_address: &'static str,
pub guard_registry_address: &'static str,
pub zipper_endpoint_address: &'static str,
}Expand description
Polyester application contract addresses.
Fields§
§trading_gateway_address: &'static str§funding_account_address: &'static str§guard_registry_address: &'static str§zipper_endpoint_address: &'static strTrait Implementations§
Source§impl Clone for ContractsEnvironment
impl Clone for ContractsEnvironment
Source§fn clone(&self) -> ContractsEnvironment
fn clone(&self) -> ContractsEnvironment
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 ContractsEnvironment
impl Debug for ContractsEnvironment
impl Eq for ContractsEnvironment
Source§impl PartialEq for ContractsEnvironment
impl PartialEq for ContractsEnvironment
impl StructuralPartialEq for ContractsEnvironment
Auto Trait Implementations§
impl Freeze for ContractsEnvironment
impl RefUnwindSafe for ContractsEnvironment
impl Send for ContractsEnvironment
impl Sync for ContractsEnvironment
impl Unpin for ContractsEnvironment
impl UnsafeUnpin for ContractsEnvironment
impl UnwindSafe for ContractsEnvironment
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.