pub struct USDS_CONTRACT_ADDRESS { /* private fields */ }Expand description
The USDS Token’s address, on prod Ethereum
Trait Implementations§
Source§impl Deref for USDS_CONTRACT_ADDRESS
impl Deref for USDS_CONTRACT_ADDRESS
impl LazyStatic for USDS_CONTRACT_ADDRESS
Auto Trait Implementations§
impl Freeze for USDS_CONTRACT_ADDRESS
impl RefUnwindSafe for USDS_CONTRACT_ADDRESS
impl Send for USDS_CONTRACT_ADDRESS
impl Sync for USDS_CONTRACT_ADDRESS
impl Unpin for USDS_CONTRACT_ADDRESS
impl UnsafeUnpin for USDS_CONTRACT_ADDRESS
impl UnwindSafe for USDS_CONTRACT_ADDRESS
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