[INFO] crate firefly-iii 0.1.0-alpha.6 is already in cache [INFO] checking firefly-iii-0.1.0-alpha.6 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate firefly-iii 0.1.0-alpha.6 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate firefly-iii 0.1.0-alpha.6 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate firefly-iii 0.1.0-alpha.6 [INFO] finished tweaking crates.io crate firefly-iii 0.1.0-alpha.6 [INFO] tweaked toml for crates.io crate firefly-iii 0.1.0-alpha.6 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2b677a8dd019a905c608aa959a0f99d3ae3a6ff93b7269bae8fca769f8ac0cba [INFO] running `"docker" "start" "-a" "2b677a8dd019a905c608aa959a0f99d3ae3a6ff93b7269bae8fca769f8ac0cba"` [INFO] [stderr] Checking futures-task v0.3.2 [INFO] [stderr] Checking urlencoding v1.0.0 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking futures-util v0.3.2 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking firefly-iii v0.1.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/about_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl AboutApi for AboutApiClient { [INFO] [stderr] 41 | / async fn get_about(&self, ) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 58 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/about_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 61 | / async fn get_current_user(&self, ) -> Result { [INFO] [stderr] 62 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 63 | | let client = &configuration.client; [INFO] [stderr] 64 | | [INFO] [stderr] ... | [INFO] [stderr] 78 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 79 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl AccountsApi for AccountsApiClient { [INFO] [stderr] 46 | / async fn delete_account(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn get_account(&self, id: i32, date: Option) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 87 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 90 | / async fn list_account(&self, page: Option, date: Option, _type: Option) -> Result { [INFO] [stderr] 91 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 92 | | let client = &configuration.client; [INFO] [stderr] 93 | | [INFO] [stderr] ... | [INFO] [stderr] 116 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 119 | / async fn list_piggy_bank_by_account(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 120 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 121 | | let client = &configuration.client; [INFO] [stderr] 122 | | [INFO] [stderr] ... | [INFO] [stderr] 139 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 140 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 142 | / async fn list_transaction_by_account(&self, id: i32, page: Option, limit: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 143 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 144 | | let client = &configuration.client; [INFO] [stderr] 145 | | [INFO] [stderr] ... | [INFO] [stderr] 174 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 175 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 177 | / async fn store_account(&self, account: crate::models::Account) -> Result { [INFO] [stderr] 178 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 179 | | let client = &configuration.client; [INFO] [stderr] 180 | | [INFO] [stderr] ... | [INFO] [stderr] 195 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 196 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 198 | / async fn update_account(&self, id: i32, account: crate::models::Account) -> Result { [INFO] [stderr] 199 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 200 | | let client = &configuration.client; [INFO] [stderr] 201 | | [INFO] [stderr] ... | [INFO] [stderr] 216 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 217 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl AttachmentsApi for AttachmentsApiClient { [INFO] [stderr] 46 | / async fn delete_attachment(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn download_attachment(&self, id: i32) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 84 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 87 | / async fn get_attachment(&self, id: i32) -> Result { [INFO] [stderr] 88 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 89 | | let client = &configuration.client; [INFO] [stderr] 90 | | [INFO] [stderr] ... | [INFO] [stderr] 104 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 105 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 107 | / async fn list_attachment(&self, page: Option) -> Result { [INFO] [stderr] 108 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 109 | | let client = &configuration.client; [INFO] [stderr] 110 | | [INFO] [stderr] ... | [INFO] [stderr] 127 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 128 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 130 | / async fn store_attachment(&self, attachment: crate::models::Attachment) -> Result { [INFO] [stderr] 131 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 132 | | let client = &configuration.client; [INFO] [stderr] 133 | | [INFO] [stderr] ... | [INFO] [stderr] 148 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 149 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 151 | / async fn update_attachment(&self, id: i32, attachment: crate::models::Attachment) -> Result { [INFO] [stderr] 152 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 153 | | let client = &configuration.client; [INFO] [stderr] 154 | | [INFO] [stderr] ... | [INFO] [stderr] 169 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 170 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 172 | / async fn upload_attachment(&self, id: i32, body: Option) -> Result<(), Error> { [INFO] [stderr] 173 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 174 | | let client = &configuration.client; [INFO] [stderr] 175 | | [INFO] [stderr] ... | [INFO] [stderr] 191 | | Ok(()) [INFO] [stderr] 192 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 43 | impl AvailableBudgetsApi for AvailableBudgetsApiClient { [INFO] [stderr] 44 | / async fn delete_available_budget(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 45 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 46 | | let client = &configuration.client; [INFO] [stderr] 47 | | [INFO] [stderr] ... | [INFO] [stderr] 62 | | Ok(()) [INFO] [stderr] 63 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 65 | / async fn get_available_budget(&self, id: i32) -> Result { [INFO] [stderr] 66 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 67 | | let client = &configuration.client; [INFO] [stderr] 68 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn list_available_budget(&self, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 111 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 112 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 114 | / async fn store_available_budget(&self, available_budget: crate::models::AvailableBudget) -> Result { [INFO] [stderr] 115 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 116 | | let client = &configuration.client; [INFO] [stderr] 117 | | [INFO] [stderr] ... | [INFO] [stderr] 132 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 133 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 135 | / async fn update_available_budget(&self, id: i32, available_budget: crate::models::AvailableBudget) -> Result { [INFO] [stderr] 136 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 137 | | let client = &configuration.client; [INFO] [stderr] 138 | | [INFO] [stderr] ... | [INFO] [stderr] 153 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 154 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 46 | impl BillsApi for BillsApiClient { [INFO] [stderr] 47 | / async fn delete_bill(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 48 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 49 | | let client = &configuration.client; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(()) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn get_bill(&self, id: i32, start: Option, end: Option) -> Result { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 91 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 92 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 94 | / async fn list_attachment_by_bill(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 95 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 96 | | let client = &configuration.client; [INFO] [stderr] 97 | | [INFO] [stderr] ... | [INFO] [stderr] 114 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 117 | / async fn list_bill(&self, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 118 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 119 | | let client = &configuration.client; [INFO] [stderr] 120 | | [INFO] [stderr] ... | [INFO] [stderr] 143 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 144 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 146 | / async fn list_rule_by_bill(&self, id: i32) -> Result { [INFO] [stderr] 147 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 148 | | let client = &configuration.client; [INFO] [stderr] 149 | | [INFO] [stderr] ... | [INFO] [stderr] 163 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 164 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 166 | / async fn list_transaction_by_bill(&self, id: i32, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 167 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 168 | | let client = &configuration.client; [INFO] [stderr] 169 | | [INFO] [stderr] ... | [INFO] [stderr] 192 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 193 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 195 | / async fn store_bill(&self, bill: crate::models::Bill) -> Result { [INFO] [stderr] 196 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 197 | | let client = &configuration.client; [INFO] [stderr] 198 | | [INFO] [stderr] ... | [INFO] [stderr] 213 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 214 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 216 | / async fn update_bill(&self, id: i32, bill: crate::models::Bill) -> Result { [INFO] [stderr] 217 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 218 | | let client = &configuration.client; [INFO] [stderr] 219 | | [INFO] [stderr] ... | [INFO] [stderr] 234 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 235 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 50 | impl BudgetsApi for BudgetsApiClient { [INFO] [stderr] 51 | / async fn delete_budget(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 52 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 53 | | let client = &configuration.client; [INFO] [stderr] 54 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | Ok(()) [INFO] [stderr] 70 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 72 | / async fn delete_budget_limit(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 73 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 74 | | let client = &configuration.client; [INFO] [stderr] 75 | | [INFO] [stderr] ... | [INFO] [stderr] 90 | | Ok(()) [INFO] [stderr] 91 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 93 | / async fn get_budget(&self, id: i32, start_date: Option, end_date: Option) -> Result { [INFO] [stderr] 94 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 95 | | let client = &configuration.client; [INFO] [stderr] 96 | | [INFO] [stderr] ... | [INFO] [stderr] 116 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 119 | / async fn get_budget_limit(&self, id: i32) -> Result { [INFO] [stderr] 120 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 121 | | let client = &configuration.client; [INFO] [stderr] 122 | | [INFO] [stderr] ... | [INFO] [stderr] 136 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 137 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 139 | / async fn list_budget(&self, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 140 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 141 | | let client = &configuration.client; [INFO] [stderr] 142 | | [INFO] [stderr] ... | [INFO] [stderr] 165 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 166 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 168 | / async fn list_budget_limit_by_budget(&self, id: i32, start: Option, end: Option) -> Result { [INFO] [stderr] 169 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 170 | | let client = &configuration.client; [INFO] [stderr] 171 | | [INFO] [stderr] ... | [INFO] [stderr] 191 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 192 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 194 | / async fn list_transaction_by_budget(&self, id: i32, limit: Option, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 195 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 196 | | let client = &configuration.client; [INFO] [stderr] 197 | | [INFO] [stderr] ... | [INFO] [stderr] 226 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 227 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 229 | / async fn list_transaction_by_budget_limit(&self, id: i32, page: Option, _type: Option) -> Result { [INFO] [stderr] 230 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 231 | | let client = &configuration.client; [INFO] [stderr] 232 | | [INFO] [stderr] ... | [INFO] [stderr] 252 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 253 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 255 | / async fn store_budget(&self, budget: crate::models::Budget) -> Result { [INFO] [stderr] 256 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 257 | | let client = &configuration.client; [INFO] [stderr] 258 | | [INFO] [stderr] ... | [INFO] [stderr] 273 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 274 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 276 | / async fn store_budget_limit(&self, id: i32, budget_limit: crate::models::BudgetLimit) -> Result { [INFO] [stderr] 277 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 278 | | let client = &configuration.client; [INFO] [stderr] 279 | | [INFO] [stderr] ... | [INFO] [stderr] 294 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 295 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 297 | / async fn update_budget(&self, id: i32, budget: crate::models::Budget) -> Result { [INFO] [stderr] 298 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 299 | | let client = &configuration.client; [INFO] [stderr] 300 | | [INFO] [stderr] ... | [INFO] [stderr] 315 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 316 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 318 | / async fn update_budget_limit(&self, id: i32, budget_limit: crate::models::BudgetLimit) -> Result { [INFO] [stderr] 319 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 320 | | let client = &configuration.client; [INFO] [stderr] 321 | | [INFO] [stderr] ... | [INFO] [stderr] 336 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 337 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 44 | impl CategoriesApi for CategoriesApiClient { [INFO] [stderr] 45 | / async fn delete_category(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 46 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 47 | | let client = &configuration.client; [INFO] [stderr] 48 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(()) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn get_category(&self, id: i32) -> Result { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 83 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 84 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | / async fn list_category(&self, page: Option) -> Result { [INFO] [stderr] 87 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 88 | | let client = &configuration.client; [INFO] [stderr] 89 | | [INFO] [stderr] ... | [INFO] [stderr] 106 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 107 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 109 | / async fn list_transaction_by_category(&self, id: i32, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 110 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 111 | | let client = &configuration.client; [INFO] [stderr] 112 | | [INFO] [stderr] ... | [INFO] [stderr] 138 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 139 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 141 | / async fn store_category(&self, category: crate::models::Category) -> Result { [INFO] [stderr] 142 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 143 | | let client = &configuration.client; [INFO] [stderr] 144 | | [INFO] [stderr] ... | [INFO] [stderr] 159 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 160 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 162 | / async fn update_category(&self, id: i32, category: crate::models::Category) -> Result { [INFO] [stderr] 163 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 164 | | let client = &configuration.client; [INFO] [stderr] 165 | | [INFO] [stderr] ... | [INFO] [stderr] 180 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 181 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 43 | impl ChartsApi for ChartsApiClient { [INFO] [stderr] 44 | / async fn get_chart_ab_overview(&self, id: i32, start: String, end: String) -> Result, Error> { [INFO] [stderr] 45 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 46 | | let client = &configuration.client; [INFO] [stderr] 47 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn get_chart_account_expense(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 85 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 86 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 88 | / async fn get_chart_account_overview(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 89 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 90 | | let client = &configuration.client; [INFO] [stderr] 91 | | [INFO] [stderr] ... | [INFO] [stderr] 107 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 110 | / async fn get_chart_account_revenue(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 111 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 112 | | let client = &configuration.client; [INFO] [stderr] 113 | | [INFO] [stderr] ... | [INFO] [stderr] 129 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 130 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 132 | / async fn get_chart_category_overview(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 133 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 134 | | let client = &configuration.client; [INFO] [stderr] 135 | | [INFO] [stderr] ... | [INFO] [stderr] 151 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 152 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/configuration_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl ConfigurationApi for ConfigurationApiClient { [INFO] [stderr] 41 | / async fn get_configuration(&self, ) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 58 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/configuration_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 61 | / async fn set_configuration(&self, name: &str, value: &str) -> Result { [INFO] [stderr] 62 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 63 | | let client = &configuration.client; [INFO] [stderr] 64 | | [INFO] [stderr] ... | [INFO] [stderr] 81 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 82 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 54 | impl CurrenciesApi for CurrenciesApiClient { [INFO] [stderr] 55 | / async fn default_currency(&self, code: &str) -> Result { [INFO] [stderr] 56 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 57 | | let client = &configuration.client; [INFO] [stderr] 58 | | [INFO] [stderr] ... | [INFO] [stderr] 72 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 73 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 75 | / async fn delete_currency(&self, code: &str) -> Result<(), Error> { [INFO] [stderr] 76 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 77 | | let client = &configuration.client; [INFO] [stderr] 78 | | [INFO] [stderr] ... | [INFO] [stderr] 93 | | Ok(()) [INFO] [stderr] 94 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 96 | / async fn disable_currency(&self, code: i32) -> Result { [INFO] [stderr] 97 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 98 | | let client = &configuration.client; [INFO] [stderr] 99 | | [INFO] [stderr] ... | [INFO] [stderr] 113 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 116 | / async fn enable_currency(&self, code: &str) -> Result { [INFO] [stderr] 117 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 118 | | let client = &configuration.client; [INFO] [stderr] 119 | | [INFO] [stderr] ... | [INFO] [stderr] 133 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 134 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 136 | / async fn get_currency(&self, code: &str) -> Result { [INFO] [stderr] 137 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 138 | | let client = &configuration.client; [INFO] [stderr] 139 | | [INFO] [stderr] ... | [INFO] [stderr] 153 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 154 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 156 | / async fn list_account_by_currency(&self, code: &str, page: Option, date: Option<&str>, _type: Option) -> Result { [INFO] [stderr] 157 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 158 | | let client = &configuration.client; [INFO] [stderr] 159 | | [INFO] [stderr] ... | [INFO] [stderr] 182 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 183 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 185 | / async fn list_available_budget_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 186 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 187 | | let client = &configuration.client; [INFO] [stderr] 188 | | [INFO] [stderr] ... | [INFO] [stderr] 205 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 206 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 208 | / async fn list_bill_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 209 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 210 | | let client = &configuration.client; [INFO] [stderr] 211 | | [INFO] [stderr] ... | [INFO] [stderr] 228 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 229 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 231 | / async fn list_budget_limit_by_currency(&self, code: &str, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 232 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 233 | | let client = &configuration.client; [INFO] [stderr] 234 | | [INFO] [stderr] ... | [INFO] [stderr] 257 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 260 | / async fn list_currency(&self, page: Option) -> Result { [INFO] [stderr] 261 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 262 | | let client = &configuration.client; [INFO] [stderr] 263 | | [INFO] [stderr] ... | [INFO] [stderr] 280 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 281 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 283 | / async fn list_exchange_rate_by_currency(&self, code: &str, page: Option, date: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 284 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 285 | | let client = &configuration.client; [INFO] [stderr] 286 | | [INFO] [stderr] ... | [INFO] [stderr] 312 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 313 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 315 | / async fn list_recurrence_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 316 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 317 | | let client = &configuration.client; [INFO] [stderr] 318 | | [INFO] [stderr] ... | [INFO] [stderr] 335 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 336 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 338 | / async fn list_rule_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 339 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 340 | | let client = &configuration.client; [INFO] [stderr] 341 | | [INFO] [stderr] ... | [INFO] [stderr] 358 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 359 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 361 | / async fn list_transaction_by_currency(&self, code: &str, page: Option, start_date: Option, end_date: Option, _type: Option) -> Result { [INFO] [stderr] 362 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 363 | | let client = &configuration.client; [INFO] [stderr] 364 | | [INFO] [stderr] ... | [INFO] [stderr] 390 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 391 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 393 | / async fn store_currency(&self, currency: crate::models::Currency) -> Result { [INFO] [stderr] 394 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 395 | | let client = &configuration.client; [INFO] [stderr] 396 | | [INFO] [stderr] ... | [INFO] [stderr] 411 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 412 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 414 | / async fn update_currency(&self, code: &str, currency: crate::models::Currency) -> Result { [INFO] [stderr] 415 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 416 | | let client = &configuration.client; [INFO] [stderr] 417 | | [INFO] [stderr] ... | [INFO] [stderr] 432 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 433 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currency_exchange_rates_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl CurrencyExchangeRatesApi for CurrencyExchangeRatesApiClient { [INFO] [stderr] 40 | / async fn get_exchange_rate(&self, from: Option<&str>, to: Option<&str>, date: Option, amount: Option) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 70 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/import_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 41 | impl ImportApi for ImportApiClient { [INFO] [stderr] 42 | / async fn get_import(&self, key: &str) -> Result { [INFO] [stderr] 43 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 44 | | let client = &configuration.client; [INFO] [stderr] 45 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 60 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/import_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 62 | / async fn list_import(&self, page: Option) -> Result { [INFO] [stderr] 63 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 64 | | let client = &configuration.client; [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/import_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn list_transaction_by_import(&self, key: &str, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 114 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 49 | impl LinksApi for LinksApiClient { [INFO] [stderr] 50 | / async fn delete_link_type(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 51 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 52 | | let client = &configuration.client; [INFO] [stderr] 53 | | [INFO] [stderr] ... | [INFO] [stderr] 68 | | Ok(()) [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 71 | / async fn delete_transaction_link(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 72 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 73 | | let client = &configuration.client; [INFO] [stderr] 74 | | [INFO] [stderr] ... | [INFO] [stderr] 89 | | Ok(()) [INFO] [stderr] 90 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 92 | / async fn get_link_type(&self, id: i32) -> Result { [INFO] [stderr] 93 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 94 | | let client = &configuration.client; [INFO] [stderr] 95 | | [INFO] [stderr] ... | [INFO] [stderr] 109 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 110 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 112 | / async fn get_transaction_link(&self, id: i32) -> Result { [INFO] [stderr] 113 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 114 | | let client = &configuration.client; [INFO] [stderr] 115 | | [INFO] [stderr] ... | [INFO] [stderr] 129 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 130 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 132 | / async fn list_link_type(&self, page: Option) -> Result { [INFO] [stderr] 133 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 134 | | let client = &configuration.client; [INFO] [stderr] 135 | | [INFO] [stderr] ... | [INFO] [stderr] 152 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 153 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 155 | / async fn list_transaction_by_link_type(&self, id: i32, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 156 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 157 | | let client = &configuration.client; [INFO] [stderr] 158 | | [INFO] [stderr] ... | [INFO] [stderr] 184 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 185 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 187 | / async fn list_transaction_link(&self, page: Option) -> Result { [INFO] [stderr] 188 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 189 | | let client = &configuration.client; [INFO] [stderr] 190 | | [INFO] [stderr] ... | [INFO] [stderr] 207 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 208 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 210 | / async fn store_link_type(&self, link_type: crate::models::LinkType) -> Result { [INFO] [stderr] 211 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 212 | | let client = &configuration.client; [INFO] [stderr] 213 | | [INFO] [stderr] ... | [INFO] [stderr] 228 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 229 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 231 | / async fn store_transaction_link(&self, transaction_link: crate::models::TransactionLink) -> Result { [INFO] [stderr] 232 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 233 | | let client = &configuration.client; [INFO] [stderr] 234 | | [INFO] [stderr] ... | [INFO] [stderr] 249 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 250 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 252 | / async fn update_link_type(&self, id: i32, link_type: crate::models::LinkType) -> Result { [INFO] [stderr] 253 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 254 | | let client = &configuration.client; [INFO] [stderr] 255 | | [INFO] [stderr] ... | [INFO] [stderr] 270 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 271 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 273 | / async fn update_transaction_link(&self, id: i32, transaction_link: crate::models::TransactionLink) -> Result { [INFO] [stderr] 274 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 275 | | let client = &configuration.client; [INFO] [stderr] 276 | | [INFO] [stderr] ... | [INFO] [stderr] 291 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 292 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 44 | impl PiggyBanksApi for PiggyBanksApiClient { [INFO] [stderr] 45 | / async fn delete_piggy_bank(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 46 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 47 | | let client = &configuration.client; [INFO] [stderr] 48 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(()) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn get_piggy_bank(&self, id: i32) -> Result { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 83 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 84 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | / async fn list_event_by_piggy_bank(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 87 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 88 | | let client = &configuration.client; [INFO] [stderr] 89 | | [INFO] [stderr] ... | [INFO] [stderr] 106 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 107 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 109 | / async fn list_piggy_bank(&self, page: Option) -> Result { [INFO] [stderr] 110 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 111 | | let client = &configuration.client; [INFO] [stderr] 112 | | [INFO] [stderr] ... | [INFO] [stderr] 129 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 130 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 132 | / async fn store_piggy_bank(&self, piggy_bank: crate::models::PiggyBank) -> Result { [INFO] [stderr] 133 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 134 | | let client = &configuration.client; [INFO] [stderr] 135 | | [INFO] [stderr] ... | [INFO] [stderr] 150 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 151 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 153 | / async fn update_piggy_bank(&self, id: i32, piggy_bank: crate::models::PiggyBank) -> Result { [INFO] [stderr] 154 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 155 | | let client = &configuration.client; [INFO] [stderr] 156 | | [INFO] [stderr] ... | [INFO] [stderr] 171 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 172 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/preferences_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 41 | impl PreferencesApi for PreferencesApiClient { [INFO] [stderr] 42 | / async fn get_preference(&self, name: &str) -> Result { [INFO] [stderr] 43 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 44 | | let client = &configuration.client; [INFO] [stderr] 45 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 60 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/preferences_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 62 | / async fn list_preference(&self, page: Option) -> Result { [INFO] [stderr] 63 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 64 | | let client = &configuration.client; [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/preferences_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn update_preference(&self, name: &str, preference: crate::models::Preference) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 103 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 104 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl RecurrencesApi for RecurrencesApiClient { [INFO] [stderr] 46 | / async fn delete_recurrence(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn get_recurrence(&self, id: i32) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 84 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 87 | / async fn list_recurrence(&self, page: Option) -> Result { [INFO] [stderr] 88 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 89 | | let client = &configuration.client; [INFO] [stderr] 90 | | [INFO] [stderr] ... | [INFO] [stderr] 107 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 110 | / async fn list_transaction_by_recurrence(&self, id: i32, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 111 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 112 | | let client = &configuration.client; [INFO] [stderr] 113 | | [INFO] [stderr] ... | [INFO] [stderr] 139 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 140 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 142 | / async fn store_recurrence(&self, recurrence: crate::models::Recurrence) -> Result { [INFO] [stderr] 143 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 144 | | let client = &configuration.client; [INFO] [stderr] 145 | | [INFO] [stderr] ... | [INFO] [stderr] 160 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 161 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 163 | / async fn trigger_recurrence(&self, ) -> Result<(), Error> { [INFO] [stderr] 164 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 165 | | let client = &configuration.client; [INFO] [stderr] 166 | | [INFO] [stderr] ... | [INFO] [stderr] 181 | | Ok(()) [INFO] [stderr] 182 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 184 | / async fn update_recurrence(&self, id: i32, recurrence: crate::models::Recurrence) -> Result { [INFO] [stderr] 185 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 186 | | let client = &configuration.client; [INFO] [stderr] 187 | | [INFO] [stderr] ... | [INFO] [stderr] 202 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 203 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 46 | impl RuleGroupsApi for RuleGroupsApiClient { [INFO] [stderr] 47 | / async fn delete_rule_group(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 48 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 49 | | let client = &configuration.client; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(()) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn fire_rule_group(&self, id: i32, start: Option, end: Option, accounts: Option<&str>) -> Result<(), Error> { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 95 | | Ok(()) [INFO] [stderr] 96 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 98 | / async fn get_rule_group(&self, id: i32) -> Result { [INFO] [stderr] 99 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 100 | | let client = &configuration.client; [INFO] [stderr] 101 | | [INFO] [stderr] ... | [INFO] [stderr] 115 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 116 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 118 | / async fn list_rule_by_group(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 119 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 120 | | let client = &configuration.client; [INFO] [stderr] 121 | | [INFO] [stderr] ... | [INFO] [stderr] 138 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 139 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 141 | / async fn list_rule_group(&self, page: Option) -> Result { [INFO] [stderr] 142 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 143 | | let client = &configuration.client; [INFO] [stderr] 144 | | [INFO] [stderr] ... | [INFO] [stderr] 161 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 162 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 164 | / async fn store_rule_group(&self, rule_group: crate::models::RuleGroup) -> Result { [INFO] [stderr] 165 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 166 | | let client = &configuration.client; [INFO] [stderr] 167 | | [INFO] [stderr] ... | [INFO] [stderr] 182 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 183 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 185 | / async fn test_rule_group(&self, id: i32, page: Option, start: Option, end: Option, search_limit: Option, triggered_limit: Option, accounts: Option<&str>) -> Result { [INFO] [stderr] 186 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 187 | | let client = &configuration.client; [INFO] [stderr] 188 | | [INFO] [stderr] ... | [INFO] [stderr] 220 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 221 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 223 | / async fn update_rule_group(&self, id: i32, rule_group: crate::models::RuleGroup) -> Result { [INFO] [stderr] 224 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 225 | | let client = &configuration.client; [INFO] [stderr] 226 | | [INFO] [stderr] ... | [INFO] [stderr] 241 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 242 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl RulesApi for RulesApiClient { [INFO] [stderr] 46 | / async fn delete_rule(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn fire_rule(&self, id: i32, start: Option, end: Option, accounts: Option<&str>) -> Result<(), Error> { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 94 | | Ok(()) [INFO] [stderr] 95 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 97 | / async fn get_rule(&self, id: i32) -> Result { [INFO] [stderr] 98 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 99 | | let client = &configuration.client; [INFO] [stderr] 100 | | [INFO] [stderr] ... | [INFO] [stderr] 114 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 117 | / async fn list_rule(&self, page: Option) -> Result { [INFO] [stderr] 118 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 119 | | let client = &configuration.client; [INFO] [stderr] 120 | | [INFO] [stderr] ... | [INFO] [stderr] 137 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 138 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 140 | / async fn store_rule(&self, rule: crate::models::Rule) -> Result { [INFO] [stderr] 141 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 142 | | let client = &configuration.client; [INFO] [stderr] 143 | | [INFO] [stderr] ... | [INFO] [stderr] 158 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 159 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 161 | / async fn test_rule(&self, id: i32, page: Option, start: Option, end: Option, search_limit: Option, triggered_limit: Option, accounts: Option<&str>) -> Result { [INFO] [stderr] 162 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 163 | | let client = &configuration.client; [INFO] [stderr] 164 | | [INFO] [stderr] ... | [INFO] [stderr] 196 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 197 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 199 | / async fn update_rule(&self, id: i32, rule: crate::models::Rule) -> Result { [INFO] [stderr] 200 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 201 | | let client = &configuration.client; [INFO] [stderr] 202 | | [INFO] [stderr] ... | [INFO] [stderr] 217 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 218 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/summary_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl SummaryApi for SummaryApiClient { [INFO] [stderr] 40 | / async fn get_basic_summary(&self, start: String, end: String, currency_code: Option<&str>) -> Result, Error> { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 62 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 63 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl TagsApi for TagsApiClient { [INFO] [stderr] 46 | / async fn delete_tag(&self, tag: &str) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn get_tag(&self, tag: &str, page: Option) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 87 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 90 | / async fn get_tag_cloud(&self, start: String, end: String) -> Result { [INFO] [stderr] 91 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 92 | | let client = &configuration.client; [INFO] [stderr] 93 | | [INFO] [stderr] ... | [INFO] [stderr] 109 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 110 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 112 | / async fn list_tag(&self, page: Option) -> Result { [INFO] [stderr] 113 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 114 | | let client = &configuration.client; [INFO] [stderr] 115 | | [INFO] [stderr] ... | [INFO] [stderr] 132 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 133 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 135 | / async fn list_transaction_by_tag(&self, tag: &str, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 136 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 137 | | let client = &configuration.client; [INFO] [stderr] 138 | | [INFO] [stderr] ... | [INFO] [stderr] 164 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 165 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 167 | / async fn store_tag(&self, tag_model: crate::models::TagModel) -> Result { [INFO] [stderr] 168 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 169 | | let client = &configuration.client; [INFO] [stderr] 170 | | [INFO] [stderr] ... | [INFO] [stderr] 185 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 186 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 188 | / async fn update_tag(&self, tag: &str, tag_model: crate::models::TagModel) -> Result { [INFO] [stderr] 189 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 190 | | let client = &configuration.client; [INFO] [stderr] 191 | | [INFO] [stderr] ... | [INFO] [stderr] 206 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 46 | impl TransactionsApi for TransactionsApiClient { [INFO] [stderr] 47 | / async fn delete_transaction(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 48 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 49 | | let client = &configuration.client; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(()) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn get_transaction(&self, id: i32) -> Result { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 85 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 86 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 88 | / async fn get_transaction_by_journal(&self, id: i32) -> Result { [INFO] [stderr] 89 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 90 | | let client = &configuration.client; [INFO] [stderr] 91 | | [INFO] [stderr] ... | [INFO] [stderr] 105 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 106 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 108 | / async fn list_attachment_by_transaction(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 109 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 110 | | let client = &configuration.client; [INFO] [stderr] 111 | | [INFO] [stderr] ... | [INFO] [stderr] 128 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 129 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 131 | / async fn list_event_by_transaction(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 132 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 133 | | let client = &configuration.client; [INFO] [stderr] 134 | | [INFO] [stderr] ... | [INFO] [stderr] 151 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 152 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 154 | / async fn list_transaction(&self, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 155 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 156 | | let client = &configuration.client; [INFO] [stderr] 157 | | [INFO] [stderr] ... | [INFO] [stderr] 183 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 184 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 186 | / async fn store_transaction(&self, transaction: crate::models::Transaction) -> Result { [INFO] [stderr] 187 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 188 | | let client = &configuration.client; [INFO] [stderr] 189 | | [INFO] [stderr] ... | [INFO] [stderr] 204 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 205 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 207 | / async fn update_transaction(&self, id: i32, transaction: crate::models::Transaction) -> Result { [INFO] [stderr] 208 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 209 | | let client = &configuration.client; [INFO] [stderr] 210 | | [INFO] [stderr] ... | [INFO] [stderr] 225 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 226 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 43 | impl UsersApi for UsersApiClient { [INFO] [stderr] 44 | / async fn delete_user(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 45 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 46 | | let client = &configuration.client; [INFO] [stderr] 47 | | [INFO] [stderr] ... | [INFO] [stderr] 62 | | Ok(()) [INFO] [stderr] 63 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 65 | / async fn get_user(&self, id: i32) -> Result { [INFO] [stderr] 66 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 67 | | let client = &configuration.client; [INFO] [stderr] 68 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn list_user(&self, page: Option) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 105 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 106 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 108 | / async fn store_user(&self, user: crate::models::User) -> Result { [INFO] [stderr] 109 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 110 | | let client = &configuration.client; [INFO] [stderr] 111 | | [INFO] [stderr] ... | [INFO] [stderr] 126 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 127 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 129 | / async fn update_user(&self, id: i32, user: crate::models::User) -> Result { [INFO] [stderr] 130 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 131 | | let client = &configuration.client; [INFO] [stderr] 132 | | [INFO] [stderr] ... | [INFO] [stderr] 147 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 148 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/about_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl AboutApi for AboutApiClient { [INFO] [stderr] 41 | / async fn get_about(&self, ) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 58 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/about_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 61 | / async fn get_current_user(&self, ) -> Result { [INFO] [stderr] 62 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 63 | | let client = &configuration.client; [INFO] [stderr] 64 | | [INFO] [stderr] ... | [INFO] [stderr] 78 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 79 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl AccountsApi for AccountsApiClient { [INFO] [stderr] 46 | / async fn delete_account(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn get_account(&self, id: i32, date: Option) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 87 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 90 | / async fn list_account(&self, page: Option, date: Option, _type: Option) -> Result { [INFO] [stderr] 91 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 92 | | let client = &configuration.client; [INFO] [stderr] 93 | | [INFO] [stderr] ... | [INFO] [stderr] 116 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 119 | / async fn list_piggy_bank_by_account(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 120 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 121 | | let client = &configuration.client; [INFO] [stderr] 122 | | [INFO] [stderr] ... | [INFO] [stderr] 139 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 140 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 142 | / async fn list_transaction_by_account(&self, id: i32, page: Option, limit: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 143 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 144 | | let client = &configuration.client; [INFO] [stderr] 145 | | [INFO] [stderr] ... | [INFO] [stderr] 174 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 175 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 177 | / async fn store_account(&self, account: crate::models::Account) -> Result { [INFO] [stderr] 178 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 179 | | let client = &configuration.client; [INFO] [stderr] 180 | | [INFO] [stderr] ... | [INFO] [stderr] 195 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 196 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/accounts_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 198 | / async fn update_account(&self, id: i32, account: crate::models::Account) -> Result { [INFO] [stderr] 199 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 200 | | let client = &configuration.client; [INFO] [stderr] 201 | | [INFO] [stderr] ... | [INFO] [stderr] 216 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 217 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl AttachmentsApi for AttachmentsApiClient { [INFO] [stderr] 46 | / async fn delete_attachment(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn download_attachment(&self, id: i32) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 84 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 87 | / async fn get_attachment(&self, id: i32) -> Result { [INFO] [stderr] 88 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 89 | | let client = &configuration.client; [INFO] [stderr] 90 | | [INFO] [stderr] ... | [INFO] [stderr] 104 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 105 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 107 | / async fn list_attachment(&self, page: Option) -> Result { [INFO] [stderr] 108 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 109 | | let client = &configuration.client; [INFO] [stderr] 110 | | [INFO] [stderr] ... | [INFO] [stderr] 127 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 128 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 130 | / async fn store_attachment(&self, attachment: crate::models::Attachment) -> Result { [INFO] [stderr] 131 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 132 | | let client = &configuration.client; [INFO] [stderr] 133 | | [INFO] [stderr] ... | [INFO] [stderr] 148 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 149 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 151 | / async fn update_attachment(&self, id: i32, attachment: crate::models::Attachment) -> Result { [INFO] [stderr] 152 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 153 | | let client = &configuration.client; [INFO] [stderr] 154 | | [INFO] [stderr] ... | [INFO] [stderr] 169 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 170 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/attachments_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 172 | / async fn upload_attachment(&self, id: i32, body: Option) -> Result<(), Error> { [INFO] [stderr] 173 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 174 | | let client = &configuration.client; [INFO] [stderr] 175 | | [INFO] [stderr] ... | [INFO] [stderr] 191 | | Ok(()) [INFO] [stderr] 192 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 43 | impl AvailableBudgetsApi for AvailableBudgetsApiClient { [INFO] [stderr] 44 | / async fn delete_available_budget(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 45 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 46 | | let client = &configuration.client; [INFO] [stderr] 47 | | [INFO] [stderr] ... | [INFO] [stderr] 62 | | Ok(()) [INFO] [stderr] 63 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 65 | / async fn get_available_budget(&self, id: i32) -> Result { [INFO] [stderr] 66 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 67 | | let client = &configuration.client; [INFO] [stderr] 68 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn list_available_budget(&self, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 111 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 112 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 114 | / async fn store_available_budget(&self, available_budget: crate::models::AvailableBudget) -> Result { [INFO] [stderr] 115 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 116 | | let client = &configuration.client; [INFO] [stderr] 117 | | [INFO] [stderr] ... | [INFO] [stderr] 132 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 133 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/available_budgets_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 135 | / async fn update_available_budget(&self, id: i32, available_budget: crate::models::AvailableBudget) -> Result { [INFO] [stderr] 136 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 137 | | let client = &configuration.client; [INFO] [stderr] 138 | | [INFO] [stderr] ... | [INFO] [stderr] 153 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 154 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 46 | impl BillsApi for BillsApiClient { [INFO] [stderr] 47 | / async fn delete_bill(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 48 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 49 | | let client = &configuration.client; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(()) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn get_bill(&self, id: i32, start: Option, end: Option) -> Result { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 91 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 92 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 94 | / async fn list_attachment_by_bill(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 95 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 96 | | let client = &configuration.client; [INFO] [stderr] 97 | | [INFO] [stderr] ... | [INFO] [stderr] 114 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 117 | / async fn list_bill(&self, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 118 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 119 | | let client = &configuration.client; [INFO] [stderr] 120 | | [INFO] [stderr] ... | [INFO] [stderr] 143 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 144 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 146 | / async fn list_rule_by_bill(&self, id: i32) -> Result { [INFO] [stderr] 147 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 148 | | let client = &configuration.client; [INFO] [stderr] 149 | | [INFO] [stderr] ... | [INFO] [stderr] 163 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 164 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 166 | / async fn list_transaction_by_bill(&self, id: i32, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 167 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 168 | | let client = &configuration.client; [INFO] [stderr] 169 | | [INFO] [stderr] ... | [INFO] [stderr] 192 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 193 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 195 | / async fn store_bill(&self, bill: crate::models::Bill) -> Result { [INFO] [stderr] 196 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 197 | | let client = &configuration.client; [INFO] [stderr] 198 | | [INFO] [stderr] ... | [INFO] [stderr] 213 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 214 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/bills_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 216 | / async fn update_bill(&self, id: i32, bill: crate::models::Bill) -> Result { [INFO] [stderr] 217 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 218 | | let client = &configuration.client; [INFO] [stderr] 219 | | [INFO] [stderr] ... | [INFO] [stderr] 234 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 235 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 50 | impl BudgetsApi for BudgetsApiClient { [INFO] [stderr] 51 | / async fn delete_budget(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 52 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 53 | | let client = &configuration.client; [INFO] [stderr] 54 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | Ok(()) [INFO] [stderr] 70 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 72 | / async fn delete_budget_limit(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 73 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 74 | | let client = &configuration.client; [INFO] [stderr] 75 | | [INFO] [stderr] ... | [INFO] [stderr] 90 | | Ok(()) [INFO] [stderr] 91 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 93 | / async fn get_budget(&self, id: i32, start_date: Option, end_date: Option) -> Result { [INFO] [stderr] 94 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 95 | | let client = &configuration.client; [INFO] [stderr] 96 | | [INFO] [stderr] ... | [INFO] [stderr] 116 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 119 | / async fn get_budget_limit(&self, id: i32) -> Result { [INFO] [stderr] 120 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 121 | | let client = &configuration.client; [INFO] [stderr] 122 | | [INFO] [stderr] ... | [INFO] [stderr] 136 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 137 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 139 | / async fn list_budget(&self, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 140 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 141 | | let client = &configuration.client; [INFO] [stderr] 142 | | [INFO] [stderr] ... | [INFO] [stderr] 165 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 166 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 168 | / async fn list_budget_limit_by_budget(&self, id: i32, start: Option, end: Option) -> Result { [INFO] [stderr] 169 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 170 | | let client = &configuration.client; [INFO] [stderr] 171 | | [INFO] [stderr] ... | [INFO] [stderr] 191 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 192 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 194 | / async fn list_transaction_by_budget(&self, id: i32, limit: Option, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 195 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 196 | | let client = &configuration.client; [INFO] [stderr] 197 | | [INFO] [stderr] ... | [INFO] [stderr] 226 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 227 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 229 | / async fn list_transaction_by_budget_limit(&self, id: i32, page: Option, _type: Option) -> Result { [INFO] [stderr] 230 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 231 | | let client = &configuration.client; [INFO] [stderr] 232 | | [INFO] [stderr] ... | [INFO] [stderr] 252 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 253 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 255 | / async fn store_budget(&self, budget: crate::models::Budget) -> Result { [INFO] [stderr] 256 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 257 | | let client = &configuration.client; [INFO] [stderr] 258 | | [INFO] [stderr] ... | [INFO] [stderr] 273 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 274 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 276 | / async fn store_budget_limit(&self, id: i32, budget_limit: crate::models::BudgetLimit) -> Result { [INFO] [stderr] 277 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 278 | | let client = &configuration.client; [INFO] [stderr] 279 | | [INFO] [stderr] ... | [INFO] [stderr] 294 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 295 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 297 | / async fn update_budget(&self, id: i32, budget: crate::models::Budget) -> Result { [INFO] [stderr] 298 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 299 | | let client = &configuration.client; [INFO] [stderr] 300 | | [INFO] [stderr] ... | [INFO] [stderr] 315 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 316 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/budgets_api.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 318 | / async fn update_budget_limit(&self, id: i32, budget_limit: crate::models::BudgetLimit) -> Result { [INFO] [stderr] 319 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 320 | | let client = &configuration.client; [INFO] [stderr] 321 | | [INFO] [stderr] ... | [INFO] [stderr] 336 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 337 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 44 | impl CategoriesApi for CategoriesApiClient { [INFO] [stderr] 45 | / async fn delete_category(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 46 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 47 | | let client = &configuration.client; [INFO] [stderr] 48 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(()) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn get_category(&self, id: i32) -> Result { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 83 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 84 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | / async fn list_category(&self, page: Option) -> Result { [INFO] [stderr] 87 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 88 | | let client = &configuration.client; [INFO] [stderr] 89 | | [INFO] [stderr] ... | [INFO] [stderr] 106 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 107 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 109 | / async fn list_transaction_by_category(&self, id: i32, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 110 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 111 | | let client = &configuration.client; [INFO] [stderr] 112 | | [INFO] [stderr] ... | [INFO] [stderr] 138 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 139 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 141 | / async fn store_category(&self, category: crate::models::Category) -> Result { [INFO] [stderr] 142 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 143 | | let client = &configuration.client; [INFO] [stderr] 144 | | [INFO] [stderr] ... | [INFO] [stderr] 159 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 160 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/categories_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 162 | / async fn update_category(&self, id: i32, category: crate::models::Category) -> Result { [INFO] [stderr] 163 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 164 | | let client = &configuration.client; [INFO] [stderr] 165 | | [INFO] [stderr] ... | [INFO] [stderr] 180 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 181 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 43 | impl ChartsApi for ChartsApiClient { [INFO] [stderr] 44 | / async fn get_chart_ab_overview(&self, id: i32, start: String, end: String) -> Result, Error> { [INFO] [stderr] 45 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 46 | | let client = &configuration.client; [INFO] [stderr] 47 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn get_chart_account_expense(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 85 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 86 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 88 | / async fn get_chart_account_overview(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 89 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 90 | | let client = &configuration.client; [INFO] [stderr] 91 | | [INFO] [stderr] ... | [INFO] [stderr] 107 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 110 | / async fn get_chart_account_revenue(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 111 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 112 | | let client = &configuration.client; [INFO] [stderr] 113 | | [INFO] [stderr] ... | [INFO] [stderr] 129 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 130 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/charts_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 132 | / async fn get_chart_category_overview(&self, start: String, end: String) -> Result, Error> { [INFO] [stderr] 133 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 134 | | let client = &configuration.client; [INFO] [stderr] 135 | | [INFO] [stderr] ... | [INFO] [stderr] 151 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 152 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/configuration_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 40 | impl ConfigurationApi for ConfigurationApiClient { [INFO] [stderr] 41 | / async fn get_configuration(&self, ) -> Result { [INFO] [stderr] 42 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 43 | | let client = &configuration.client; [INFO] [stderr] 44 | | [INFO] [stderr] ... | [INFO] [stderr] 58 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/configuration_api.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 61 | / async fn set_configuration(&self, name: &str, value: &str) -> Result { [INFO] [stderr] 62 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 63 | | let client = &configuration.client; [INFO] [stderr] 64 | | [INFO] [stderr] ... | [INFO] [stderr] 81 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 82 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 54 | impl CurrenciesApi for CurrenciesApiClient { [INFO] [stderr] 55 | / async fn default_currency(&self, code: &str) -> Result { [INFO] [stderr] 56 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 57 | | let client = &configuration.client; [INFO] [stderr] 58 | | [INFO] [stderr] ... | [INFO] [stderr] 72 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 73 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 75 | / async fn delete_currency(&self, code: &str) -> Result<(), Error> { [INFO] [stderr] 76 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 77 | | let client = &configuration.client; [INFO] [stderr] 78 | | [INFO] [stderr] ... | [INFO] [stderr] 93 | | Ok(()) [INFO] [stderr] 94 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 96 | / async fn disable_currency(&self, code: i32) -> Result { [INFO] [stderr] 97 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 98 | | let client = &configuration.client; [INFO] [stderr] 99 | | [INFO] [stderr] ... | [INFO] [stderr] 113 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 116 | / async fn enable_currency(&self, code: &str) -> Result { [INFO] [stderr] 117 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 118 | | let client = &configuration.client; [INFO] [stderr] 119 | | [INFO] [stderr] ... | [INFO] [stderr] 133 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 134 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 136 | / async fn get_currency(&self, code: &str) -> Result { [INFO] [stderr] 137 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 138 | | let client = &configuration.client; [INFO] [stderr] 139 | | [INFO] [stderr] ... | [INFO] [stderr] 153 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 154 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 156 | / async fn list_account_by_currency(&self, code: &str, page: Option, date: Option<&str>, _type: Option) -> Result { [INFO] [stderr] 157 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 158 | | let client = &configuration.client; [INFO] [stderr] 159 | | [INFO] [stderr] ... | [INFO] [stderr] 182 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 183 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 185 | / async fn list_available_budget_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 186 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 187 | | let client = &configuration.client; [INFO] [stderr] 188 | | [INFO] [stderr] ... | [INFO] [stderr] 205 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 206 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 208 | / async fn list_bill_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 209 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 210 | | let client = &configuration.client; [INFO] [stderr] 211 | | [INFO] [stderr] ... | [INFO] [stderr] 228 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 229 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 231 | / async fn list_budget_limit_by_currency(&self, code: &str, page: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 232 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 233 | | let client = &configuration.client; [INFO] [stderr] 234 | | [INFO] [stderr] ... | [INFO] [stderr] 257 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 260 | / async fn list_currency(&self, page: Option) -> Result { [INFO] [stderr] 261 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 262 | | let client = &configuration.client; [INFO] [stderr] 263 | | [INFO] [stderr] ... | [INFO] [stderr] 280 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 281 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 283 | / async fn list_exchange_rate_by_currency(&self, code: &str, page: Option, date: Option, start: Option, end: Option) -> Result { [INFO] [stderr] 284 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 285 | | let client = &configuration.client; [INFO] [stderr] 286 | | [INFO] [stderr] ... | [INFO] [stderr] 312 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 313 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 315 | / async fn list_recurrence_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 316 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 317 | | let client = &configuration.client; [INFO] [stderr] 318 | | [INFO] [stderr] ... | [INFO] [stderr] 335 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 336 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 338 | / async fn list_rule_by_currency(&self, code: &str, page: Option) -> Result { [INFO] [stderr] 339 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 340 | | let client = &configuration.client; [INFO] [stderr] 341 | | [INFO] [stderr] ... | [INFO] [stderr] 358 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 359 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 361 | / async fn list_transaction_by_currency(&self, code: &str, page: Option, start_date: Option, end_date: Option, _type: Option) -> Result { [INFO] [stderr] 362 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 363 | | let client = &configuration.client; [INFO] [stderr] 364 | | [INFO] [stderr] ... | [INFO] [stderr] 390 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 391 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 393 | / async fn store_currency(&self, currency: crate::models::Currency) -> Result { [INFO] [stderr] 394 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 395 | | let client = &configuration.client; [INFO] [stderr] 396 | | [INFO] [stderr] ... | [INFO] [stderr] 411 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 412 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currencies_api.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 414 | / async fn update_currency(&self, code: &str, currency: crate::models::Currency) -> Result { [INFO] [stderr] 415 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 416 | | let client = &configuration.client; [INFO] [stderr] 417 | | [INFO] [stderr] ... | [INFO] [stderr] 432 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 433 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/currency_exchange_rates_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl CurrencyExchangeRatesApi for CurrencyExchangeRatesApiClient { [INFO] [stderr] 40 | / async fn get_exchange_rate(&self, from: Option<&str>, to: Option<&str>, date: Option, amount: Option) -> Result { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 69 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 70 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/import_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 41 | impl ImportApi for ImportApiClient { [INFO] [stderr] 42 | / async fn get_import(&self, key: &str) -> Result { [INFO] [stderr] 43 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 44 | | let client = &configuration.client; [INFO] [stderr] 45 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 60 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/import_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 62 | / async fn list_import(&self, page: Option) -> Result { [INFO] [stderr] 63 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 64 | | let client = &configuration.client; [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/import_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn list_transaction_by_import(&self, key: &str, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 114 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 49 | impl LinksApi for LinksApiClient { [INFO] [stderr] 50 | / async fn delete_link_type(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 51 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 52 | | let client = &configuration.client; [INFO] [stderr] 53 | | [INFO] [stderr] ... | [INFO] [stderr] 68 | | Ok(()) [INFO] [stderr] 69 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 71 | / async fn delete_transaction_link(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 72 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 73 | | let client = &configuration.client; [INFO] [stderr] 74 | | [INFO] [stderr] ... | [INFO] [stderr] 89 | | Ok(()) [INFO] [stderr] 90 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 92 | / async fn get_link_type(&self, id: i32) -> Result { [INFO] [stderr] 93 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 94 | | let client = &configuration.client; [INFO] [stderr] 95 | | [INFO] [stderr] ... | [INFO] [stderr] 109 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 110 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 112 | / async fn get_transaction_link(&self, id: i32) -> Result { [INFO] [stderr] 113 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 114 | | let client = &configuration.client; [INFO] [stderr] 115 | | [INFO] [stderr] ... | [INFO] [stderr] 129 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 130 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 132 | / async fn list_link_type(&self, page: Option) -> Result { [INFO] [stderr] 133 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 134 | | let client = &configuration.client; [INFO] [stderr] 135 | | [INFO] [stderr] ... | [INFO] [stderr] 152 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 153 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 155 | / async fn list_transaction_by_link_type(&self, id: i32, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 156 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 157 | | let client = &configuration.client; [INFO] [stderr] 158 | | [INFO] [stderr] ... | [INFO] [stderr] 184 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 185 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 187 | / async fn list_transaction_link(&self, page: Option) -> Result { [INFO] [stderr] 188 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 189 | | let client = &configuration.client; [INFO] [stderr] 190 | | [INFO] [stderr] ... | [INFO] [stderr] 207 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 208 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 210 | / async fn store_link_type(&self, link_type: crate::models::LinkType) -> Result { [INFO] [stderr] 211 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 212 | | let client = &configuration.client; [INFO] [stderr] 213 | | [INFO] [stderr] ... | [INFO] [stderr] 228 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 229 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 231 | / async fn store_transaction_link(&self, transaction_link: crate::models::TransactionLink) -> Result { [INFO] [stderr] 232 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 233 | | let client = &configuration.client; [INFO] [stderr] 234 | | [INFO] [stderr] ... | [INFO] [stderr] 249 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 250 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 252 | / async fn update_link_type(&self, id: i32, link_type: crate::models::LinkType) -> Result { [INFO] [stderr] 253 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 254 | | let client = &configuration.client; [INFO] [stderr] 255 | | [INFO] [stderr] ... | [INFO] [stderr] 270 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 271 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/links_api.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 273 | / async fn update_transaction_link(&self, id: i32, transaction_link: crate::models::TransactionLink) -> Result { [INFO] [stderr] 274 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 275 | | let client = &configuration.client; [INFO] [stderr] 276 | | [INFO] [stderr] ... | [INFO] [stderr] 291 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 292 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 44 | impl PiggyBanksApi for PiggyBanksApiClient { [INFO] [stderr] 45 | / async fn delete_piggy_bank(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 46 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 47 | | let client = &configuration.client; [INFO] [stderr] 48 | | [INFO] [stderr] ... | [INFO] [stderr] 63 | | Ok(()) [INFO] [stderr] 64 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 66 | / async fn get_piggy_bank(&self, id: i32) -> Result { [INFO] [stderr] 67 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 68 | | let client = &configuration.client; [INFO] [stderr] 69 | | [INFO] [stderr] ... | [INFO] [stderr] 83 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 84 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 86 | / async fn list_event_by_piggy_bank(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 87 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 88 | | let client = &configuration.client; [INFO] [stderr] 89 | | [INFO] [stderr] ... | [INFO] [stderr] 106 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 107 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 109 | / async fn list_piggy_bank(&self, page: Option) -> Result { [INFO] [stderr] 110 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 111 | | let client = &configuration.client; [INFO] [stderr] 112 | | [INFO] [stderr] ... | [INFO] [stderr] 129 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 130 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 132 | / async fn store_piggy_bank(&self, piggy_bank: crate::models::PiggyBank) -> Result { [INFO] [stderr] 133 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 134 | | let client = &configuration.client; [INFO] [stderr] 135 | | [INFO] [stderr] ... | [INFO] [stderr] 150 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 151 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/piggy_banks_api.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 153 | / async fn update_piggy_bank(&self, id: i32, piggy_bank: crate::models::PiggyBank) -> Result { [INFO] [stderr] 154 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 155 | | let client = &configuration.client; [INFO] [stderr] 156 | | [INFO] [stderr] ... | [INFO] [stderr] 171 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 172 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/preferences_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 41 | impl PreferencesApi for PreferencesApiClient { [INFO] [stderr] 42 | / async fn get_preference(&self, name: &str) -> Result { [INFO] [stderr] 43 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 44 | | let client = &configuration.client; [INFO] [stderr] 45 | | [INFO] [stderr] ... | [INFO] [stderr] 59 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 60 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/preferences_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 62 | / async fn list_preference(&self, page: Option) -> Result { [INFO] [stderr] 63 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 64 | | let client = &configuration.client; [INFO] [stderr] 65 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/preferences_api.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn update_preference(&self, name: &str, preference: crate::models::Preference) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 103 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 104 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl RecurrencesApi for RecurrencesApiClient { [INFO] [stderr] 46 | / async fn delete_recurrence(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn get_recurrence(&self, id: i32) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 84 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 87 | / async fn list_recurrence(&self, page: Option) -> Result { [INFO] [stderr] 88 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 89 | | let client = &configuration.client; [INFO] [stderr] 90 | | [INFO] [stderr] ... | [INFO] [stderr] 107 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 110 | / async fn list_transaction_by_recurrence(&self, id: i32, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 111 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 112 | | let client = &configuration.client; [INFO] [stderr] 113 | | [INFO] [stderr] ... | [INFO] [stderr] 139 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 140 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 142 | / async fn store_recurrence(&self, recurrence: crate::models::Recurrence) -> Result { [INFO] [stderr] 143 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 144 | | let client = &configuration.client; [INFO] [stderr] 145 | | [INFO] [stderr] ... | [INFO] [stderr] 160 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 161 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 163 | / async fn trigger_recurrence(&self, ) -> Result<(), Error> { [INFO] [stderr] 164 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 165 | | let client = &configuration.client; [INFO] [stderr] 166 | | [INFO] [stderr] ... | [INFO] [stderr] 181 | | Ok(()) [INFO] [stderr] 182 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/recurrences_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 184 | / async fn update_recurrence(&self, id: i32, recurrence: crate::models::Recurrence) -> Result { [INFO] [stderr] 185 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 186 | | let client = &configuration.client; [INFO] [stderr] 187 | | [INFO] [stderr] ... | [INFO] [stderr] 202 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 203 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 46 | impl RuleGroupsApi for RuleGroupsApiClient { [INFO] [stderr] 47 | / async fn delete_rule_group(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 48 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 49 | | let client = &configuration.client; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(()) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn fire_rule_group(&self, id: i32, start: Option, end: Option, accounts: Option<&str>) -> Result<(), Error> { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 95 | | Ok(()) [INFO] [stderr] 96 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 98 | / async fn get_rule_group(&self, id: i32) -> Result { [INFO] [stderr] 99 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 100 | | let client = &configuration.client; [INFO] [stderr] 101 | | [INFO] [stderr] ... | [INFO] [stderr] 115 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 116 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 118 | / async fn list_rule_by_group(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 119 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 120 | | let client = &configuration.client; [INFO] [stderr] 121 | | [INFO] [stderr] ... | [INFO] [stderr] 138 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 139 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 141 | / async fn list_rule_group(&self, page: Option) -> Result { [INFO] [stderr] 142 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 143 | | let client = &configuration.client; [INFO] [stderr] 144 | | [INFO] [stderr] ... | [INFO] [stderr] 161 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 162 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 164 | / async fn store_rule_group(&self, rule_group: crate::models::RuleGroup) -> Result { [INFO] [stderr] 165 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 166 | | let client = &configuration.client; [INFO] [stderr] 167 | | [INFO] [stderr] ... | [INFO] [stderr] 182 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 183 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 185 | / async fn test_rule_group(&self, id: i32, page: Option, start: Option, end: Option, search_limit: Option, triggered_limit: Option, accounts: Option<&str>) -> Result { [INFO] [stderr] 186 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 187 | | let client = &configuration.client; [INFO] [stderr] 188 | | [INFO] [stderr] ... | [INFO] [stderr] 220 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 221 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rule_groups_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 223 | / async fn update_rule_group(&self, id: i32, rule_group: crate::models::RuleGroup) -> Result { [INFO] [stderr] 224 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 225 | | let client = &configuration.client; [INFO] [stderr] 226 | | [INFO] [stderr] ... | [INFO] [stderr] 241 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 242 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl RulesApi for RulesApiClient { [INFO] [stderr] 46 | / async fn delete_rule(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn fire_rule(&self, id: i32, start: Option, end: Option, accounts: Option<&str>) -> Result<(), Error> { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 94 | | Ok(()) [INFO] [stderr] 95 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 97 | / async fn get_rule(&self, id: i32) -> Result { [INFO] [stderr] 98 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 99 | | let client = &configuration.client; [INFO] [stderr] 100 | | [INFO] [stderr] ... | [INFO] [stderr] 114 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 115 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 117 | / async fn list_rule(&self, page: Option) -> Result { [INFO] [stderr] 118 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 119 | | let client = &configuration.client; [INFO] [stderr] 120 | | [INFO] [stderr] ... | [INFO] [stderr] 137 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 138 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 140 | / async fn store_rule(&self, rule: crate::models::Rule) -> Result { [INFO] [stderr] 141 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 142 | | let client = &configuration.client; [INFO] [stderr] 143 | | [INFO] [stderr] ... | [INFO] [stderr] 158 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 159 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 161 | / async fn test_rule(&self, id: i32, page: Option, start: Option, end: Option, search_limit: Option, triggered_limit: Option, accounts: Option<&str>) -> Result { [INFO] [stderr] 162 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 163 | | let client = &configuration.client; [INFO] [stderr] 164 | | [INFO] [stderr] ... | [INFO] [stderr] 196 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 197 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/rules_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 199 | / async fn update_rule(&self, id: i32, rule: crate::models::Rule) -> Result { [INFO] [stderr] 200 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 201 | | let client = &configuration.client; [INFO] [stderr] 202 | | [INFO] [stderr] ... | [INFO] [stderr] 217 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 218 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/summary_api.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 39 | impl SummaryApi for SummaryApiClient { [INFO] [stderr] 40 | / async fn get_basic_summary(&self, start: String, end: String, currency_code: Option<&str>) -> Result, Error> { [INFO] [stderr] 41 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 42 | | let client = &configuration.client; [INFO] [stderr] 43 | | [INFO] [stderr] ... | [INFO] [stderr] 62 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 63 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 45 | impl TagsApi for TagsApiClient { [INFO] [stderr] 46 | / async fn delete_tag(&self, tag: &str) -> Result<(), Error> { [INFO] [stderr] 47 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 48 | | let client = &configuration.client; [INFO] [stderr] 49 | | [INFO] [stderr] ... | [INFO] [stderr] 64 | | Ok(()) [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 67 | / async fn get_tag(&self, tag: &str, page: Option) -> Result { [INFO] [stderr] 68 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 69 | | let client = &configuration.client; [INFO] [stderr] 70 | | [INFO] [stderr] ... | [INFO] [stderr] 87 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 88 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 90 | / async fn get_tag_cloud(&self, start: String, end: String) -> Result { [INFO] [stderr] 91 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 92 | | let client = &configuration.client; [INFO] [stderr] 93 | | [INFO] [stderr] ... | [INFO] [stderr] 109 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 110 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 112 | / async fn list_tag(&self, page: Option) -> Result { [INFO] [stderr] 113 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 114 | | let client = &configuration.client; [INFO] [stderr] 115 | | [INFO] [stderr] ... | [INFO] [stderr] 132 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 133 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 135 | / async fn list_transaction_by_tag(&self, tag: &str, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 136 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 137 | | let client = &configuration.client; [INFO] [stderr] 138 | | [INFO] [stderr] ... | [INFO] [stderr] 164 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 165 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 167 | / async fn store_tag(&self, tag_model: crate::models::TagModel) -> Result { [INFO] [stderr] 168 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 169 | | let client = &configuration.client; [INFO] [stderr] 170 | | [INFO] [stderr] ... | [INFO] [stderr] 185 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 186 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/tags_api.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 188 | / async fn update_tag(&self, tag: &str, tag_model: crate::models::TagModel) -> Result { [INFO] [stderr] 189 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 190 | | let client = &configuration.client; [INFO] [stderr] 191 | | [INFO] [stderr] ... | [INFO] [stderr] 206 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 207 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 46 | impl TransactionsApi for TransactionsApiClient { [INFO] [stderr] 47 | / async fn delete_transaction(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 48 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 49 | | let client = &configuration.client; [INFO] [stderr] 50 | | [INFO] [stderr] ... | [INFO] [stderr] 65 | | Ok(()) [INFO] [stderr] 66 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 68 | / async fn get_transaction(&self, id: i32) -> Result { [INFO] [stderr] 69 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 70 | | let client = &configuration.client; [INFO] [stderr] 71 | | [INFO] [stderr] ... | [INFO] [stderr] 85 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 86 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 88 | / async fn get_transaction_by_journal(&self, id: i32) -> Result { [INFO] [stderr] 89 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 90 | | let client = &configuration.client; [INFO] [stderr] 91 | | [INFO] [stderr] ... | [INFO] [stderr] 105 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 106 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 108 | / async fn list_attachment_by_transaction(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 109 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 110 | | let client = &configuration.client; [INFO] [stderr] 111 | | [INFO] [stderr] ... | [INFO] [stderr] 128 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 129 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 131 | / async fn list_event_by_transaction(&self, id: i32, page: Option) -> Result { [INFO] [stderr] 132 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 133 | | let client = &configuration.client; [INFO] [stderr] 134 | | [INFO] [stderr] ... | [INFO] [stderr] 151 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 152 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 154 | / async fn list_transaction(&self, page: Option, start: Option, end: Option, _type: Option) -> Result { [INFO] [stderr] 155 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 156 | | let client = &configuration.client; [INFO] [stderr] 157 | | [INFO] [stderr] ... | [INFO] [stderr] 183 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 184 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 186 | / async fn store_transaction(&self, transaction: crate::models::Transaction) -> Result { [INFO] [stderr] 187 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 188 | | let client = &configuration.client; [INFO] [stderr] 189 | | [INFO] [stderr] ... | [INFO] [stderr] 204 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 205 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/transactions_api.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 207 | / async fn update_transaction(&self, id: i32, transaction: crate::models::Transaction) -> Result { [INFO] [stderr] 208 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 209 | | let client = &configuration.client; [INFO] [stderr] 210 | | [INFO] [stderr] ... | [INFO] [stderr] 225 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 226 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 43 | impl UsersApi for UsersApiClient { [INFO] [stderr] 44 | / async fn delete_user(&self, id: i32) -> Result<(), Error> { [INFO] [stderr] 45 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 46 | | let client = &configuration.client; [INFO] [stderr] 47 | | [INFO] [stderr] ... | [INFO] [stderr] 62 | | Ok(()) [INFO] [stderr] 63 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 65 | / async fn get_user(&self, id: i32) -> Result { [INFO] [stderr] 66 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 67 | | let client = &configuration.client; [INFO] [stderr] 68 | | [INFO] [stderr] ... | [INFO] [stderr] 82 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 85 | / async fn list_user(&self, page: Option) -> Result { [INFO] [stderr] 86 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 87 | | let client = &configuration.client; [INFO] [stderr] 88 | | [INFO] [stderr] ... | [INFO] [stderr] 105 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 106 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 108 | / async fn store_user(&self, user: crate::models::User) -> Result { [INFO] [stderr] 109 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 110 | | let client = &configuration.client; [INFO] [stderr] 111 | | [INFO] [stderr] ... | [INFO] [stderr] 126 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 127 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/apis/users_api.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 129 | / async fn update_user(&self, id: i32, user: crate::models::User) -> Result { [INFO] [stderr] 130 | | let configuration: &configuration::Configuration = self.configuration.borrow(); [INFO] [stderr] 131 | | let client = &configuration.client; [INFO] [stderr] 132 | | [INFO] [stderr] ... | [INFO] [stderr] 147 | | Ok(client.execute(req).await?.error_for_status()?.json().await?) [INFO] [stderr] 148 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 137 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `firefly-iii`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 137 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `firefly-iii`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b677a8dd019a905c608aa959a0f99d3ae3a6ff93b7269bae8fca769f8ac0cba"` [INFO] running `"docker" "rm" "-f" "2b677a8dd019a905c608aa959a0f99d3ae3a6ff93b7269bae8fca769f8ac0cba"` [INFO] [stdout] 2b677a8dd019a905c608aa959a0f99d3ae3a6ff93b7269bae8fca769f8ac0cba