pub struct MintProxy(pub Addr);Tuple Fields§
§0: AddrImplementations§
Auto Trait Implementations§
impl Freeze for MintProxy
impl RefUnwindSafe for MintProxy
impl Send for MintProxy
impl Sync for MintProxy
impl Unpin for MintProxy
impl UnsafeUnpin for MintProxy
impl UnwindSafe for MintProxy
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