pub struct Contract {
pub files: Vec<File>,
}
Expand description
Generated contract files archive
Fields§
§files: Vec<File>
Trait Implementations§
Source§impl RustPretty for Contract
impl RustPretty for Contract
Source§impl ToTokenStream for Contract
impl ToTokenStream for Contract
fn to_token_streams(&self) -> Result<Vec<TokenStream>>
Auto Trait Implementations§
impl Freeze for Contract
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