#[repr(C)]pub struct UpgradeResult {
pub package_address: [u8; 32],
pub contract_address: [u8; 32],
pub version: u32,
}Fields§
§package_address: [u8; 32]§contract_address: [u8; 32]§version: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpgradeResult
impl RefUnwindSafe for UpgradeResult
impl Send for UpgradeResult
impl Sync for UpgradeResult
impl Unpin for UpgradeResult
impl UnwindSafe for UpgradeResult
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