pub struct ContractVersion {
pub contract: String,
pub version: String,
}Fields§
§contract: String§version: StringAuto Trait Implementations§
impl Freeze for ContractVersion
impl RefUnwindSafe for ContractVersion
impl Send for ContractVersion
impl Sync for ContractVersion
impl Unpin for ContractVersion
impl UnwindSafe for ContractVersion
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