pub struct Deployments {
pub litium_core: String,
pub litium_mine: String,
pub litium_stake: String,
pub litium_refer: String,
pub litium_wrap: String,
}Expand description
Deployed contract addresses on Bostrom mainnet.
Fields§
§litium_core: String§litium_mine: String§litium_stake: String§litium_refer: String§litium_wrap: StringTrait Implementations§
Source§impl Clone for Deployments
impl Clone for Deployments
Source§fn clone(&self) -> Deployments
fn clone(&self) -> Deployments
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 moreAuto Trait Implementations§
impl Freeze for Deployments
impl RefUnwindSafe for Deployments
impl Send for Deployments
impl Sync for Deployments
impl Unpin for Deployments
impl UnsafeUnpin for Deployments
impl UnwindSafe for Deployments
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