pub struct Constants {
pub nft_address: &'static str,
pub rpc_provider: &'static str,
pub dlx_address: &'static str,
pub vehicle_address: &'static str,
}Fields§
§nft_address: &'static str§rpc_provider: &'static str§dlx_address: &'static str§vehicle_address: &'static strAuto Trait Implementations§
impl Freeze for Constants
impl RefUnwindSafe for Constants
impl Send for Constants
impl Sync for Constants
impl Unpin for Constants
impl UnwindSafe for Constants
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