Struct test_suite::common_setup::msg::Accounts
source · pub struct Accounts {
pub creator: Addr,
pub buyer: Addr,
}Fields§
§creator: Addr§buyer: AddrAuto Trait Implementations§
impl Freeze for Accounts
impl RefUnwindSafe for Accounts
impl Send for Accounts
impl Sync for Accounts
impl Unpin for Accounts
impl UnwindSafe for Accounts
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