pub struct WrappedNativeTokenDeployer;Expand description
Deployer for the WrappedNativeToken contract.
Implementations§
source§impl WrappedNativeTokenDeployer
impl WrappedNativeTokenDeployer
pub fn init() -> WrappedNativeTokenRef
Auto Trait Implementations§
impl Freeze for WrappedNativeTokenDeployer
impl RefUnwindSafe for WrappedNativeTokenDeployer
impl Send for WrappedNativeTokenDeployer
impl Sync for WrappedNativeTokenDeployer
impl Unpin for WrappedNativeTokenDeployer
impl UnwindSafe for WrappedNativeTokenDeployer
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