pub struct Contract {
pub wallet: Wallet,
pub iat: i64,
pub owner: &'static str,
pub data: Option<Data>,
}Fields§
§wallet: Wallet§iat: i64§owner: &'static str§data: Option<Data>Auto Trait Implementations§
impl RefUnwindSafe for Contract
impl Send for Contract
impl Sync for Contract
impl Unpin for Contract
impl UnwindSafe for Contract
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