[INFO] fetching crate cassandra-cpp-sys 1.1.0...
[INFO] documenting cassandra-cpp-sys-1.1.0 against 1.61.0 for beta-1.62-rustdoc-1
[INFO] extracting crate cassandra-cpp-sys 1.1.0 into /workspace/builds/worker-41/source
[INFO] validating manifest of crates.io crate cassandra-cpp-sys 1.1.0 on toolchain 1.61.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cassandra-cpp-sys 1.1.0
[INFO] finished tweaking crates.io crate cassandra-cpp-sys 1.1.0
[INFO] tweaked toml for crates.io crate cassandra-cpp-sys 1.1.0 written to /workspace/builds/worker-41/source/Cargo.toml
[INFO] crate crates.io crate cassandra-cpp-sys 1.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 276d9bb87d372e205a41545411c98d8c7d0c07216d067514e4242289ef0d6f01
[INFO] running `Command { std: "docker" "start" "-a" "276d9bb87d372e205a41545411c98d8c7d0c07216d067514e4242289ef0d6f01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "276d9bb87d372e205a41545411c98d8c7d0c07216d067514e4242289ef0d6f01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "276d9bb87d372e205a41545411c98d8c7d0c07216d067514e4242289ef0d6f01", kill_on_drop: false }`
[INFO] [stdout] 276d9bb87d372e205a41545411c98d8c7d0c07216d067514e4242289ef0d6f01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-41/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f718736cac43546409c8afb171ba4dbb2a96abb848779352d383309274e42ed
[INFO] running `Command { std: "docker" "start" "-a" "5f718736cac43546409c8afb171ba4dbb2a96abb848779352d383309274e42ed", kill_on_drop: false }`
[INFO] [stderr] Compiling cassandra-cpp-sys v1.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting cassandra-cpp-sys v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1114:5
[INFO] [stdout] |
[INFO] [stdout] 1114 | / #[doc = " Frees a execution profile instance."]
[INFO] [stdout] 1115 | | #[doc = ""]
[INFO] [stdout] 1116 | | #[doc = " @public @memberof CassExecProfile"]
[INFO] [stdout] 1117 | | #[doc = ""]
[INFO] [stdout] 1118 | | #[doc = " @param[in] profile"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1122:5
[INFO] [stdout] |
[INFO] [stdout] 1122 | / #[doc = " Sets the timeout waiting for a response from a node."]
[INFO] [stdout] 1123 | | #[doc = ""]
[INFO] [stdout] 1124 | | #[doc = " Default: Disabled (uses the cluster request timeout)"]
[INFO] [stdout] 1125 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1132 | | #[doc = ""]
[INFO] [stdout] 1133 | | #[doc = " @see cass_statement_set_request_timeout()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1140:5
[INFO] [stdout] |
[INFO] [stdout] 1140 | / #[doc = " Sets the consistency level."]
[INFO] [stdout] 1141 | | #[doc = ""]
[INFO] [stdout] 1142 | | #[doc = " Default: Disabled (uses the default consistency)"]
[INFO] [stdout] 1143 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1149 | | #[doc = ""]
[INFO] [stdout] 1150 | | #[doc = " @see cass_statement_set_consistency()"]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1157:5
[INFO] [stdout] |
[INFO] [stdout] 1157 | / #[doc = " Sets the serial consistency level."]
[INFO] [stdout] 1158 | | #[doc = ""]
[INFO] [stdout] 1159 | | #[doc = " Default: Disabled (uses the default serial consistency)"]
[INFO] [stdout] 1160 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1166 | | #[doc = ""]
[INFO] [stdout] 1167 | | #[doc = " @see cass_statement_set_serial_consistency()"]
[INFO] [stdout] | |____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1174:5
[INFO] [stdout] |
[INFO] [stdout] 1174 | / #[doc = " Configures the execution profile to use round-robin load balancing."]
[INFO] [stdout] 1175 | | #[doc = ""]
[INFO] [stdout] 1176 | | #[doc = " The driver discovers all nodes in a cluster and cycles through"]
[INFO] [stdout] 1177 | | #[doc = " them per request. All are considered 'local'."]
[INFO] [stdout] ... |
[INFO] [stdout] 1186 | | #[doc = ""]
[INFO] [stdout] 1187 | | #[doc = " @see cass_cluster_set_load_balance_round_robin()"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1193:5
[INFO] [stdout] |
[INFO] [stdout] 1193 | / #[doc = " Configures the execution profile to use DC-aware load balancing."]
[INFO] [stdout] 1194 | | #[doc = " For each query, all live nodes in a primary 'local' DC are tried first,"]
[INFO] [stdout] 1195 | | #[doc = " followed by any node from other DCs."]
[INFO] [stdout] 1196 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1215 | | #[doc = ""]
[INFO] [stdout] 1216 | | #[doc = " @see cass_cluster_set_load_balance_dc_aware()"]
[INFO] [stdout] | |_____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1225:5
[INFO] [stdout] |
[INFO] [stdout] 1225 | / #[doc = " Same as cass_execution_profile_set_load_balance_dc_aware(), but with lengths"]
[INFO] [stdout] 1226 | | #[doc = " for string parameters."]
[INFO] [stdout] 1227 | | #[doc = ""]
[INFO] [stdout] 1228 | | #[doc = " @deprecated The remote DC settings for DC-aware are not suitable for most"]
[INFO] [stdout] ... |
[INFO] [stdout] 1242 | | #[doc = " @see cass_execution_profile_set_load_balance_dc_aware()"]
[INFO] [stdout] 1243 | | #[doc = " @see cass_cluster_set_load_balance_dc_aware_n()"]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1253:5
[INFO] [stdout] |
[INFO] [stdout] 1253 | / #[doc = " Configures the execution profile to use token-aware request routing or not."]
[INFO] [stdout] 1254 | | #[doc = ""]
[INFO] [stdout] 1255 | | #[doc = " Important: Token-aware routing depends on keyspace metadata."]
[INFO] [stdout] 1256 | | #[doc = " For this reason enabling token-aware routing will also enable retrieving"]
[INFO] [stdout] ... |
[INFO] [stdout] 1274 | | #[doc = ""]
[INFO] [stdout] 1275 | | #[doc = " @see cass_cluster_set_token_aware_routing()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1282:5
[INFO] [stdout] |
[INFO] [stdout] 1282 | / #[doc = " Configures the execution profile's token-aware routing to randomly shuffle"]
[INFO] [stdout] 1283 | | #[doc = " replicas. This can reduce the effectiveness of server-side caching, but it"]
[INFO] [stdout] 1284 | | #[doc = " can better distribute load over replicas for a given partition key."]
[INFO] [stdout] 1285 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1296 | | #[doc = ""]
[INFO] [stdout] 1297 | | #[doc = " @see cass_cluster_set_token_aware_routing_shuffle_replicas()"]
[INFO] [stdout] | |____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1304:5
[INFO] [stdout] |
[INFO] [stdout] 1304 | / #[doc = " Configures the execution profile to use latency-aware request routing or not."]
[INFO] [stdout] 1305 | | #[doc = ""]
[INFO] [stdout] 1306 | | #[doc = " Note: Execution profiles use the cluster-level load balancing policy"]
[INFO] [stdout] 1307 | | #[doc = " unless enabled. This setting is not applicable unless a load balancing policy"]
[INFO] [stdout] ... |
[INFO] [stdout] 1321 | | #[doc = ""]
[INFO] [stdout] 1322 | | #[doc = " @see cass_cluster_set_latency_aware_routing()"]
[INFO] [stdout] | |_____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1329:5
[INFO] [stdout] |
[INFO] [stdout] 1329 | / #[doc = " Configures the execution profile's settings for latency-aware request"]
[INFO] [stdout] 1330 | | #[doc = " routing."]
[INFO] [stdout] 1331 | | #[doc = ""]
[INFO] [stdout] 1332 | | #[doc = " Note: Execution profiles use the cluster-level load balancing policy"]
[INFO] [stdout] ... |
[INFO] [stdout] 1364 | | #[doc = ""]
[INFO] [stdout] 1365 | | #[doc = " @see cass_cluster_set_latency_aware_routing_settings()"]
[INFO] [stdout] | |______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1376:5
[INFO] [stdout] |
[INFO] [stdout] 1376 | / #[doc = " Sets/Appends whitelist hosts for the execution profile. The first call sets"]
[INFO] [stdout] 1377 | | #[doc = " the whitelist hosts and any subsequent calls appends additional hosts."]
[INFO] [stdout] 1378 | | #[doc = " Passing an empty string will clear and disable the whitelist. White space is"]
[INFO] [stdout] 1379 | | #[doc = " striped from the hosts."]
[INFO] [stdout] ... |
[INFO] [stdout] 1400 | | #[doc = ""]
[INFO] [stdout] 1401 | | #[doc = " @see cass_cluster_set_whitelist_filtering()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1408:5
[INFO] [stdout] |
[INFO] [stdout] 1408 | / #[doc = " Same as cass_execution_profile_set_whitelist_filtering(), but with lengths"]
[INFO] [stdout] 1409 | | #[doc = " for string parameters."]
[INFO] [stdout] 1410 | | #[doc = ""]
[INFO] [stdout] 1411 | | #[doc = " @public @memberof CassExecProfile"]
[INFO] [stdout] ... |
[INFO] [stdout] 1418 | | #[doc = " @see cass_execution_profile_set_whitelist_filtering()"]
[INFO] [stdout] 1419 | | #[doc = " @see cass_cluster_set_whitelist_filtering()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1427:5
[INFO] [stdout] |
[INFO] [stdout] 1427 | / #[doc = " Sets/Appends blacklist hosts for the execution profile. The first call sets"]
[INFO] [stdout] 1428 | | #[doc = " the blacklist hosts and any subsequent calls appends additional hosts."]
[INFO] [stdout] 1429 | | #[doc = " Passing an empty string will clear and disable the blacklist. White space is"]
[INFO] [stdout] 1430 | | #[doc = " striped from the hosts."]
[INFO] [stdout] ... |
[INFO] [stdout] 1451 | | #[doc = ""]
[INFO] [stdout] 1452 | | #[doc = " @see cass_cluster_set_blacklist_filtering()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1459:5
[INFO] [stdout] |
[INFO] [stdout] 1459 | / #[doc = " Same as cass_execution_profile_set_blacklist_filtering(), but with lengths"]
[INFO] [stdout] 1460 | | #[doc = " for string parameters."]
[INFO] [stdout] 1461 | | #[doc = ""]
[INFO] [stdout] 1462 | | #[doc = " @public @memberof CassExecProfile"]
[INFO] [stdout] ... |
[INFO] [stdout] 1469 | | #[doc = " @see cass_execution_profile_set_blacklist_filtering()"]
[INFO] [stdout] 1470 | | #[doc = " @see cass_cluster_set_blacklist_filtering()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1478:5
[INFO] [stdout] |
[INFO] [stdout] 1478 | / #[doc = " Same as cass_execution_profile_set_whitelist_filtering(), but whitelist all"]
[INFO] [stdout] 1479 | | #[doc = " hosts of a dc."]
[INFO] [stdout] 1480 | | #[doc = ""]
[INFO] [stdout] 1481 | | #[doc = " Examples: \"dc1\", \"dc1,dc2\""]
[INFO] [stdout] ... |
[INFO] [stdout] 1490 | | #[doc = ""]
[INFO] [stdout] 1491 | | #[doc = " @see cass_cluster_set_whitelist_dc_filtering()"]
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1498:5
[INFO] [stdout] |
[INFO] [stdout] 1498 | / #[doc = " Same as cass_execution_profile_set_whitelist_dc_filtering(), but with lengths"]
[INFO] [stdout] 1499 | | #[doc = " for string parameters."]
[INFO] [stdout] 1500 | | #[doc = ""]
[INFO] [stdout] 1501 | | #[doc = " @public @memberof CassExecProfile"]
[INFO] [stdout] ... |
[INFO] [stdout] 1508 | | #[doc = " @see cass_execution_profile_set_whitelist_dc_filtering()"]
[INFO] [stdout] 1509 | | #[doc = " @see cass_cluster_set_whitelist_dc_filtering()"]
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1517:5
[INFO] [stdout] |
[INFO] [stdout] 1517 | / #[doc = " Same as cass_execution_profile_set_blacklist_filtering(), but blacklist all"]
[INFO] [stdout] 1518 | | #[doc = " hosts of a dc."]
[INFO] [stdout] 1519 | | #[doc = ""]
[INFO] [stdout] 1520 | | #[doc = " Examples: \"dc1\", \"dc1,dc2\""]
[INFO] [stdout] ... |
[INFO] [stdout] 1530 | | #[doc = " @see cass_execution_profile_set_blacklist_filtering()"]
[INFO] [stdout] 1531 | | #[doc = " @see cass_cluster_set_blacklist_dc_filtering()"]
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1538:5
[INFO] [stdout] |
[INFO] [stdout] 1538 | / #[doc = " Same as cass_execution_profile_set_blacklist_dc_filtering(), but with lengths"]
[INFO] [stdout] 1539 | | #[doc = " for string parameters."]
[INFO] [stdout] 1540 | | #[doc = ""]
[INFO] [stdout] 1541 | | #[doc = " @public @memberof CassExecProfile"]
[INFO] [stdout] ... |
[INFO] [stdout] 1548 | | #[doc = " @see cass_execution_profile_set_blacklist_dc_filtering()"]
[INFO] [stdout] 1549 | | #[doc = " @see cass_cluster_set_blacklist_dc_filtering()"]
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1557:5
[INFO] [stdout] |
[INFO] [stdout] 1557 | / #[doc = " Sets the execution profile's retry policy."]
[INFO] [stdout] 1558 | | #[doc = ""]
[INFO] [stdout] 1559 | | #[doc = " Note: Profile-based retry policy is disabled by default; cluster retry"]
[INFO] [stdout] 1560 | | #[doc = " policy is used when profile does not contain a policy unless the retry policy"]
[INFO] [stdout] ... |
[INFO] [stdout] 1568 | | #[doc = ""]
[INFO] [stdout] 1569 | | #[doc = " @see cass_cluster_set_retry_policy()"]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1576:5
[INFO] [stdout] |
[INFO] [stdout] 1576 | / #[doc = " Enable constant speculative executions with the supplied settings for the"]
[INFO] [stdout] 1577 | | #[doc = " execution profile."]
[INFO] [stdout] 1578 | | #[doc = ""]
[INFO] [stdout] 1579 | | #[doc = " Note: Profile-based speculative execution policy is disabled by"]
[INFO] [stdout] ... |
[INFO] [stdout] 1589 | | #[doc = ""]
[INFO] [stdout] 1590 | | #[doc = " @see cass_cluster_set_constant_speculative_execution_policy()"]
[INFO] [stdout] | |_____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1598:5
[INFO] [stdout] |
[INFO] [stdout] 1598 | / #[doc = " Disable speculative executions for the execution profile."]
[INFO] [stdout] 1599 | | #[doc = ""]
[INFO] [stdout] 1600 | | #[doc = " Note: Profile-based speculative execution policy is disabled by"]
[INFO] [stdout] 1601 | | #[doc = " default; cluster speculative execution policy is used when profile does not"]
[INFO] [stdout] ... |
[INFO] [stdout] 1608 | | #[doc = ""]
[INFO] [stdout] 1609 | | #[doc = " @see cass_cluster_set_no_speculative_execution_policy()"]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] profile
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1625:5
[INFO] [stdout] |
[INFO] [stdout] 1625 | / #[doc = " Frees a cluster instance."]
[INFO] [stdout] 1626 | | #[doc = ""]
[INFO] [stdout] 1627 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] 1628 | | #[doc = ""]
[INFO] [stdout] 1629 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1633:5
[INFO] [stdout] |
[INFO] [stdout] 1633 | / #[doc = " Sets/Appends contact points. This *MUST* be set. The first call sets"]
[INFO] [stdout] 1634 | | #[doc = " the contact points and any subsequent calls appends additional contact"]
[INFO] [stdout] 1635 | | #[doc = " points. Passing an empty string will clear the contact points. White space"]
[INFO] [stdout] 1636 | | #[doc = " is striped from the contact points."]
[INFO] [stdout] ... |
[INFO] [stdout] 1646 | | #[doc = " to by this parameter can be freed after this call."]
[INFO] [stdout] 1647 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1654:5
[INFO] [stdout] |
[INFO] [stdout] 1654 | / #[doc = " Same as cass_cluster_set_contact_points(), but with lengths for string"]
[INFO] [stdout] 1655 | | #[doc = " parameters."]
[INFO] [stdout] 1656 | | #[doc = ""]
[INFO] [stdout] 1657 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 1663 | | #[doc = ""]
[INFO] [stdout] 1664 | | #[doc = " @see cass_cluster_set_contact_points()"]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1672:5
[INFO] [stdout] |
[INFO] [stdout] 1672 | / #[doc = " Sets the port."]
[INFO] [stdout] 1673 | | #[doc = ""]
[INFO] [stdout] 1674 | | #[doc = " Default: 9042"]
[INFO] [stdout] 1675 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1679 | | #[doc = " @param[in] port"]
[INFO] [stdout] 1680 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1687:5
[INFO] [stdout] |
[INFO] [stdout] 1687 | / #[doc = " Sets the local address to bind when connecting to the cluster,"]
[INFO] [stdout] 1688 | | #[doc = " if desired."]
[INFO] [stdout] 1689 | | #[doc = ""]
[INFO] [stdout] 1690 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 1694 | | #[doc = " Only numeric addresses are supported; no resolution is done."]
[INFO] [stdout] 1695 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1702:5
[INFO] [stdout] |
[INFO] [stdout] 1702 | / #[doc = " Same as cass_cluster_set_local_address(), but with lengths for string"]
[INFO] [stdout] 1703 | | #[doc = " parameters."]
[INFO] [stdout] 1704 | | #[doc = ""]
[INFO] [stdout] 1705 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 1711 | | #[doc = ""]
[INFO] [stdout] 1712 | | #[doc = " @see cass_cluster_set_local_address()"]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1720:5
[INFO] [stdout] |
[INFO] [stdout] 1720 | / #[doc = " Sets the SSL context and enables SSL."]
[INFO] [stdout] 1721 | | #[doc = ""]
[INFO] [stdout] 1722 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] 1723 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1726 | | #[doc = ""]
[INFO] [stdout] 1727 | | #[doc = " @see cass_ssl_new()"]
[INFO] [stdout] | |___________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1731:5
[INFO] [stdout] |
[INFO] [stdout] 1731 | / #[doc = " Sets custom authenticator"]
[INFO] [stdout] 1732 | | #[doc = ""]
[INFO] [stdout] 1733 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] 1734 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1738 | | #[doc = " @param[in] data"]
[INFO] [stdout] 1739 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1748:5
[INFO] [stdout] |
[INFO] [stdout] 1748 | / #[doc = " Sets the protocol version. The driver will automatically downgrade to the lowest"]
[INFO] [stdout] 1749 | | #[doc = " supported protocol version."]
[INFO] [stdout] 1750 | | #[doc = ""]
[INFO] [stdout] 1751 | | #[doc = " Default: CASS_PROTOCOL_VERSION_V4 or CASS_PROTOCOL_VERSION_DSEV1 when"]
[INFO] [stdout] ... |
[INFO] [stdout] 1759 | | #[doc = ""]
[INFO] [stdout] 1760 | | #[doc = " @see cass_cluster_set_use_beta_protocol_version()"]
[INFO] [stdout] | |_________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1767:5
[INFO] [stdout] |
[INFO] [stdout] 1767 | / #[doc = " Use the newest beta protocol version. This currently enables the use of"]
[INFO] [stdout] 1768 | | #[doc = " protocol version v5 (CASS_PROTOCOL_VERSION_V5) or DSEv2 (CASS_PROTOCOL_VERSION_DSEV2)"]
[INFO] [stdout] 1769 | | #[doc = " when using the DSE driver with DataStax Enterprise."]
[INFO] [stdout] 1770 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1776 | | #[doc = " @param[in] enable if false the highest non-beta protocol version will be used"]
[INFO] [stdout] 1777 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1784:5
[INFO] [stdout] |
[INFO] [stdout] 1784 | / #[doc = " Sets default consistency level of statement."]
[INFO] [stdout] 1785 | | #[doc = ""]
[INFO] [stdout] 1786 | | #[doc = " Default: CASS_CONSISTENCY_LOCAL_ONE"]
[INFO] [stdout] 1787 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1791 | | #[doc = " @param[in] consistency"]
[INFO] [stdout] 1792 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1799:5
[INFO] [stdout] |
[INFO] [stdout] 1799 | / #[doc = " Sets default serial consistency level of statement."]
[INFO] [stdout] 1800 | | #[doc = ""]
[INFO] [stdout] 1801 | | #[doc = " Default: CASS_CONSISTENCY_ANY"]
[INFO] [stdout] 1802 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1806 | | #[doc = " @param[in] consistency"]
[INFO] [stdout] 1807 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1814:5
[INFO] [stdout] |
[INFO] [stdout] 1814 | / #[doc = " Sets the number of IO threads. This is the number of threads"]
[INFO] [stdout] 1815 | | #[doc = " that will handle query requests."]
[INFO] [stdout] 1816 | | #[doc = ""]
[INFO] [stdout] 1817 | | #[doc = " Default: 1"]
[INFO] [stdout] ... |
[INFO] [stdout] 1822 | | #[doc = " @param[in] num_threads"]
[INFO] [stdout] 1823 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1830:5
[INFO] [stdout] |
[INFO] [stdout] 1830 | / #[doc = " Sets the size of the fixed size queue that stores"]
[INFO] [stdout] 1831 | | #[doc = " pending requests."]
[INFO] [stdout] 1832 | | #[doc = ""]
[INFO] [stdout] 1833 | | #[doc = " Default: 8192"]
[INFO] [stdout] ... |
[INFO] [stdout] 1838 | | #[doc = " @param[in] queue_size"]
[INFO] [stdout] 1839 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1852:5
[INFO] [stdout] |
[INFO] [stdout] 1852 | / #[doc = " Sets the number of connections made to each server in each"]
[INFO] [stdout] 1853 | | #[doc = " IO thread."]
[INFO] [stdout] 1854 | | #[doc = ""]
[INFO] [stdout] 1855 | | #[doc = " Default: 1"]
[INFO] [stdout] ... |
[INFO] [stdout] 1860 | | #[doc = " @param[in] num_connections"]
[INFO] [stdout] 1861 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1880:5
[INFO] [stdout] |
[INFO] [stdout] 1880 | / #[doc = " Configures the cluster to use a reconnection policy that waits a constant"]
[INFO] [stdout] 1881 | | #[doc = " time between each reconnection attempt."]
[INFO] [stdout] 1882 | | #[doc = ""]
[INFO] [stdout] 1883 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 1886 | | #[doc = " @param[in] delay_ms Time in milliseconds to delay attempting a reconnection;"]
[INFO] [stdout] 1887 | | #[doc = " 0 to perform a reconnection immediately."]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1891:5
[INFO] [stdout] |
[INFO] [stdout] 1891 | / #[doc = " Configures the cluster to use a reconnection policy that waits exponentially"]
[INFO] [stdout] 1892 | | #[doc = " longer between each reconnection attempt; however will maintain a constant"]
[INFO] [stdout] 1893 | | #[doc = " delay once the maximum delay is reached."]
[INFO] [stdout] 1894 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 1915 | | #[doc = " attempts."]
[INFO] [stdout] 1916 | | #[doc = " @return CASS_OK if successful, otherwise error occurred."]
[INFO] [stdout] | |________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1924:5
[INFO] [stdout] |
[INFO] [stdout] 1924 | / #[doc = " Sets the amount of time, in microseconds, to wait for new requests to"]
[INFO] [stdout] 1925 | | #[doc = " coalesce into a single system call. This should be set to a value around"]
[INFO] [stdout] 1926 | | #[doc = " the latency SLA of your application's requests while also considering the"]
[INFO] [stdout] 1927 | | #[doc = " request's roundtrip time. Larger values should be used for throughput"]
[INFO] [stdout] ... |
[INFO] [stdout] 1936 | | #[doc = " @param[in] delay_us"]
[INFO] [stdout] 1937 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:1944:5
[INFO] [stdout] |
[INFO] [stdout] 1944 | / #[doc = " Sets the ratio of time spent processing new requests versus handling the I/O"]
[INFO] [stdout] 1945 | | #[doc = " and processing of outstanding requests. The range of this setting is 1 to 100,"]
[INFO] [stdout] 1946 | | #[doc = " where larger values allocate more time to processing new requests and smaller"]
[INFO] [stdout] 1947 | | #[doc = " values allocate more time to processing outstanding requests."]
[INFO] [stdout] ... |
[INFO] [stdout] 1954 | | #[doc = " @param[in] ratio"]
[INFO] [stdout] 1955 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2004:5
[INFO] [stdout] |
[INFO] [stdout] 2004 | / #[doc = " Sets the timeout for connecting to a node."]
[INFO] [stdout] 2005 | | #[doc = ""]
[INFO] [stdout] 2006 | | #[doc = " Default: 5000 milliseconds"]
[INFO] [stdout] 2007 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2010 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2011 | | #[doc = " @param[in] timeout_ms Connect timeout in milliseconds"]
[INFO] [stdout] | |_____________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2018:5
[INFO] [stdout] |
[INFO] [stdout] 2018 | / #[doc = " Sets the timeout for waiting for a response from a node."]
[INFO] [stdout] 2019 | | #[doc = ""]
[INFO] [stdout] 2020 | | #[doc = " Default: 12000 milliseconds"]
[INFO] [stdout] 2021 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2024 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2025 | | #[doc = " @param[in] timeout_ms Request timeout in milliseconds. Use 0 for no timeout."]
[INFO] [stdout] | |____________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2032:5
[INFO] [stdout] |
[INFO] [stdout] 2032 | / #[doc = " Sets the timeout for waiting for DNS name resolution."]
[INFO] [stdout] 2033 | | #[doc = ""]
[INFO] [stdout] 2034 | | #[doc = " Default: 2000 milliseconds"]
[INFO] [stdout] 2035 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2038 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2039 | | #[doc = " @param[in] timeout_ms Request timeout in milliseconds"]
[INFO] [stdout] | |_____________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2046:5
[INFO] [stdout] |
[INFO] [stdout] 2046 | / #[doc = " Sets the maximum time to wait for schema agreement after a schema change"]
[INFO] [stdout] 2047 | | #[doc = " is made (e.g. creating, altering, dropping a table/keyspace/view/index etc)."]
[INFO] [stdout] 2048 | | #[doc = ""]
[INFO] [stdout] 2049 | | #[doc = " Default: 10000 milliseconds"]
[INFO] [stdout] ... |
[INFO] [stdout] 2053 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2054 | | #[doc = " @param[in] wait_time_ms Wait time in milliseconds"]
[INFO] [stdout] | |_________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2061:5
[INFO] [stdout] |
[INFO] [stdout] 2061 | / #[doc = " Sets the maximum time to wait for tracing data to become available."]
[INFO] [stdout] 2062 | | #[doc = ""]
[INFO] [stdout] 2063 | | #[doc = " Default: 15 milliseconds"]
[INFO] [stdout] 2064 | | #[doc = ""]
[INFO] [stdout] 2065 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2066 | | #[doc = " @param[in] max_wait_time_ms"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2073:5
[INFO] [stdout] |
[INFO] [stdout] 2073 | / #[doc = " Sets the amount of time to wait between attempts to check to see if tracing is"]
[INFO] [stdout] 2074 | | #[doc = " available."]
[INFO] [stdout] 2075 | | #[doc = ""]
[INFO] [stdout] 2076 | | #[doc = " Default: 3 milliseconds"]
[INFO] [stdout] 2077 | | #[doc = ""]
[INFO] [stdout] 2078 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2079 | | #[doc = " @param[in] retry_wait_time_ms"]
[INFO] [stdout] | |_____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2086:5
[INFO] [stdout] |
[INFO] [stdout] 2086 | / #[doc = " Sets the consistency level to use for checking to see if tracing data is"]
[INFO] [stdout] 2087 | | #[doc = " available."]
[INFO] [stdout] 2088 | | #[doc = ""]
[INFO] [stdout] 2089 | | #[doc = " Default: CASS_CONSISTENCY_ONE"]
[INFO] [stdout] 2090 | | #[doc = ""]
[INFO] [stdout] 2091 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2092 | | #[doc = " @param[in] consistency"]
[INFO] [stdout] | |______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2099:5
[INFO] [stdout] |
[INFO] [stdout] 2099 | / #[doc = " Sets credentials for plain text authentication."]
[INFO] [stdout] 2100 | | #[doc = ""]
[INFO] [stdout] 2101 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] 2102 | | #[doc = ""]
[INFO] [stdout] 2103 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2104 | | #[doc = " @param[in] username"]
[INFO] [stdout] 2105 | | #[doc = " @param[in] password"]
[INFO] [stdout] | |___________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2113:5
[INFO] [stdout] |
[INFO] [stdout] 2113 | / #[doc = " Same as cass_cluster_set_credentials(), but with lengths for string"]
[INFO] [stdout] 2114 | | #[doc = " parameters."]
[INFO] [stdout] 2115 | | #[doc = ""]
[INFO] [stdout] 2116 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2124 | | #[doc = ""]
[INFO] [stdout] 2125 | | #[doc = " @see cass_cluster_set_credentials();"]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2135:5
[INFO] [stdout] |
[INFO] [stdout] 2135 | / #[doc = " Configures the cluster to use round-robin load balancing."]
[INFO] [stdout] 2136 | | #[doc = ""]
[INFO] [stdout] 2137 | | #[doc = " The driver discovers all nodes in a cluster and cycles through"]
[INFO] [stdout] 2138 | | #[doc = " them per request. All are considered 'local'."]
[INFO] [stdout] ... |
[INFO] [stdout] 2141 | | #[doc = ""]
[INFO] [stdout] 2142 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2146:5
[INFO] [stdout] |
[INFO] [stdout] 2146 | / #[doc = " Configures the cluster to use DC-aware load balancing."]
[INFO] [stdout] 2147 | | #[doc = " For each query, all live nodes in a primary 'local' DC are tried first,"]
[INFO] [stdout] 2148 | | #[doc = " followed by any node from other DCs."]
[INFO] [stdout] 2149 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2170 | | #[doc = " LOCAL_QUORUM (deprecated)"]
[INFO] [stdout] 2171 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2180:5
[INFO] [stdout] |
[INFO] [stdout] 2180 | / #[doc = " Same as cass_cluster_set_load_balance_dc_aware(), but with lengths for string"]
[INFO] [stdout] 2181 | | #[doc = " parameters."]
[INFO] [stdout] 2182 | | #[doc = ""]
[INFO] [stdout] 2183 | | #[doc = " @deprecated The remote DC settings for DC-aware are not suitable for most"]
[INFO] [stdout] ... |
[INFO] [stdout] 2196 | | #[doc = ""]
[INFO] [stdout] 2197 | | #[doc = " @see cass_cluster_set_load_balance_dc_aware()"]
[INFO] [stdout] | |_____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2207:5
[INFO] [stdout] |
[INFO] [stdout] 2207 | / #[doc = " Configures the cluster to use token-aware request routing or not."]
[INFO] [stdout] 2208 | | #[doc = ""]
[INFO] [stdout] 2209 | | #[doc = " Important: Token-aware routing depends on keyspace metadata."]
[INFO] [stdout] 2210 | | #[doc = " For this reason enabling token-aware routing will also enable retrieving"]
[INFO] [stdout] ... |
[INFO] [stdout] 2221 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2222 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2226:5
[INFO] [stdout] |
[INFO] [stdout] 2226 | / #[doc = " Configures token-aware routing to randomly shuffle replicas. This can reduce"]
[INFO] [stdout] 2227 | | #[doc = " the effectiveness of server-side caching, but it can better distribute load over"]
[INFO] [stdout] 2228 | | #[doc = " replicas for a given partition key."]
[INFO] [stdout] 2229 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2237 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2238 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2245:5
[INFO] [stdout] |
[INFO] [stdout] 2245 | / #[doc = " Configures the cluster to use latency-aware request routing or not."]
[INFO] [stdout] 2246 | | #[doc = ""]
[INFO] [stdout] 2247 | | #[doc = " Default: cass_false (disabled)."]
[INFO] [stdout] 2248 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2255 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2256 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2260:5
[INFO] [stdout] |
[INFO] [stdout] 2260 | / #[doc = " Configures the settings for latency-aware request routing."]
[INFO] [stdout] 2261 | | #[doc = ""]
[INFO] [stdout] 2262 | | #[doc = " Defaults:"]
[INFO] [stdout] 2263 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2283 | | #[doc = " @param[in] min_measured The minimum number of measurements per-host required to"]
[INFO] [stdout] 2284 | | #[doc = " be considered by the policy."]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2295:5
[INFO] [stdout] |
[INFO] [stdout] 2295 | / #[doc = " Sets/Appends whitelist hosts. The first call sets the whitelist hosts and"]
[INFO] [stdout] 2296 | | #[doc = " any subsequent calls appends additional hosts. Passing an empty string will"]
[INFO] [stdout] 2297 | | #[doc = " clear and disable the whitelist. White space is striped from the hosts."]
[INFO] [stdout] 2298 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2311 | | #[doc = " configuration; the memory pointed to by this parameter can be freed after"]
[INFO] [stdout] 2312 | | #[doc = " this call."]
[INFO] [stdout] | |__________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2319:5
[INFO] [stdout] |
[INFO] [stdout] 2319 | / #[doc = " Same as cass_cluster_set_whitelist_filtering(), but with lengths for"]
[INFO] [stdout] 2320 | | #[doc = " string parameters."]
[INFO] [stdout] 2321 | | #[doc = ""]
[INFO] [stdout] 2322 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2328 | | #[doc = ""]
[INFO] [stdout] 2329 | | #[doc = " @see cass_cluster_set_whitelist_filtering()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2337:5
[INFO] [stdout] |
[INFO] [stdout] 2337 | / #[doc = " Sets/Appends blacklist hosts. The first call sets the blacklist hosts and"]
[INFO] [stdout] 2338 | | #[doc = " any subsequent calls appends additional hosts. Passing an empty string will"]
[INFO] [stdout] 2339 | | #[doc = " clear and disable the blacklist. White space is striped from the hosts."]
[INFO] [stdout] 2340 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2353 | | #[doc = " configuration; the memory pointed to by this parameter can be freed after"]
[INFO] [stdout] 2354 | | #[doc = " this call."]
[INFO] [stdout] | |__________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2361:5
[INFO] [stdout] |
[INFO] [stdout] 2361 | / #[doc = " Same as cass_cluster_set_blacklist_filtering_hosts(), but with lengths for"]
[INFO] [stdout] 2362 | | #[doc = " string parameters."]
[INFO] [stdout] 2363 | | #[doc = ""]
[INFO] [stdout] 2364 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2370 | | #[doc = ""]
[INFO] [stdout] 2371 | | #[doc = " @see cass_cluster_set_blacklist_filtering()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2379:5
[INFO] [stdout] |
[INFO] [stdout] 2379 | / #[doc = " Same as cass_cluster_set_whitelist_filtering(), but whitelist all hosts of a dc"]
[INFO] [stdout] 2380 | | #[doc = ""]
[INFO] [stdout] 2381 | | #[doc = " Examples: \"dc1\", \"dc1,dc2\""]
[INFO] [stdout] 2382 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2387 | | #[doc = " whitelist dcs. The string is copied into the cluster configuration; the"]
[INFO] [stdout] 2388 | | #[doc = " memory pointed to by this parameter can be freed after this call."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2395:5
[INFO] [stdout] |
[INFO] [stdout] 2395 | / #[doc = " Same as cass_cluster_set_whitelist_dc_filtering(), but with lengths for"]
[INFO] [stdout] 2396 | | #[doc = " string parameters."]
[INFO] [stdout] 2397 | | #[doc = ""]
[INFO] [stdout] 2398 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2404 | | #[doc = ""]
[INFO] [stdout] 2405 | | #[doc = " @see cass_cluster_set_whitelist_dc_filtering()"]
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2413:5
[INFO] [stdout] |
[INFO] [stdout] 2413 | / #[doc = " Same as cass_cluster_set_blacklist_filtering(), but blacklist all hosts of a dc"]
[INFO] [stdout] 2414 | | #[doc = ""]
[INFO] [stdout] 2415 | | #[doc = " Examples: \"dc1\", \"dc1,dc2\""]
[INFO] [stdout] 2416 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2421 | | #[doc = " blacklist dcs. The string is copied into the cluster configuration; the"]
[INFO] [stdout] 2422 | | #[doc = " memory pointed to by this parameter can be freed after this call."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2429:5
[INFO] [stdout] |
[INFO] [stdout] 2429 | / #[doc = " Same as cass_cluster_set_blacklist_dc_filtering(), but with lengths for"]
[INFO] [stdout] 2430 | | #[doc = " string parameters."]
[INFO] [stdout] 2431 | | #[doc = ""]
[INFO] [stdout] 2432 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2438 | | #[doc = ""]
[INFO] [stdout] 2439 | | #[doc = " @see cass_cluster_set_blacklist_dc_filtering()"]
[INFO] [stdout] | |______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2447:5
[INFO] [stdout] |
[INFO] [stdout] 2447 | / #[doc = " Enable/Disable Nagle's algorithm on connections."]
[INFO] [stdout] 2448 | | #[doc = ""]
[INFO] [stdout] 2449 | | #[doc = " Default: cass_true (disables Nagle's algorithm)."]
[INFO] [stdout] 2450 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2453 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2454 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2458:5
[INFO] [stdout] |
[INFO] [stdout] 2458 | / #[doc = " Enable/Disable TCP keep-alive"]
[INFO] [stdout] 2459 | | #[doc = ""]
[INFO] [stdout] 2460 | | #[doc = " Default: cass_false (disabled)."]
[INFO] [stdout] 2461 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2466 | | #[doc = " @param[in] delay_secs The initial delay in seconds, ignored when"]
[INFO] [stdout] 2467 | | #[doc = " `enabled` is false."]
[INFO] [stdout] | |___________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2475:5
[INFO] [stdout] |
[INFO] [stdout] 2475 | / #[doc = " Sets the timestamp generator used to assign timestamps to all requests"]
[INFO] [stdout] 2476 | | #[doc = " unless overridden by setting the timestamp on a statement or a batch."]
[INFO] [stdout] 2477 | | #[doc = ""]
[INFO] [stdout] 2478 | | #[doc = " Default: Monotonically increasing, client-side timestamp generator."]
[INFO] [stdout] ... |
[INFO] [stdout] 2487 | | #[doc = " @see cass_statement_set_timestamp()"]
[INFO] [stdout] 2488 | | #[doc = " @see cass_batch_set_timestamp()"]
[INFO] [stdout] | |_______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2495:5
[INFO] [stdout] |
[INFO] [stdout] 2495 | / #[doc = " Sets the amount of time between heartbeat messages and controls the amount"]
[INFO] [stdout] 2496 | | #[doc = " of time the connection must be idle before sending heartbeat messages. This"]
[INFO] [stdout] 2497 | | #[doc = " is useful for preventing intermediate network devices from dropping"]
[INFO] [stdout] 2498 | | #[doc = " connections."]
[INFO] [stdout] ... |
[INFO] [stdout] 2504 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2505 | | #[doc = " @param[in] interval_secs Use 0 to disable heartbeat messages"]
[INFO] [stdout] | |____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2512:5
[INFO] [stdout] |
[INFO] [stdout] 2512 | / #[doc = " Sets the amount of time a connection is allowed to be without a successful"]
[INFO] [stdout] 2513 | | #[doc = " heartbeat response before being terminated and scheduled for reconnection."]
[INFO] [stdout] 2514 | | #[doc = ""]
[INFO] [stdout] 2515 | | #[doc = " Default: 60 seconds"]
[INFO] [stdout] ... |
[INFO] [stdout] 2519 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2520 | | #[doc = " @param[in] timeout_secs"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2527:5
[INFO] [stdout] |
[INFO] [stdout] 2527 | / #[doc = " Sets the retry policy used for all requests unless overridden by setting"]
[INFO] [stdout] 2528 | | #[doc = " a retry policy on a statement or a batch."]
[INFO] [stdout] 2529 | | #[doc = ""]
[INFO] [stdout] 2530 | | #[doc = " Default: The same policy as would be created by the function:"]
[INFO] [stdout] ... |
[INFO] [stdout] 2543 | | #[doc = " @see cass_statement_set_retry_policy()"]
[INFO] [stdout] 2544 | | #[doc = " @see cass_batch_set_retry_policy()"]
[INFO] [stdout] | |__________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2551:5
[INFO] [stdout] |
[INFO] [stdout] 2551 | / #[doc = " Enable/Disable retrieving and updating schema metadata. If disabled"]
[INFO] [stdout] 2552 | | #[doc = " this is allows the driver to skip over retrieving and updating schema"]
[INFO] [stdout] 2553 | | #[doc = " metadata and cass_session_get_schema_meta() will always return an empty object."]
[INFO] [stdout] 2554 | | #[doc = " This can be useful for reducing the startup overhead of short-lived sessions."]
[INFO] [stdout] ... |
[INFO] [stdout] 2562 | | #[doc = ""]
[INFO] [stdout] 2563 | | #[doc = " @see cass_session_get_schema_meta()"]
[INFO] [stdout] | |___________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2567:5
[INFO] [stdout] |
[INFO] [stdout] 2567 | / #[doc = " Enable/Disable retrieving hostnames for IP addresses using reverse IP lookup."]
[INFO] [stdout] 2568 | | #[doc = ""]
[INFO] [stdout] 2569 | | #[doc = " This is useful for authentication (Kerberos) or encryption (SSL) services"]
[INFO] [stdout] 2570 | | #[doc = " that require a valid hostname for verification."]
[INFO] [stdout] ... |
[INFO] [stdout] 2579 | | #[doc = ""]
[INFO] [stdout] 2580 | | #[doc = " @see cass_cluster_set_resolve_timeout()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2587:5
[INFO] [stdout] |
[INFO] [stdout] 2587 | / #[doc = " Enable/Disable the randomization of the contact points list."]
[INFO] [stdout] 2588 | | #[doc = ""]
[INFO] [stdout] 2589 | | #[doc = " Default: cass_true (enabled)."]
[INFO] [stdout] 2590 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2597 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] 2598 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2605:5
[INFO] [stdout] |
[INFO] [stdout] 2605 | / #[doc = " Enable constant speculative executions with the supplied settings."]
[INFO] [stdout] 2606 | | #[doc = ""]
[INFO] [stdout] 2607 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] 2608 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2611 | | #[doc = " @param[in] max_speculative_executions"]
[INFO] [stdout] 2612 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2620:5
[INFO] [stdout] |
[INFO] [stdout] 2620 | / #[doc = " Disable speculative executions"]
[INFO] [stdout] 2621 | | #[doc = ""]
[INFO] [stdout] 2622 | | #[doc = " Default: This is the default speculative execution policy."]
[INFO] [stdout] 2623 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2626 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2627 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2632:5
[INFO] [stdout] |
[INFO] [stdout] 2632 | / #[doc = " Sets the maximum number of \"pending write\" objects that will be"]
[INFO] [stdout] 2633 | | #[doc = " saved for re-use for marshalling new requests. These objects may"]
[INFO] [stdout] 2634 | | #[doc = " hold on to a significant amount of memory and reducing the"]
[INFO] [stdout] 2635 | | #[doc = " number of these objects may reduce memory usage of the application."]
[INFO] [stdout] ... |
[INFO] [stdout] 2645 | | #[doc = " @param[in] num_objects"]
[INFO] [stdout] 2646 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2653:5
[INFO] [stdout] |
[INFO] [stdout] 2653 | / #[doc = " Associates a named execution profile which can be utilized during execution."]
[INFO] [stdout] 2654 | | #[doc = ""]
[INFO] [stdout] 2655 | | #[doc = " Note: Once the execution profile is added to a cluster, it is"]
[INFO] [stdout] 2656 | | #[doc = " immutable and any changes made to the execution profile must be re-assigned"]
[INFO] [stdout] ... |
[INFO] [stdout] 2667 | | #[doc = " @see cass_batch_set_execution_profile()"]
[INFO] [stdout] 2668 | | #[doc = " @see cass_statement_set_execution_profile()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2676:5
[INFO] [stdout] |
[INFO] [stdout] 2676 | / #[doc = " Same as cass_cluster_add_execution_profile(), but with lengths for string"]
[INFO] [stdout] 2677 | | #[doc = " parameters."]
[INFO] [stdout] 2678 | | #[doc = ""]
[INFO] [stdout] 2679 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2687 | | #[doc = " @see cass_batch_set_execution_profile()"]
[INFO] [stdout] 2688 | | #[doc = " @see cass_statement_set_execution_profile()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2732:5
[INFO] [stdout] |
[INFO] [stdout] 2732 | / #[doc = " Enable the NO_COMPACT startup option."]
[INFO] [stdout] 2733 | | #[doc = ""]
[INFO] [stdout] 2734 | | #[doc = " This can help facilitate uninterrupted cluster upgrades where tables using"]
[INFO] [stdout] 2735 | | #[doc = " COMPACT_STORAGE will operate in \"compatibility mode\" for"]
[INFO] [stdout] ... |
[INFO] [stdout] 2746 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2747 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2754:5
[INFO] [stdout] |
[INFO] [stdout] 2754 | / #[doc = " Sets a callback for handling host state changes in the cluster."]
[INFO] [stdout] 2755 | | #[doc = ""]
[INFO] [stdout] 2756 | | #[doc = " Note: The callback is invoked only when state changes in the cluster"]
[INFO] [stdout] 2757 | | #[doc = " are applicable to the configured load balancing policy(s)."]
[INFO] [stdout] ... |
[INFO] [stdout] 2763 | | #[doc = " @param[in] data"]
[INFO] [stdout] 2764 | | #[doc = " @return CASS_OK if successful, otherwise and error occurred"]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2772:5
[INFO] [stdout] |
[INFO] [stdout] 2772 | / #[doc = " Sets the secure connection bundle path for processing DBaaS credentials."]
[INFO] [stdout] 2773 | | #[doc = ""]
[INFO] [stdout] 2774 | | #[doc = " This will pre-configure a cluster using the credentials format provided by"]
[INFO] [stdout] 2775 | | #[doc = " the DBaaS cloud provider."]
[INFO] [stdout] ... |
[INFO] [stdout] 2778 | | #[doc = " @param[in] path Absolute path to DBaaS credentials file."]
[INFO] [stdout] 2779 | | #[doc = " @return CASS_OK if successful, otherwise error occured."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2786:5
[INFO] [stdout] |
[INFO] [stdout] 2786 | / #[doc = " Same as cass_cluster_set_cloud_secure_connection_bundle(), but with lengths"]
[INFO] [stdout] 2787 | | #[doc = " for string parameters."]
[INFO] [stdout] 2788 | | #[doc = ""]
[INFO] [stdout] 2789 | | #[doc = " @see cass_cluster_set_cloud_secure_connection_bundle()"]
[INFO] [stdout] ... |
[INFO] [stdout] 2793 | | #[doc = " @param[in] path_length Length of path variable."]
[INFO] [stdout] 2794 | | #[doc = " @return CASS_OK if successful, otherwise error occured."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2802:5
[INFO] [stdout] |
[INFO] [stdout] 2802 | / #[doc = " Same as cass_cluster_set_cloud_secure_connection_bundle(), but it does not"]
[INFO] [stdout] 2803 | | #[doc = " initialize the underlying SSL library implementation. The SSL library still"]
[INFO] [stdout] 2804 | | #[doc = " needs to be initialized, but it's up to the client application to handle"]
[INFO] [stdout] 2805 | | #[doc = " initialization. This is similar to the function cass_ssl_new_no_lib_init(),"]
[INFO] [stdout] ... |
[INFO] [stdout] 2813 | | #[doc = " @param[in] path Absolute path to DBaaS credentials file."]
[INFO] [stdout] 2814 | | #[doc = " @return CASS_OK if successful, otherwise error occured."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2821:5
[INFO] [stdout] |
[INFO] [stdout] 2821 | / #[doc = " Same as cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init(),"]
[INFO] [stdout] 2822 | | #[doc = " but with lengths for string parameters."]
[INFO] [stdout] 2823 | | #[doc = ""]
[INFO] [stdout] 2824 | | #[doc = " @see cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init()"]
[INFO] [stdout] ... |
[INFO] [stdout] 2828 | | #[doc = " @param[in] path_length Length of path variable."]
[INFO] [stdout] 2829 | | #[doc = " @return CASS_OK if successful, otherwise error occured."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2837:5
[INFO] [stdout] |
[INFO] [stdout] 2837 | / #[doc = " Set the application name."]
[INFO] [stdout] 2838 | | #[doc = ""]
[INFO] [stdout] 2839 | | #[doc = " This is optional; however it provides the server with the application name"]
[INFO] [stdout] 2840 | | #[doc = " that can aid in debugging issues with larger clusters where there are a lot"]
[INFO] [stdout] ... |
[INFO] [stdout] 2845 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2846 | | #[doc = " @param[in] application_name"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2853:5
[INFO] [stdout] |
[INFO] [stdout] 2853 | / #[doc = " Same as cass_cluster_set_application_name(), but with lengths for string"]
[INFO] [stdout] 2854 | | #[doc = " parameters."]
[INFO] [stdout] 2855 | | #[doc = ""]
[INFO] [stdout] 2856 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2859 | | #[doc = " @param[in] application_name"]
[INFO] [stdout] 2860 | | #[doc = " @param[in] application_name_length"]
[INFO] [stdout] | |__________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2868:5
[INFO] [stdout] |
[INFO] [stdout] 2868 | / #[doc = " Set the application version."]
[INFO] [stdout] 2869 | | #[doc = ""]
[INFO] [stdout] 2870 | | #[doc = " This is optional; however it provides the server with the application"]
[INFO] [stdout] 2871 | | #[doc = " version that can aid in debugging issues with large clusters where there are"]
[INFO] [stdout] ... |
[INFO] [stdout] 2877 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2878 | | #[doc = " @param[in] application_version"]
[INFO] [stdout] | |______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2885:5
[INFO] [stdout] |
[INFO] [stdout] 2885 | / #[doc = " Same as cass_cluster_set_application_version(), but with lengths for string"]
[INFO] [stdout] 2886 | | #[doc = " parameters."]
[INFO] [stdout] 2887 | | #[doc = ""]
[INFO] [stdout] 2888 | | #[doc = " @public @memberof CassCluster"]
[INFO] [stdout] ... |
[INFO] [stdout] 2891 | | #[doc = " @param[in] application_version"]
[INFO] [stdout] 2892 | | #[doc = " @param[in] application_version_length"]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2900:5
[INFO] [stdout] |
[INFO] [stdout] 2900 | / #[doc = " Set the client id."]
[INFO] [stdout] 2901 | | #[doc = ""]
[INFO] [stdout] 2902 | | #[doc = " This is optional; however it provides the server with the client ID that can"]
[INFO] [stdout] 2903 | | #[doc = " aid in debugging issues with large clusters where there are a lot of client"]
[INFO] [stdout] ... |
[INFO] [stdout] 2910 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2911 | | #[doc = " @param[in] client_id"]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2915:5
[INFO] [stdout] |
[INFO] [stdout] 2915 | / #[doc = " Sets the amount of time between monitor reporting event messages."]
[INFO] [stdout] 2916 | | #[doc = ""]
[INFO] [stdout] 2917 | | #[doc = " Default: 300 seconds."]
[INFO] [stdout] 2918 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2921 | | #[doc = " @param[in] cluster"]
[INFO] [stdout] 2922 | | #[doc = " @param[in] interval_secs Use 0 to disable monitor reporting event messages."]
[INFO] [stdout] | |___________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] cluster
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2939:5
[INFO] [stdout] |
[INFO] [stdout] 2939 | / #[doc = " Frees a session instance. If the session is still connected it will be synchronously"]
[INFO] [stdout] 2940 | | #[doc = " closed before being deallocated."]
[INFO] [stdout] 2941 | | #[doc = ""]
[INFO] [stdout] 2942 | | #[doc = " Important: Do not free a session in a future callback. Freeing a session in a future"]
[INFO] [stdout] ... |
[INFO] [stdout] 2946 | | #[doc = ""]
[INFO] [stdout] 2947 | | #[doc = " @param[in] session"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2951:5
[INFO] [stdout] |
[INFO] [stdout] 2951 | / #[doc = " Connects a session."]
[INFO] [stdout] 2952 | | #[doc = ""]
[INFO] [stdout] 2953 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 2954 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2959 | | #[doc = ""]
[INFO] [stdout] 2960 | | #[doc = " @see cass_session_close()"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2967:5
[INFO] [stdout] |
[INFO] [stdout] 2967 | / #[doc = " Connects a session and sets the keyspace."]
[INFO] [stdout] 2968 | | #[doc = ""]
[INFO] [stdout] 2969 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 2970 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 2976 | | #[doc = ""]
[INFO] [stdout] 2977 | | #[doc = " @see cass_session_close()"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:2985:5
[INFO] [stdout] |
[INFO] [stdout] 2985 | / #[doc = " Same as cass_session_connect_keyspace(), but with lengths for string"]
[INFO] [stdout] 2986 | | #[doc = " parameters."]
[INFO] [stdout] 2987 | | #[doc = ""]
[INFO] [stdout] 2988 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] ... |
[INFO] [stdout] 2995 | | #[doc = ""]
[INFO] [stdout] 2996 | | #[doc = " @see cass_session_connect_keyspace()"]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3005:5
[INFO] [stdout] |
[INFO] [stdout] 3005 | / #[doc = " Closes the session instance, outputs a close future which can"]
[INFO] [stdout] 3006 | | #[doc = " be used to determine when the session has been terminated. This allows"]
[INFO] [stdout] 3007 | | #[doc = " in-flight requests to finish."]
[INFO] [stdout] 3008 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3011 | | #[doc = " @param[in] session"]
[INFO] [stdout] 3012 | | #[doc = " @return A future that must be freed."]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3016:5
[INFO] [stdout] |
[INFO] [stdout] 3016 | / #[doc = " Create a prepared statement."]
[INFO] [stdout] 3017 | | #[doc = ""]
[INFO] [stdout] 3018 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 3019 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3024 | | #[doc = ""]
[INFO] [stdout] 3025 | | #[doc = " @see cass_future_get_prepared()"]
[INFO] [stdout] | |_______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3032:5
[INFO] [stdout] |
[INFO] [stdout] 3032 | / #[doc = " Same as cass_session_prepare(), but with lengths for string"]
[INFO] [stdout] 3033 | | #[doc = " parameters."]
[INFO] [stdout] 3034 | | #[doc = ""]
[INFO] [stdout] 3035 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] ... |
[INFO] [stdout] 3041 | | #[doc = ""]
[INFO] [stdout] 3042 | | #[doc = " @see cass_session_prepare()"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3050:5
[INFO] [stdout] |
[INFO] [stdout] 3050 | / #[doc = " Create a prepared statement from an existing statement."]
[INFO] [stdout] 3051 | | #[doc = ""]
[INFO] [stdout] 3052 | | #[doc = " Note: Bound statements will inherit the keyspace, consistency,"]
[INFO] [stdout] 3053 | | #[doc = " serial consistency, request timeout and retry policy of the existing"]
[INFO] [stdout] ... |
[INFO] [stdout] 3061 | | #[doc = ""]
[INFO] [stdout] 3062 | | #[doc = " @see cass_future_get_prepared()"]
[INFO] [stdout] | |_______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3069:5
[INFO] [stdout] |
[INFO] [stdout] 3069 | / #[doc = " Execute a query or bound statement."]
[INFO] [stdout] 3070 | | #[doc = ""]
[INFO] [stdout] 3071 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 3072 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3076 | | #[doc = ""]
[INFO] [stdout] 3077 | | #[doc = " @see cass_future_get_result()"]
[INFO] [stdout] | |_____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3084:5
[INFO] [stdout] |
[INFO] [stdout] 3084 | / #[doc = " Execute a batch statement."]
[INFO] [stdout] 3085 | | #[doc = ""]
[INFO] [stdout] 3086 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 3087 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3093 | | #[doc = ""]
[INFO] [stdout] 3094 | | #[doc = " @see cass_future_get_result()"]
[INFO] [stdout] | |_____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3101:5
[INFO] [stdout] |
[INFO] [stdout] 3101 | / #[doc = " Gets a snapshot of this session's schema metadata. The returned"]
[INFO] [stdout] 3102 | | #[doc = " snapshot of the schema metadata is not updated. This function"]
[INFO] [stdout] 3103 | | #[doc = " must be called again to retrieve any schema changes since the"]
[INFO] [stdout] 3104 | | #[doc = " previous call."]
[INFO] [stdout] ... |
[INFO] [stdout] 3110 | | #[doc = ""]
[INFO] [stdout] 3111 | | #[doc = " @see cass_schema_meta_free()"]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3115:5
[INFO] [stdout] |
[INFO] [stdout] 3115 | / #[doc = " Gets a copy of this session's performance/diagnostic metrics."]
[INFO] [stdout] 3116 | | #[doc = ""]
[INFO] [stdout] 3117 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 3118 | | #[doc = ""]
[INFO] [stdout] 3119 | | #[doc = " @param[in] session"]
[INFO] [stdout] 3120 | | #[doc = " @param[out] output"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:3115:5
[INFO] [stdout] |
[INFO] [stdout] 3115 | / #[doc = " Gets a copy of this session's performance/diagnostic metrics."]
[INFO] [stdout] 3116 | | #[doc = ""]
[INFO] [stdout] 3117 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 3118 | | #[doc = ""]
[INFO] [stdout] 3119 | | #[doc = " @param[in] session"]
[INFO] [stdout] 3120 | | #[doc = " @param[out] output"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] output
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3124:5
[INFO] [stdout] |
[INFO] [stdout] 3124 | / #[doc = " Gets a copy of this session's speculative execution metrics."]
[INFO] [stdout] 3125 | | #[doc = ""]
[INFO] [stdout] 3126 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 3127 | | #[doc = ""]
[INFO] [stdout] 3128 | | #[doc = " @param[in] session"]
[INFO] [stdout] 3129 | | #[doc = " @param[out] output"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:3124:5
[INFO] [stdout] |
[INFO] [stdout] 3124 | / #[doc = " Gets a copy of this session's speculative execution metrics."]
[INFO] [stdout] 3125 | | #[doc = ""]
[INFO] [stdout] 3126 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 3127 | | #[doc = ""]
[INFO] [stdout] 3128 | | #[doc = " @param[in] session"]
[INFO] [stdout] 3129 | | #[doc = " @param[out] output"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] output
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3136:5
[INFO] [stdout] |
[INFO] [stdout] 3136 | / #[doc = " Get the client id."]
[INFO] [stdout] 3137 | | #[doc = ""]
[INFO] [stdout] 3138 | | #[doc = " @public @memberof CassSession"]
[INFO] [stdout] 3139 | | #[doc = ""]
[INFO] [stdout] 3140 | | #[doc = " @param[in] session"]
[INFO] [stdout] 3141 | | #[doc = " @return Client id."]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] session
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3145:5
[INFO] [stdout] |
[INFO] [stdout] 3145 | / #[doc = " Frees a schema metadata instance."]
[INFO] [stdout] 3146 | | #[doc = ""]
[INFO] [stdout] 3147 | | #[doc = " @public @memberof CassSchemaMeta"]
[INFO] [stdout] 3148 | | #[doc = ""]
[INFO] [stdout] 3149 | | #[doc = " @param[in] schema_meta"]
[INFO] [stdout] | |______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] schema_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3153:5
[INFO] [stdout] |
[INFO] [stdout] 3153 | / #[doc = " Gets the version of the schema metadata snapshot."]
[INFO] [stdout] 3154 | | #[doc = ""]
[INFO] [stdout] 3155 | | #[doc = " @public @memberof CassSchemaMeta"]
[INFO] [stdout] 3156 | | #[doc = ""]
[INFO] [stdout] 3157 | | #[doc = " @param[in] schema_meta"]
[INFO] [stdout] 3158 | | #[doc = ""]
[INFO] [stdout] 3159 | | #[doc = " @return The snapshot version."]
[INFO] [stdout] | |_____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] schema_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3163:5
[INFO] [stdout] |
[INFO] [stdout] 3163 | / #[doc = " Gets the version of the connected Cassandra cluster."]
[INFO] [stdout] 3164 | | #[doc = ""]
[INFO] [stdout] 3165 | | #[doc = " @public @memberof CassSchemaMeta"]
[INFO] [stdout] 3166 | | #[doc = ""]
[INFO] [stdout] 3167 | | #[doc = " @param[in] schema_meta"]
[INFO] [stdout] 3168 | | #[doc = ""]
[INFO] [stdout] 3169 | | #[doc = " @return Cassandra's version"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] schema_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3173:5
[INFO] [stdout] |
[INFO] [stdout] 3173 | / #[doc = " Gets the keyspace metadata for the provided keyspace name."]
[INFO] [stdout] 3174 | | #[doc = ""]
[INFO] [stdout] 3175 | | #[doc = " @public @memberof CassSchemaMeta"]
[INFO] [stdout] 3176 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3179 | | #[doc = ""]
[INFO] [stdout] 3180 | | #[doc = " @return The metadata for a keyspace. NULL if keyspace does not exist."]
[INFO] [stdout] | |_____________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] schema_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3187:5
[INFO] [stdout] |
[INFO] [stdout] 3187 | / #[doc = " Same as cass_schema_meta_keyspace_by_name(), but with lengths for string"]
[INFO] [stdout] 3188 | | #[doc = " parameters."]
[INFO] [stdout] 3189 | | #[doc = ""]
[INFO] [stdout] 3190 | | #[doc = " @public @memberof CassSchemaMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3196 | | #[doc = ""]
[INFO] [stdout] 3197 | | #[doc = " @see cass_schema_meta_keyspace_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] schema_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3205:5
[INFO] [stdout] |
[INFO] [stdout] 3205 | / #[doc = " Gets the name of the keyspace."]
[INFO] [stdout] 3206 | | #[doc = ""]
[INFO] [stdout] 3207 | | #[doc = " @public @memberof CassKeyspaceMeta"]
[INFO] [stdout] 3208 | | #[doc = ""]
[INFO] [stdout] 3209 | | #[doc = " @param[in] keyspace_meta"]
[INFO] [stdout] 3210 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3211 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:3205:5
[INFO] [stdout] |
[INFO] [stdout] 3205 | / #[doc = " Gets the name of the keyspace."]
[INFO] [stdout] 3206 | | #[doc = ""]
[INFO] [stdout] 3207 | | #[doc = " @public @memberof CassKeyspaceMeta"]
[INFO] [stdout] 3208 | | #[doc = ""]
[INFO] [stdout] 3209 | | #[doc = " @param[in] keyspace_meta"]
[INFO] [stdout] 3210 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3211 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3219:5
[INFO] [stdout] |
[INFO] [stdout] 3219 | / #[doc = " Determine if the keyspace is a virtual keyspace."]
[INFO] [stdout] 3220 | | #[doc = ""]
[INFO] [stdout] 3221 | | #[doc = " @public @memberof CassKeyspaceMeta"]
[INFO] [stdout] 3222 | | #[doc = ""]
[INFO] [stdout] 3223 | | #[doc = " @param[in] keyspace_meta"]
[INFO] [stdout] 3224 | | #[doc = " @return cass_true is the keyspace is virtual, otherwise cass_false"]
[INFO] [stdout] | |__________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3228:5
[INFO] [stdout] |
[INFO] [stdout] 3228 | / #[doc = " Gets the table metadata for the provided table name."]
[INFO] [stdout] 3229 | | #[doc = ""]
[INFO] [stdout] 3230 | | #[doc = " @public @memberof CassKeyspaceMeta"]
[INFO] [stdout] 3231 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3234 | | #[doc = ""]
[INFO] [stdout] 3235 | | #[doc = " @return The metadata for a table. NULL if table does not exist."]
[INFO] [stdout] | |_______________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3242:5
[INFO] [stdout] |
[INFO] [stdout] 3242 | / #[doc = " Same as cass_keyspace_meta_table_by_name(), but with lengths for string"]
[INFO] [stdout] 3243 | | #[doc = " parameters."]
[INFO] [stdout] 3244 | | #[doc = ""]
[INFO] [stdout] 3245 | | #[doc = " @public @memberof CassKeyspaceMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3251 | | #[doc = ""]
[INFO] [stdout] 3252 | | #[doc = " @see cass_keyspace_meta_table_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3260:5
[INFO] [stdout] |
[INFO] [stdout] 3260 | / #[doc = " Gets the materialized view metadata for the provided view name."]
[INFO] [stdout] 3261 | | #[doc = ""]
[INFO] [stdout] 3262 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3263 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3268 | | #[doc = ""]
[INFO] [stdout] 3269 | | #[doc = " @return The metadata for a view. NULL if view does not exist."]
[INFO] [stdout] | |_____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3276:5
[INFO] [stdout] |
[INFO] [stdout] 3276 | / #[doc = " Same as cass_keyspace_meta_materialized_view_by_name(), but with lengths for string"]
[INFO] [stdout] 3277 | | #[doc = " parameters."]
[INFO] [stdout] 3278 | | #[doc = ""]
[INFO] [stdout] 3279 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3287 | | #[doc = ""]
[INFO] [stdout] 3288 | | #[doc = " @see cass_keyspace_meta_materialized_view_by_name()"]
[INFO] [stdout] | |___________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3296:5
[INFO] [stdout] |
[INFO] [stdout] 3296 | / #[doc = " Gets the data type for the provided type name."]
[INFO] [stdout] 3297 | | #[doc = ""]
[INFO] [stdout] 3298 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 3299 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3304 | | #[doc = ""]
[INFO] [stdout] 3305 | | #[doc = " @return The data type for a user defined type. NULL if type does not exist."]
[INFO] [stdout] | |___________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3312:5
[INFO] [stdout] |
[INFO] [stdout] 3312 | / #[doc = " Same as cass_keyspace_meta_type_by_name(), but with lengths for string"]
[INFO] [stdout] 3313 | | #[doc = " parameters."]
[INFO] [stdout] 3314 | | #[doc = ""]
[INFO] [stdout] 3315 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3323 | | #[doc = ""]
[INFO] [stdout] 3324 | | #[doc = " @see cass_keyspace_meta_type_by_name()"]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3332:5
[INFO] [stdout] |
[INFO] [stdout] 3332 | / #[doc = " Gets the function metadata for the provided function name."]
[INFO] [stdout] 3333 | | #[doc = ""]
[INFO] [stdout] 3334 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 3335 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3342 | | #[doc = ""]
[INFO] [stdout] 3343 | | #[doc = " @return The data function for a user defined function. NULL if function does not exist."]
[INFO] [stdout] | |_______________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3351:5
[INFO] [stdout] |
[INFO] [stdout] 3351 | / #[doc = " Same as cass_keyspace_meta_function_by_name(), but with lengths for string"]
[INFO] [stdout] 3352 | | #[doc = " parameters."]
[INFO] [stdout] 3353 | | #[doc = ""]
[INFO] [stdout] 3354 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3364 | | #[doc = ""]
[INFO] [stdout] 3365 | | #[doc = " @see cass_keyspace_meta_function_by_name()"]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3375:5
[INFO] [stdout] |
[INFO] [stdout] 3375 | / #[doc = " Gets the aggregate metadata for the provided aggregate name."]
[INFO] [stdout] 3376 | | #[doc = ""]
[INFO] [stdout] 3377 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 3378 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3385 | | #[doc = ""]
[INFO] [stdout] 3386 | | #[doc = " @return The data aggregate for a user defined aggregate. NULL if aggregate does not exist."]
[INFO] [stdout] | |__________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3394:5
[INFO] [stdout] |
[INFO] [stdout] 3394 | / #[doc = " Same as cass_keyspace_meta_aggregate_by_name(), but with lengths for string"]
[INFO] [stdout] 3395 | | #[doc = " parameters."]
[INFO] [stdout] 3396 | | #[doc = ""]
[INFO] [stdout] 3397 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3407 | | #[doc = ""]
[INFO] [stdout] 3408 | | #[doc = " @see cass_keyspace_meta_aggregate_by_name()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3418:5
[INFO] [stdout] |
[INFO] [stdout] 3418 | / #[doc = " Gets a metadata field for the provided name. Metadata fields allow direct"]
[INFO] [stdout] 3419 | | #[doc = " access to the column data found in the underlying \"keyspaces\" metadata table."]
[INFO] [stdout] 3420 | | #[doc = ""]
[INFO] [stdout] 3421 | | #[doc = " @public @memberof CassKeyspaceMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3424 | | #[doc = " @param[in] name"]
[INFO] [stdout] 3425 | | #[doc = " @return A metadata field value. NULL if the field does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3432:5
[INFO] [stdout] |
[INFO] [stdout] 3432 | / #[doc = " Same as cass_keyspace_meta_field_by_name(), but with lengths for string"]
[INFO] [stdout] 3433 | | #[doc = " parameters."]
[INFO] [stdout] 3434 | | #[doc = ""]
[INFO] [stdout] 3435 | | #[doc = " @public @memberof CassKeyspaceMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3441 | | #[doc = ""]
[INFO] [stdout] 3442 | | #[doc = " @see cass_keyspace_meta_field_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] keyspace_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3450:5
[INFO] [stdout] |
[INFO] [stdout] 3450 | / #[doc = " Gets the name of the table."]
[INFO] [stdout] 3451 | | #[doc = ""]
[INFO] [stdout] 3452 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3453 | | #[doc = ""]
[INFO] [stdout] 3454 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3455 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3456 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:3450:5
[INFO] [stdout] |
[INFO] [stdout] 3450 | / #[doc = " Gets the name of the table."]
[INFO] [stdout] 3451 | | #[doc = ""]
[INFO] [stdout] 3452 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3453 | | #[doc = ""]
[INFO] [stdout] 3454 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3455 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3456 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3464:5
[INFO] [stdout] |
[INFO] [stdout] 3464 | / #[doc = " Determine if the table is a virtual table."]
[INFO] [stdout] 3465 | | #[doc = ""]
[INFO] [stdout] 3466 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3467 | | #[doc = ""]
[INFO] [stdout] 3468 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3469 | | #[doc = " @return cass_true is the table is virtual, otherwise cass_false"]
[INFO] [stdout] | |_______________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3473:5
[INFO] [stdout] |
[INFO] [stdout] 3473 | / #[doc = " Gets the column metadata for the provided column name."]
[INFO] [stdout] 3474 | | #[doc = ""]
[INFO] [stdout] 3475 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3476 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3479 | | #[doc = ""]
[INFO] [stdout] 3480 | | #[doc = " @return The metadata for a column. NULL if column does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3487:5
[INFO] [stdout] |
[INFO] [stdout] 3487 | / #[doc = " Same as cass_table_meta_column_by_name(), but with lengths for string"]
[INFO] [stdout] 3488 | | #[doc = " parameters."]
[INFO] [stdout] 3489 | | #[doc = ""]
[INFO] [stdout] 3490 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3496 | | #[doc = ""]
[INFO] [stdout] 3497 | | #[doc = " @see cass_table_meta_column_by_name()"]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3505:5
[INFO] [stdout] |
[INFO] [stdout] 3505 | / #[doc = " Gets the total number of columns for the table."]
[INFO] [stdout] 3506 | | #[doc = ""]
[INFO] [stdout] 3507 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3508 | | #[doc = ""]
[INFO] [stdout] 3509 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3510 | | #[doc = " @return The total column count."]
[INFO] [stdout] | |_______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3514:5
[INFO] [stdout] |
[INFO] [stdout] 3514 | / #[doc = " Gets the column metadata for the provided index."]
[INFO] [stdout] 3515 | | #[doc = ""]
[INFO] [stdout] 3516 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3517 | | #[doc = ""]
[INFO] [stdout] 3518 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3519 | | #[doc = " @param[in] index"]
[INFO] [stdout] 3520 | | #[doc = " @return The metadata for a column. NULL returned if the index is out of range."]
[INFO] [stdout] | |______________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3527:5
[INFO] [stdout] |
[INFO] [stdout] 3527 | / #[doc = " Gets the index metadata for the provided index name."]
[INFO] [stdout] 3528 | | #[doc = ""]
[INFO] [stdout] 3529 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3530 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3533 | | #[doc = ""]
[INFO] [stdout] 3534 | | #[doc = " @return The metadata for a index. NULL if index does not exist."]
[INFO] [stdout] | |_______________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3541:5
[INFO] [stdout] |
[INFO] [stdout] 3541 | / #[doc = " Same as cass_table_meta_index_by_name(), but with lengths for string"]
[INFO] [stdout] 3542 | | #[doc = " parameters."]
[INFO] [stdout] 3543 | | #[doc = ""]
[INFO] [stdout] 3544 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3550 | | #[doc = ""]
[INFO] [stdout] 3551 | | #[doc = " @see cass_table_meta_index_by_name()"]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3559:5
[INFO] [stdout] |
[INFO] [stdout] 3559 | / #[doc = " Gets the total number of indexes for the table."]
[INFO] [stdout] 3560 | | #[doc = ""]
[INFO] [stdout] 3561 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3562 | | #[doc = ""]
[INFO] [stdout] 3563 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3564 | | #[doc = " @return The total index count."]
[INFO] [stdout] | |______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3568:5
[INFO] [stdout] |
[INFO] [stdout] 3568 | / #[doc = " Gets the index metadata for the provided index."]
[INFO] [stdout] 3569 | | #[doc = ""]
[INFO] [stdout] 3570 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3571 | | #[doc = ""]
[INFO] [stdout] 3572 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3573 | | #[doc = " @param[in] index"]
[INFO] [stdout] 3574 | | #[doc = " @return The metadata for a index. NULL returned if the index is out of range."]
[INFO] [stdout] | |_____________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3581:5
[INFO] [stdout] |
[INFO] [stdout] 3581 | / #[doc = " Gets the materialized view metadata for the provided view name."]
[INFO] [stdout] 3582 | | #[doc = ""]
[INFO] [stdout] 3583 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3584 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3589 | | #[doc = ""]
[INFO] [stdout] 3590 | | #[doc = " @return The metadata for a view. NULL if view does not exist."]
[INFO] [stdout] | |_____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3597:5
[INFO] [stdout] |
[INFO] [stdout] 3597 | / #[doc = " Same as cass_table_meta_materialized_view_by_name(), but with lengths for string"]
[INFO] [stdout] 3598 | | #[doc = " parameters."]
[INFO] [stdout] 3599 | | #[doc = ""]
[INFO] [stdout] 3600 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3608 | | #[doc = ""]
[INFO] [stdout] 3609 | | #[doc = " @see cass_table_meta_materialized_view_by_name()"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3617:5
[INFO] [stdout] |
[INFO] [stdout] 3617 | / #[doc = " Gets the total number of views for the table."]
[INFO] [stdout] 3618 | | #[doc = ""]
[INFO] [stdout] 3619 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3620 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3623 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3624 | | #[doc = " @return The total view count."]
[INFO] [stdout] | |_____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3628:5
[INFO] [stdout] |
[INFO] [stdout] 3628 | / #[doc = " Gets the materialized view metadata for the provided index."]
[INFO] [stdout] 3629 | | #[doc = ""]
[INFO] [stdout] 3630 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3631 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3635 | | #[doc = " @param[in] index"]
[INFO] [stdout] 3636 | | #[doc = " @return The metadata for a view. NULL returned if the index is out of range."]
[INFO] [stdout] | |____________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3643:5
[INFO] [stdout] |
[INFO] [stdout] 3643 | / #[doc = " Gets the number of columns for the table's partition key."]
[INFO] [stdout] 3644 | | #[doc = ""]
[INFO] [stdout] 3645 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3646 | | #[doc = ""]
[INFO] [stdout] 3647 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3648 | | #[doc = " @return The count for the number of columns in the partition key."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3652:5
[INFO] [stdout] |
[INFO] [stdout] 3652 | / #[doc = " Gets the partition key column metadata for the provided index."]
[INFO] [stdout] 3653 | | #[doc = ""]
[INFO] [stdout] 3654 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3655 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3659 | | #[doc = ""]
[INFO] [stdout] 3660 | | #[doc = " @see cass_table_meta_partition_key_count()"]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3667:5
[INFO] [stdout] |
[INFO] [stdout] 3667 | / #[doc = " Gets the number of columns for the table's clustering key."]
[INFO] [stdout] 3668 | | #[doc = ""]
[INFO] [stdout] 3669 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3670 | | #[doc = ""]
[INFO] [stdout] 3671 | | #[doc = " @param[in] table_meta"]
[INFO] [stdout] 3672 | | #[doc = " @return The count for the number of columns in the clustering key."]
[INFO] [stdout] | |__________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3676:5
[INFO] [stdout] |
[INFO] [stdout] 3676 | / #[doc = " Gets the clustering key column metadata for the provided index."]
[INFO] [stdout] 3677 | | #[doc = ""]
[INFO] [stdout] 3678 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3679 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3683 | | #[doc = ""]
[INFO] [stdout] 3684 | | #[doc = " @see cass_table_meta_clustering_key_count()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3691:5
[INFO] [stdout] |
[INFO] [stdout] 3691 | / #[doc = " Gets the clustering order column metadata for the provided index."]
[INFO] [stdout] 3692 | | #[doc = ""]
[INFO] [stdout] 3693 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] 3694 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3699 | | #[doc = ""]
[INFO] [stdout] 3700 | | #[doc = " @see cass_table_meta_clustering_key_count()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3707:5
[INFO] [stdout] |
[INFO] [stdout] 3707 | / #[doc = " Gets a metadata field for the provided name. Metadata fields allow direct"]
[INFO] [stdout] 3708 | | #[doc = " access to the column data found in the underlying \"tables\" metadata table."]
[INFO] [stdout] 3709 | | #[doc = ""]
[INFO] [stdout] 3710 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3713 | | #[doc = " @param[in] name"]
[INFO] [stdout] 3714 | | #[doc = " @return A metadata field value. NULL if the field does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3721:5
[INFO] [stdout] |
[INFO] [stdout] 3721 | / #[doc = " Same as cass_table_meta_field_by_name(), but with lengths for string"]
[INFO] [stdout] 3722 | | #[doc = " parameters."]
[INFO] [stdout] 3723 | | #[doc = ""]
[INFO] [stdout] 3724 | | #[doc = " @public @memberof CassTableMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3730 | | #[doc = ""]
[INFO] [stdout] 3731 | | #[doc = " @see cass_table_meta_field_by_name()"]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] table_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3739:5
[INFO] [stdout] |
[INFO] [stdout] 3739 | / #[doc = " Gets the column metadata for the provided column name."]
[INFO] [stdout] 3740 | | #[doc = ""]
[INFO] [stdout] 3741 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3742 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3747 | | #[doc = ""]
[INFO] [stdout] 3748 | | #[doc = " @return The metadata for a column. NULL if column does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3755:5
[INFO] [stdout] |
[INFO] [stdout] 3755 | / #[doc = " Same as cass_materialized_view_meta_column_by_name(), but with lengths for string"]
[INFO] [stdout] 3756 | | #[doc = " parameters."]
[INFO] [stdout] 3757 | | #[doc = ""]
[INFO] [stdout] 3758 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3766 | | #[doc = ""]
[INFO] [stdout] 3767 | | #[doc = " @see cass_materialized_view_meta_column_by_name()"]
[INFO] [stdout] | |_________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3775:5
[INFO] [stdout] |
[INFO] [stdout] 3775 | / #[doc = " Gets the name of the view."]
[INFO] [stdout] 3776 | | #[doc = ""]
[INFO] [stdout] 3777 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3778 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3782 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3783 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:3775:5
[INFO] [stdout] |
[INFO] [stdout] 3775 | / #[doc = " Gets the name of the view."]
[INFO] [stdout] 3776 | | #[doc = ""]
[INFO] [stdout] 3777 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3778 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3782 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3783 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3791:5
[INFO] [stdout] |
[INFO] [stdout] 3791 | / #[doc = " Gets the base table of the view."]
[INFO] [stdout] 3792 | | #[doc = ""]
[INFO] [stdout] 3793 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3794 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3798 | | #[doc = ""]
[INFO] [stdout] 3799 | | #[doc = " @return The base table for the view."]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3805:5
[INFO] [stdout] |
[INFO] [stdout] 3805 | / #[doc = " Gets the total number of columns for the view."]
[INFO] [stdout] 3806 | | #[doc = ""]
[INFO] [stdout] 3807 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3808 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3811 | | #[doc = " @param[in] view_meta"]
[INFO] [stdout] 3812 | | #[doc = " @return The total column count."]
[INFO] [stdout] | |_______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3818:5
[INFO] [stdout] |
[INFO] [stdout] 3818 | / #[doc = " Gets the column metadata for the provided index."]
[INFO] [stdout] 3819 | | #[doc = ""]
[INFO] [stdout] 3820 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3821 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3825 | | #[doc = " @param[in] index"]
[INFO] [stdout] 3826 | | #[doc = " @return The metadata for a column. NULL returned if the index is out of range."]
[INFO] [stdout] | |______________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3833:5
[INFO] [stdout] |
[INFO] [stdout] 3833 | / #[doc = " Gets the number of columns for the view's partition key."]
[INFO] [stdout] 3834 | | #[doc = ""]
[INFO] [stdout] 3835 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3836 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3839 | | #[doc = " @param[in] view_meta"]
[INFO] [stdout] 3840 | | #[doc = " @return The count for the number of columns in the partition key."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3846:5
[INFO] [stdout] |
[INFO] [stdout] 3846 | / #[doc = " Gets the partition key column metadata for the provided index."]
[INFO] [stdout] 3847 | | #[doc = ""]
[INFO] [stdout] 3848 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3849 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3853 | | #[doc = " @param[in] index"]
[INFO] [stdout] 3854 | | #[doc = " @return The metadata for a column. NULL returned if the index is out of range."]
[INFO] [stdout] | |______________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3861:5
[INFO] [stdout] |
[INFO] [stdout] 3861 | / #[doc = " Gets the number of columns for the view's clustering key."]
[INFO] [stdout] 3862 | | #[doc = ""]
[INFO] [stdout] 3863 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3864 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3867 | | #[doc = " @param[in] view_meta"]
[INFO] [stdout] 3868 | | #[doc = " @return The count for the number of columns in the clustering key."]
[INFO] [stdout] | |__________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3874:5
[INFO] [stdout] |
[INFO] [stdout] 3874 | / #[doc = " Gets the clustering key column metadata for the provided index."]
[INFO] [stdout] 3875 | | #[doc = ""]
[INFO] [stdout] 3876 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] 3877 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3881 | | #[doc = " @param[in] index"]
[INFO] [stdout] 3882 | | #[doc = " @return The metadata for a column. NULL returned if the index is out of range."]
[INFO] [stdout] | |______________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3889:5
[INFO] [stdout] |
[INFO] [stdout] 3889 | / #[doc = " Gets the clustering order column metadata for the provided index."]
[INFO] [stdout] 3890 | | #[doc = ""]
[INFO] [stdout] 3891 | | #[doc = " @public @memberof CassMaterializedViewMeta"]
[INFO] [stdout] 3892 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 3897 | | #[doc = ""]
[INFO] [stdout] 3898 | | #[doc = " @see cass_materialized_view_meta_clustering_key_count()"]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3905:5
[INFO] [stdout] |
[INFO] [stdout] 3905 | / #[doc = " Gets a metadata field for the provided name. Metadata fields allow direct"]
[INFO] [stdout] 3906 | | #[doc = " access to the column data found in the underlying \"views\" metadata view."]
[INFO] [stdout] 3907 | | #[doc = ""]
[INFO] [stdout] 3908 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3913 | | #[doc = " @param[in] name"]
[INFO] [stdout] 3914 | | #[doc = " @return A metadata field value. NULL if the field does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3921:5
[INFO] [stdout] |
[INFO] [stdout] 3921 | / #[doc = " Same as cass_materialized_view_meta_field_by_name(), but with lengths for string"]
[INFO] [stdout] 3922 | | #[doc = " parameters."]
[INFO] [stdout] 3923 | | #[doc = ""]
[INFO] [stdout] 3924 | | #[doc = " @cassandra{3.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 3932 | | #[doc = ""]
[INFO] [stdout] 3933 | | #[doc = " @see cass_materialized_view_meta_field_by_name()"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] view_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3941:5
[INFO] [stdout] |
[INFO] [stdout] 3941 | / #[doc = " Gets the name of the column."]
[INFO] [stdout] 3942 | | #[doc = ""]
[INFO] [stdout] 3943 | | #[doc = " @public @memberof CassColumnMeta"]
[INFO] [stdout] 3944 | | #[doc = ""]
[INFO] [stdout] 3945 | | #[doc = " @param[in] column_meta"]
[INFO] [stdout] 3946 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3947 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] column_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:3941:5
[INFO] [stdout] |
[INFO] [stdout] 3941 | / #[doc = " Gets the name of the column."]
[INFO] [stdout] 3942 | | #[doc = ""]
[INFO] [stdout] 3943 | | #[doc = " @public @memberof CassColumnMeta"]
[INFO] [stdout] 3944 | | #[doc = ""]
[INFO] [stdout] 3945 | | #[doc = " @param[in] column_meta"]
[INFO] [stdout] 3946 | | #[doc = " @param[out] name"]
[INFO] [stdout] 3947 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3955:5
[INFO] [stdout] |
[INFO] [stdout] 3955 | / #[doc = " Gets the type of the column."]
[INFO] [stdout] 3956 | | #[doc = ""]
[INFO] [stdout] 3957 | | #[doc = " @public @memberof CassColumnMeta"]
[INFO] [stdout] 3958 | | #[doc = ""]
[INFO] [stdout] 3959 | | #[doc = " @param[in] column_meta"]
[INFO] [stdout] 3960 | | #[doc = " @return The column's type."]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] column_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3964:5
[INFO] [stdout] |
[INFO] [stdout] 3964 | / #[doc = " Gets the data type of the column."]
[INFO] [stdout] 3965 | | #[doc = ""]
[INFO] [stdout] 3966 | | #[doc = " @public @memberof CassColumnMeta"]
[INFO] [stdout] 3967 | | #[doc = ""]
[INFO] [stdout] 3968 | | #[doc = " @param[in] column_meta"]
[INFO] [stdout] 3969 | | #[doc = " @return The column's data type."]
[INFO] [stdout] | |_______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] column_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3973:5
[INFO] [stdout] |
[INFO] [stdout] 3973 | / #[doc = " Gets a metadata field for the provided name. Metadata fields allow direct"]
[INFO] [stdout] 3974 | | #[doc = " access to the column data found in the underlying \"columns\" metadata table."]
[INFO] [stdout] 3975 | | #[doc = ""]
[INFO] [stdout] 3976 | | #[doc = " @public @memberof CassColumnMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3979 | | #[doc = " @param[in] name"]
[INFO] [stdout] 3980 | | #[doc = " @return A metadata field value. NULL if the field does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] column_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:3987:5
[INFO] [stdout] |
[INFO] [stdout] 3987 | / #[doc = " Same as cass_column_meta_field_by_name(), but with lengths for string"]
[INFO] [stdout] 3988 | | #[doc = " parameters."]
[INFO] [stdout] 3989 | | #[doc = ""]
[INFO] [stdout] 3990 | | #[doc = " @public @memberof CassColumnMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 3996 | | #[doc = ""]
[INFO] [stdout] 3997 | | #[doc = " @see cass_column_meta_field_by_name()"]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] column_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4005:5
[INFO] [stdout] |
[INFO] [stdout] 4005 | / #[doc = " Gets the name of the index."]
[INFO] [stdout] 4006 | | #[doc = ""]
[INFO] [stdout] 4007 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] 4008 | | #[doc = ""]
[INFO] [stdout] 4009 | | #[doc = " @param[in] index_meta"]
[INFO] [stdout] 4010 | | #[doc = " @param[out] name"]
[INFO] [stdout] 4011 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] index_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4005:5
[INFO] [stdout] |
[INFO] [stdout] 4005 | / #[doc = " Gets the name of the index."]
[INFO] [stdout] 4006 | | #[doc = ""]
[INFO] [stdout] 4007 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] 4008 | | #[doc = ""]
[INFO] [stdout] 4009 | | #[doc = " @param[in] index_meta"]
[INFO] [stdout] 4010 | | #[doc = " @param[out] name"]
[INFO] [stdout] 4011 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4019:5
[INFO] [stdout] |
[INFO] [stdout] 4019 | / #[doc = " Gets the type of the index."]
[INFO] [stdout] 4020 | | #[doc = ""]
[INFO] [stdout] 4021 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] 4022 | | #[doc = ""]
[INFO] [stdout] 4023 | | #[doc = " @param[in] index_meta"]
[INFO] [stdout] 4024 | | #[doc = " @return The index's type."]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] index_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4028:5
[INFO] [stdout] |
[INFO] [stdout] 4028 | / #[doc = " Gets the target of the index."]
[INFO] [stdout] 4029 | | #[doc = ""]
[INFO] [stdout] 4030 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] 4031 | | #[doc = ""]
[INFO] [stdout] 4032 | | #[doc = " @param[in] index_meta"]
[INFO] [stdout] 4033 | | #[doc = " @param[out] target"]
[INFO] [stdout] 4034 | | #[doc = " @param[out] target_length"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] index_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4028:5
[INFO] [stdout] |
[INFO] [stdout] 4028 | / #[doc = " Gets the target of the index."]
[INFO] [stdout] 4029 | | #[doc = ""]
[INFO] [stdout] 4030 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] 4031 | | #[doc = ""]
[INFO] [stdout] 4032 | | #[doc = " @param[in] index_meta"]
[INFO] [stdout] 4033 | | #[doc = " @param[out] target"]
[INFO] [stdout] 4034 | | #[doc = " @param[out] target_length"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] target
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4042:5
[INFO] [stdout] |
[INFO] [stdout] 4042 | / #[doc = " Gets the options of the index."]
[INFO] [stdout] 4043 | | #[doc = ""]
[INFO] [stdout] 4044 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] 4045 | | #[doc = ""]
[INFO] [stdout] 4046 | | #[doc = " @param[in] index_meta"]
[INFO] [stdout] 4047 | | #[doc = " @return The index's options."]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] index_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4051:5
[INFO] [stdout] |
[INFO] [stdout] 4051 | / #[doc = " Gets a metadata field for the provided name. Metadata fields allow direct"]
[INFO] [stdout] 4052 | | #[doc = " access to the index data found in the underlying \"indexes\" metadata table."]
[INFO] [stdout] 4053 | | #[doc = ""]
[INFO] [stdout] 4054 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 4057 | | #[doc = " @param[in] name"]
[INFO] [stdout] 4058 | | #[doc = " @return A metadata field value. NULL if the field does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] index_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4065:5
[INFO] [stdout] |
[INFO] [stdout] 4065 | / #[doc = " Same as cass_index_meta_field_by_name(), but with lengths for string"]
[INFO] [stdout] 4066 | | #[doc = " parameters."]
[INFO] [stdout] 4067 | | #[doc = ""]
[INFO] [stdout] 4068 | | #[doc = " @public @memberof CassIndexMeta"]
[INFO] [stdout] ... |
[INFO] [stdout] 4074 | | #[doc = ""]
[INFO] [stdout] 4075 | | #[doc = " @see cass_index_meta_field_by_name()"]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] index_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4083:5
[INFO] [stdout] |
[INFO] [stdout] 4083 | / #[doc = " Gets the name of the function."]
[INFO] [stdout] 4084 | | #[doc = ""]
[INFO] [stdout] 4085 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4086 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4090 | | #[doc = " @param[out] name"]
[INFO] [stdout] 4091 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4083:5
[INFO] [stdout] |
[INFO] [stdout] 4083 | / #[doc = " Gets the name of the function."]
[INFO] [stdout] 4084 | | #[doc = ""]
[INFO] [stdout] 4085 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4086 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4090 | | #[doc = " @param[out] name"]
[INFO] [stdout] 4091 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4099:5
[INFO] [stdout] |
[INFO] [stdout] 4099 | / #[doc = " Gets the full name of the function. The full name includes the"]
[INFO] [stdout] 4100 | | #[doc = " function's name and the function's signature:"]
[INFO] [stdout] 4101 | | #[doc = " \"name(type1 type2.. typeN)\"."]
[INFO] [stdout] 4102 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4108 | | #[doc = " @param[out] full_name"]
[INFO] [stdout] 4109 | | #[doc = " @param[out] full_name_length"]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4099:5
[INFO] [stdout] |
[INFO] [stdout] 4099 | / #[doc = " Gets the full name of the function. The full name includes the"]
[INFO] [stdout] 4100 | | #[doc = " function's name and the function's signature:"]
[INFO] [stdout] 4101 | | #[doc = " \"name(type1 type2.. typeN)\"."]
[INFO] [stdout] 4102 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4108 | | #[doc = " @param[out] full_name"]
[INFO] [stdout] 4109 | | #[doc = " @param[out] full_name_length"]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] full_name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4117:5
[INFO] [stdout] |
[INFO] [stdout] 4117 | / #[doc = " Gets the body of the function."]
[INFO] [stdout] 4118 | | #[doc = ""]
[INFO] [stdout] 4119 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4120 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4124 | | #[doc = " @param[out] body"]
[INFO] [stdout] 4125 | | #[doc = " @param[out] body_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4117:5
[INFO] [stdout] |
[INFO] [stdout] 4117 | / #[doc = " Gets the body of the function."]
[INFO] [stdout] 4118 | | #[doc = ""]
[INFO] [stdout] 4119 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4120 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4124 | | #[doc = " @param[out] body"]
[INFO] [stdout] 4125 | | #[doc = " @param[out] body_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] body
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4133:5
[INFO] [stdout] |
[INFO] [stdout] 4133 | / #[doc = " Gets the language of the function."]
[INFO] [stdout] 4134 | | #[doc = ""]
[INFO] [stdout] 4135 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4136 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4140 | | #[doc = " @param[out] language"]
[INFO] [stdout] 4141 | | #[doc = " @param[out] language_length"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4133:5
[INFO] [stdout] |
[INFO] [stdout] 4133 | / #[doc = " Gets the language of the function."]
[INFO] [stdout] 4134 | | #[doc = ""]
[INFO] [stdout] 4135 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4136 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4140 | | #[doc = " @param[out] language"]
[INFO] [stdout] 4141 | | #[doc = " @param[out] language_length"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] language
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4149:5
[INFO] [stdout] |
[INFO] [stdout] 4149 | / #[doc = " Gets whether a function is called on \"null\"."]
[INFO] [stdout] 4150 | | #[doc = ""]
[INFO] [stdout] 4151 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4152 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4155 | | #[doc = " @param[in] function_meta"]
[INFO] [stdout] 4156 | | #[doc = " @return cass_true if a function is called on null, otherwise cass_false."]
[INFO] [stdout] | |________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4162:5
[INFO] [stdout] |
[INFO] [stdout] 4162 | / #[doc = " Gets the number of arguments this function takes."]
[INFO] [stdout] 4163 | | #[doc = ""]
[INFO] [stdout] 4164 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4165 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4168 | | #[doc = " @param[in] function_meta"]
[INFO] [stdout] 4169 | | #[doc = " @return The number of arguments."]
[INFO] [stdout] | |________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4173:5
[INFO] [stdout] |
[INFO] [stdout] 4173 | / #[doc = " Gets the function's argument name and type for the provided index."]
[INFO] [stdout] 4174 | | #[doc = ""]
[INFO] [stdout] 4175 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4176 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4183 | | #[doc = " @param[out] type"]
[INFO] [stdout] 4184 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4173:5
[INFO] [stdout] |
[INFO] [stdout] 4173 | / #[doc = " Gets the function's argument name and type for the provided index."]
[INFO] [stdout] 4174 | | #[doc = ""]
[INFO] [stdout] 4175 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4176 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4183 | | #[doc = " @param[out] type"]
[INFO] [stdout] 4184 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4194:5
[INFO] [stdout] |
[INFO] [stdout] 4194 | / #[doc = " Gets the function's argument and type for the provided name."]
[INFO] [stdout] 4195 | | #[doc = ""]
[INFO] [stdout] 4196 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4197 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4201 | | #[doc = " @param[in] name"]
[INFO] [stdout] 4202 | | #[doc = " @return A data type. NULL if the argument does not exist."]
[INFO] [stdout] | |_________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4209:5
[INFO] [stdout] |
[INFO] [stdout] 4209 | / #[doc = " Same as cass_function_meta_argument_type_by_name(), but with lengths for string"]
[INFO] [stdout] 4210 | | #[doc = " parameters."]
[INFO] [stdout] 4211 | | #[doc = ""]
[INFO] [stdout] 4212 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4220 | | #[doc = ""]
[INFO] [stdout] 4221 | | #[doc = " @see cass_function_meta_argument_type_by_name()"]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4229:5
[INFO] [stdout] |
[INFO] [stdout] 4229 | / #[doc = " Gets the return type of the function."]
[INFO] [stdout] 4230 | | #[doc = ""]
[INFO] [stdout] 4231 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4232 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4235 | | #[doc = " @param[in] function_meta"]
[INFO] [stdout] 4236 | | #[doc = " @return The data type returned by the function."]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4242:5
[INFO] [stdout] |
[INFO] [stdout] 4242 | / #[doc = " Gets a metadata field for the provided name. Metadata fields allow direct"]
[INFO] [stdout] 4243 | | #[doc = " access to the column data found in the underlying \"functions\" metadata table."]
[INFO] [stdout] 4244 | | #[doc = ""]
[INFO] [stdout] 4245 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4250 | | #[doc = " @param[in] name"]
[INFO] [stdout] 4251 | | #[doc = " @return A metadata field value. NULL if the field does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4258:5
[INFO] [stdout] |
[INFO] [stdout] 4258 | / #[doc = " Same as cass_function_meta_field_by_name(), but with lengths for string"]
[INFO] [stdout] 4259 | | #[doc = " parameters."]
[INFO] [stdout] 4260 | | #[doc = ""]
[INFO] [stdout] 4261 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4269 | | #[doc = ""]
[INFO] [stdout] 4270 | | #[doc = " @see cass_function_meta_field_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] function_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4278:5
[INFO] [stdout] |
[INFO] [stdout] 4278 | / #[doc = " Gets the name of the aggregate."]
[INFO] [stdout] 4279 | | #[doc = ""]
[INFO] [stdout] 4280 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4281 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4285 | | #[doc = " @param[out] name"]
[INFO] [stdout] 4286 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4278:5
[INFO] [stdout] |
[INFO] [stdout] 4278 | / #[doc = " Gets the name of the aggregate."]
[INFO] [stdout] 4279 | | #[doc = ""]
[INFO] [stdout] 4280 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4281 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4285 | | #[doc = " @param[out] name"]
[INFO] [stdout] 4286 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4294:5
[INFO] [stdout] |
[INFO] [stdout] 4294 | / #[doc = " Gets the full name of the aggregate. The full name includes the"]
[INFO] [stdout] 4295 | | #[doc = " aggregate's name and the aggregate's signature:"]
[INFO] [stdout] 4296 | | #[doc = " \"name(type1 type2.. typeN)\"."]
[INFO] [stdout] 4297 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4303 | | #[doc = " @param[out] full_name"]
[INFO] [stdout] 4304 | | #[doc = " @param[out] full_name_length"]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4294:5
[INFO] [stdout] |
[INFO] [stdout] 4294 | / #[doc = " Gets the full name of the aggregate. The full name includes the"]
[INFO] [stdout] 4295 | | #[doc = " aggregate's name and the aggregate's signature:"]
[INFO] [stdout] 4296 | | #[doc = " \"name(type1 type2.. typeN)\"."]
[INFO] [stdout] 4297 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4303 | | #[doc = " @param[out] full_name"]
[INFO] [stdout] 4304 | | #[doc = " @param[out] full_name_length"]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] full_name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4312:5
[INFO] [stdout] |
[INFO] [stdout] 4312 | / #[doc = " Gets the number of arguments this aggregate takes."]
[INFO] [stdout] 4313 | | #[doc = ""]
[INFO] [stdout] 4314 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4315 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4318 | | #[doc = " @param[in] aggregate_meta"]
[INFO] [stdout] 4319 | | #[doc = " @return The number of arguments."]
[INFO] [stdout] | |________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4323:5
[INFO] [stdout] |
[INFO] [stdout] 4323 | / #[doc = " Gets the aggregate's argument type for the provided index."]
[INFO] [stdout] 4324 | | #[doc = ""]
[INFO] [stdout] 4325 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4326 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4330 | | #[doc = " @param[in] index"]
[INFO] [stdout] 4331 | | #[doc = " @return The data type for argument. NULL returned if the index is out of range."]
[INFO] [stdout] | |_______________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4338:5
[INFO] [stdout] |
[INFO] [stdout] 4338 | / #[doc = " Gets the return type of the aggregate."]
[INFO] [stdout] 4339 | | #[doc = ""]
[INFO] [stdout] 4340 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4341 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4344 | | #[doc = " @param[in] aggregate_meta"]
[INFO] [stdout] 4345 | | #[doc = " @return The data type returned by the aggregate."]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4351:5
[INFO] [stdout] |
[INFO] [stdout] 4351 | / #[doc = " Gets the state type of the aggregate."]
[INFO] [stdout] 4352 | | #[doc = ""]
[INFO] [stdout] 4353 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4354 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4357 | | #[doc = " @param[in] aggregate_meta"]
[INFO] [stdout] 4358 | | #[doc = " @return The data type of the aggregate's state."]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4364:5
[INFO] [stdout] |
[INFO] [stdout] 4364 | / #[doc = " Gets the function metadata for the aggregate's state function."]
[INFO] [stdout] 4365 | | #[doc = ""]
[INFO] [stdout] 4366 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4367 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4370 | | #[doc = " @param[in] aggregate_meta"]
[INFO] [stdout] 4371 | | #[doc = " @return The function metadata for the state function."]
[INFO] [stdout] | |_____________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4377:5
[INFO] [stdout] |
[INFO] [stdout] 4377 | / #[doc = " Gets the function metadata for the aggregates's final function."]
[INFO] [stdout] 4378 | | #[doc = ""]
[INFO] [stdout] 4379 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4380 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4383 | | #[doc = " @param[in] aggregate_meta"]
[INFO] [stdout] 4384 | | #[doc = " @return The function metadata for the final function."]
[INFO] [stdout] | |_____________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4390:5
[INFO] [stdout] |
[INFO] [stdout] 4390 | / #[doc = " Gets the initial condition value for the aggregate."]
[INFO] [stdout] 4391 | | #[doc = ""]
[INFO] [stdout] 4392 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 4393 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4399 | | #[doc = " @param[in] aggregate_meta"]
[INFO] [stdout] 4400 | | #[doc = " @return The value of the initial condition."]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4406:5
[INFO] [stdout] |
[INFO] [stdout] 4406 | / #[doc = " Gets a metadata field for the provided name. Metadata fields allow direct"]
[INFO] [stdout] 4407 | | #[doc = " access to the column data found in the underlying \"aggregates\" metadata table."]
[INFO] [stdout] 4408 | | #[doc = ""]
[INFO] [stdout] 4409 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4414 | | #[doc = " @param[in] name"]
[INFO] [stdout] 4415 | | #[doc = " @return A metadata field value. NULL if the field does not exist."]
[INFO] [stdout] | |_________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4422:5
[INFO] [stdout] |
[INFO] [stdout] 4422 | / #[doc = " Same as cass_aggregate_meta_field_by_name(), but with lengths for string"]
[INFO] [stdout] 4423 | | #[doc = " parameters."]
[INFO] [stdout] 4424 | | #[doc = ""]
[INFO] [stdout] 4425 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4433 | | #[doc = ""]
[INFO] [stdout] 4434 | | #[doc = " @see cass_aggregate_meta_field_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] aggregate_meta
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4481:5
[INFO] [stdout] |
[INFO] [stdout] 4481 | / #[doc = " Frees a SSL context instance."]
[INFO] [stdout] 4482 | | #[doc = ""]
[INFO] [stdout] 4483 | | #[doc = " @public @memberof CassSsl"]
[INFO] [stdout] 4484 | | #[doc = ""]
[INFO] [stdout] 4485 | | #[doc = " @param[in] ssl"]
[INFO] [stdout] | |______________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4489:5
[INFO] [stdout] |
[INFO] [stdout] 4489 | / #[doc = " Adds a trusted certificate. This is used to verify"]
[INFO] [stdout] 4490 | | #[doc = " the peer's certificate."]
[INFO] [stdout] 4491 | | #[doc = ""]
[INFO] [stdout] 4492 | | #[doc = " @public @memberof CassSsl"]
[INFO] [stdout] ... |
[INFO] [stdout] 4495 | | #[doc = " @param[in] cert PEM formatted certificate string"]
[INFO] [stdout] 4496 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4503:5
[INFO] [stdout] |
[INFO] [stdout] 4503 | / #[doc = " Same as cass_ssl_add_trusted_cert(), but with lengths for string"]
[INFO] [stdout] 4504 | | #[doc = " parameters."]
[INFO] [stdout] 4505 | | #[doc = ""]
[INFO] [stdout] 4506 | | #[doc = " @public @memberof CassSsl"]
[INFO] [stdout] ... |
[INFO] [stdout] 4512 | | #[doc = ""]
[INFO] [stdout] 4513 | | #[doc = " @see cass_ssl_add_trusted_cert()"]
[INFO] [stdout] | |________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4521:5
[INFO] [stdout] |
[INFO] [stdout] 4521 | / #[doc = " Sets verification performed on the peer's certificate."]
[INFO] [stdout] 4522 | | #[doc = ""]
[INFO] [stdout] 4523 | | #[doc = " CASS_SSL_VERIFY_NONE - No verification is performed"]
[INFO] [stdout] 4524 | | #[doc = " CASS_SSL_VERIFY_PEER_CERT - Certificate is present and valid"]
[INFO] [stdout] ... |
[INFO] [stdout] 4539 | | #[doc = ""]
[INFO] [stdout] 4540 | | #[doc = " @see cass_cluster_set_use_hostname_resolution()"]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4544:5
[INFO] [stdout] |
[INFO] [stdout] 4544 | / #[doc = " Set client-side certificate chain. This is used to authenticate"]
[INFO] [stdout] 4545 | | #[doc = " the client on the server-side. This should contain the entire"]
[INFO] [stdout] 4546 | | #[doc = " Certificate chain starting with the certificate itself."]
[INFO] [stdout] 4547 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4551 | | #[doc = " @param[in] cert PEM formatted certificate string"]
[INFO] [stdout] 4552 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4556:5
[INFO] [stdout] |
[INFO] [stdout] 4556 | / #[doc = " Same as cass_ssl_set_cert(), but with lengths for string"]
[INFO] [stdout] 4557 | | #[doc = " parameters."]
[INFO] [stdout] 4558 | | #[doc = ""]
[INFO] [stdout] 4559 | | #[doc = " @public @memberof CassSsl"]
[INFO] [stdout] ... |
[INFO] [stdout] 4565 | | #[doc = ""]
[INFO] [stdout] 4566 | | #[doc = " @see cass_ssl_set_cert()"]
[INFO] [stdout] | |________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4574:5
[INFO] [stdout] |
[INFO] [stdout] 4574 | / #[doc = " Set client-side private key. This is used to authenticate"]
[INFO] [stdout] 4575 | | #[doc = " the client on the server-side."]
[INFO] [stdout] 4576 | | #[doc = ""]
[INFO] [stdout] 4577 | | #[doc = " @public @memberof CassSsl"]
[INFO] [stdout] ... |
[INFO] [stdout] 4581 | | #[doc = " @param[in] password used to decrypt key"]
[INFO] [stdout] 4582 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4590:5
[INFO] [stdout] |
[INFO] [stdout] 4590 | / #[doc = " Same as cass_ssl_set_private_key(), but with lengths for string"]
[INFO] [stdout] 4591 | | #[doc = " parameters."]
[INFO] [stdout] 4592 | | #[doc = ""]
[INFO] [stdout] 4593 | | #[doc = " @public @memberof CassSsl"]
[INFO] [stdout] ... |
[INFO] [stdout] 4601 | | #[doc = ""]
[INFO] [stdout] 4602 | | #[doc = " @see cass_ssl_set_private_key()"]
[INFO] [stdout] | |_______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] ssl
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4612:5
[INFO] [stdout] |
[INFO] [stdout] 4612 | / #[doc = " Gets the IP address of the host being authenticated."]
[INFO] [stdout] 4613 | | #[doc = ""]
[INFO] [stdout] 4614 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4615 | | #[doc = " @param[out] address"]
[INFO] [stdout] 4616 | | #[doc = ""]
[INFO] [stdout] 4617 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] | |___________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4612:5
[INFO] [stdout] |
[INFO] [stdout] 4612 | / #[doc = " Gets the IP address of the host being authenticated."]
[INFO] [stdout] 4613 | | #[doc = ""]
[INFO] [stdout] 4614 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4615 | | #[doc = " @param[out] address"]
[INFO] [stdout] 4616 | | #[doc = ""]
[INFO] [stdout] 4617 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] | |___________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] address
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4621:5
[INFO] [stdout] |
[INFO] [stdout] 4621 | / #[doc = " Gets the hostname of the host being authenticated."]
[INFO] [stdout] 4622 | | #[doc = ""]
[INFO] [stdout] 4623 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4624 | | #[doc = ""]
[INFO] [stdout] 4625 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4626 | | #[doc = " @param[out] length"]
[INFO] [stdout] 4627 | | #[doc = " @return A null-terminated string."]
[INFO] [stdout] | |_________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4621:5
[INFO] [stdout] |
[INFO] [stdout] 4621 | / #[doc = " Gets the hostname of the host being authenticated."]
[INFO] [stdout] 4622 | | #[doc = ""]
[INFO] [stdout] 4623 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4624 | | #[doc = ""]
[INFO] [stdout] 4625 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4626 | | #[doc = " @param[out] length"]
[INFO] [stdout] 4627 | | #[doc = " @return A null-terminated string."]
[INFO] [stdout] | |_________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] length
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4634:5
[INFO] [stdout] |
[INFO] [stdout] 4634 | / #[doc = " Gets the class name for the server-side IAuthentication implementation."]
[INFO] [stdout] 4635 | | #[doc = ""]
[INFO] [stdout] 4636 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4637 | | #[doc = ""]
[INFO] [stdout] 4638 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4639 | | #[doc = " @param[out] length"]
[INFO] [stdout] 4640 | | #[doc = " @return A null-terminated string."]
[INFO] [stdout] | |_________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4634:5
[INFO] [stdout] |
[INFO] [stdout] 4634 | / #[doc = " Gets the class name for the server-side IAuthentication implementation."]
[INFO] [stdout] 4635 | | #[doc = ""]
[INFO] [stdout] 4636 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4637 | | #[doc = ""]
[INFO] [stdout] 4638 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4639 | | #[doc = " @param[out] length"]
[INFO] [stdout] 4640 | | #[doc = " @return A null-terminated string."]
[INFO] [stdout] | |_________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] length
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4647:5
[INFO] [stdout] |
[INFO] [stdout] 4647 | / #[doc = " Gets the user data created during the authenticator exchange. This"]
[INFO] [stdout] 4648 | | #[doc = " is set using cass_authenticator_set_exchange_data()."]
[INFO] [stdout] 4649 | | #[doc = ""]
[INFO] [stdout] 4650 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] ... |
[INFO] [stdout] 4655 | | #[doc = ""]
[INFO] [stdout] 4656 | | #[doc = " @see cass_authenticator_set_exchange_data()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4662:5
[INFO] [stdout] |
[INFO] [stdout] 4662 | / #[doc = " Sets the user data to be used during the authenticator exchange."]
[INFO] [stdout] 4663 | | #[doc = ""]
[INFO] [stdout] 4664 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4665 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4668 | | #[doc = ""]
[INFO] [stdout] 4669 | | #[doc = " @see cass_authenticator_exchange_data()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4676:5
[INFO] [stdout] |
[INFO] [stdout] 4676 | / #[doc = " Gets a response token buffer of the provided size."]
[INFO] [stdout] 4677 | | #[doc = ""]
[INFO] [stdout] 4678 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4679 | | #[doc = ""]
[INFO] [stdout] 4680 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4681 | | #[doc = " @param[in] size"]
[INFO] [stdout] 4682 | | #[doc = " @return A buffer to copy the response token."]
[INFO] [stdout] | |____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4689:5
[INFO] [stdout] |
[INFO] [stdout] 4689 | / #[doc = " Sets the response token."]
[INFO] [stdout] 4690 | | #[doc = ""]
[INFO] [stdout] 4691 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4692 | | #[doc = ""]
[INFO] [stdout] 4693 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4694 | | #[doc = " @param[in] response"]
[INFO] [stdout] 4695 | | #[doc = " @param[in] response_size"]
[INFO] [stdout] | |________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4703:5
[INFO] [stdout] |
[INFO] [stdout] 4703 | / #[doc = " Sets an error for the authenticator exchange."]
[INFO] [stdout] 4704 | | #[doc = ""]
[INFO] [stdout] 4705 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] 4706 | | #[doc = ""]
[INFO] [stdout] 4707 | | #[doc = " @param[in] auth"]
[INFO] [stdout] 4708 | | #[doc = " @param[in] message"]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4715:5
[INFO] [stdout] |
[INFO] [stdout] 4715 | / #[doc = " Same as cass_authenticator_set_error(), but with lengths for string"]
[INFO] [stdout] 4716 | | #[doc = " parameters."]
[INFO] [stdout] 4717 | | #[doc = ""]
[INFO] [stdout] 4718 | | #[doc = " @public @memberof CassAuthenticator"]
[INFO] [stdout] ... |
[INFO] [stdout] 4723 | | #[doc = ""]
[INFO] [stdout] 4724 | | #[doc = " @see cass_authenticator_set_error()"]
[INFO] [stdout] | |___________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] auth
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4738:5
[INFO] [stdout] |
[INFO] [stdout] 4738 | / #[doc = " Sets a callback that is called when a future is set"]
[INFO] [stdout] 4739 | | #[doc = ""]
[INFO] [stdout] 4740 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] 4741 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4744 | | #[doc = " @param[in] data"]
[INFO] [stdout] 4745 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4753:5
[INFO] [stdout] |
[INFO] [stdout] 4753 | / #[doc = " Gets the set status of the future."]
[INFO] [stdout] 4754 | | #[doc = ""]
[INFO] [stdout] 4755 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] 4756 | | #[doc = ""]
[INFO] [stdout] 4757 | | #[doc = " @param[in] future"]
[INFO] [stdout] 4758 | | #[doc = " @return true if set"]
[INFO] [stdout] | |___________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4762:5
[INFO] [stdout] |
[INFO] [stdout] 4762 | / #[doc = " Wait for the future to be set with either a result or error."]
[INFO] [stdout] 4763 | | #[doc = ""]
[INFO] [stdout] 4764 | | #[doc = " Important: Do not wait in a future callback. Waiting in a future"]
[INFO] [stdout] 4765 | | #[doc = " callback will cause a deadlock."]
[INFO] [stdout] ... |
[INFO] [stdout] 4768 | | #[doc = ""]
[INFO] [stdout] 4769 | | #[doc = " @param[in] future"]
[INFO] [stdout] | |_________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4773:5
[INFO] [stdout] |
[INFO] [stdout] 4773 | / #[doc = " Wait for the future to be set or timeout."]
[INFO] [stdout] 4774 | | #[doc = ""]
[INFO] [stdout] 4775 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] 4776 | | #[doc = ""]
[INFO] [stdout] 4777 | | #[doc = " @param[in] future"]
[INFO] [stdout] 4778 | | #[doc = " @param[in] timeout_us wait time in microseconds"]
[INFO] [stdout] 4779 | | #[doc = " @return false if returned due to timeout"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4786:5
[INFO] [stdout] |
[INFO] [stdout] 4786 | / #[doc = " Gets the result of a successful future. If the future is not ready this method will"]
[INFO] [stdout] 4787 | | #[doc = " wait for the future to be set."]
[INFO] [stdout] 4788 | | #[doc = ""]
[INFO] [stdout] 4789 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] ... |
[INFO] [stdout] 4794 | | #[doc = ""]
[INFO] [stdout] 4795 | | #[doc = " @see cass_session_execute() and cass_session_execute_batch()"]
[INFO] [stdout] | |____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4799:5
[INFO] [stdout] |
[INFO] [stdout] 4799 | / #[doc = " Gets the error result from a future that failed as a result of a server error. If the"]
[INFO] [stdout] 4800 | | #[doc = " future is not ready this method will wait for the future to be set."]
[INFO] [stdout] 4801 | | #[doc = ""]
[INFO] [stdout] 4802 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] ... |
[INFO] [stdout] 4808 | | #[doc = ""]
[INFO] [stdout] 4809 | | #[doc = " @see cass_session_execute() and cass_session_execute_batch()"]
[INFO] [stdout] | |____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4813:5
[INFO] [stdout] |
[INFO] [stdout] 4813 | / #[doc = " Gets the result of a successful future. If the future is not ready this method will"]
[INFO] [stdout] 4814 | | #[doc = " wait for the future to be set. The first successful call consumes the future, all"]
[INFO] [stdout] 4815 | | #[doc = " subsequent calls will return NULL."]
[INFO] [stdout] 4816 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4822 | | #[doc = ""]
[INFO] [stdout] 4823 | | #[doc = " @see cass_session_prepare()"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4827:5
[INFO] [stdout] |
[INFO] [stdout] 4827 | / #[doc = " Gets the error code from future. If the future is not ready this method will"]
[INFO] [stdout] 4828 | | #[doc = " wait for the future to be set."]
[INFO] [stdout] 4829 | | #[doc = ""]
[INFO] [stdout] 4830 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] ... |
[INFO] [stdout] 4834 | | #[doc = ""]
[INFO] [stdout] 4835 | | #[doc = " @see cass_error_desc()"]
[INFO] [stdout] | |______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4839:5
[INFO] [stdout] |
[INFO] [stdout] 4839 | / #[doc = " Gets the error message from future. If the future is not ready this method will"]
[INFO] [stdout] 4840 | | #[doc = " wait for the future to be set."]
[INFO] [stdout] 4841 | | #[doc = ""]
[INFO] [stdout] 4842 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] ... |
[INFO] [stdout] 4846 | | #[doc = " a message describing the error is returned."]
[INFO] [stdout] 4847 | | #[doc = " @param[out] message_length"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4839:5
[INFO] [stdout] |
[INFO] [stdout] 4839 | / #[doc = " Gets the error message from future. If the future is not ready this method will"]
[INFO] [stdout] 4840 | | #[doc = " wait for the future to be set."]
[INFO] [stdout] 4841 | | #[doc = ""]
[INFO] [stdout] 4842 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] ... |
[INFO] [stdout] 4846 | | #[doc = " a message describing the error is returned."]
[INFO] [stdout] 4847 | | #[doc = " @param[out] message_length"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] message Empty string returned if successful, otherwise
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4855:5
[INFO] [stdout] |
[INFO] [stdout] 4855 | / #[doc = " Gets the tracing ID associated with the request."]
[INFO] [stdout] 4856 | | #[doc = ""]
[INFO] [stdout] 4857 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] 4858 | | #[doc = ""]
[INFO] [stdout] 4859 | | #[doc = " @param[in] future"]
[INFO] [stdout] 4860 | | #[doc = " @param[out] tracing_id"]
[INFO] [stdout] 4861 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4855:5
[INFO] [stdout] |
[INFO] [stdout] 4855 | / #[doc = " Gets the tracing ID associated with the request."]
[INFO] [stdout] 4856 | | #[doc = ""]
[INFO] [stdout] 4857 | | #[doc = " @public @memberof CassFuture"]
[INFO] [stdout] 4858 | | #[doc = ""]
[INFO] [stdout] 4859 | | #[doc = " @param[in] future"]
[INFO] [stdout] 4860 | | #[doc = " @param[out] tracing_id"]
[INFO] [stdout] 4861 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] tracing_id
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4865:5
[INFO] [stdout] |
[INFO] [stdout] 4865 | / #[doc = " Gets a the number of custom payload items from a response future. If the future is not"]
[INFO] [stdout] 4866 | | #[doc = " ready this method will wait for the future to be set."]
[INFO] [stdout] 4867 | | #[doc = ""]
[INFO] [stdout] 4868 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4872 | | #[doc = " @param[in] future"]
[INFO] [stdout] 4873 | | #[doc = " @return the number of custom payload items."]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4877:5
[INFO] [stdout] |
[INFO] [stdout] 4877 | / #[doc = " Gets a custom payload item from a response future at the specified index. If the future is not"]
[INFO] [stdout] 4878 | | #[doc = " ready this method will wait for the future to be set."]
[INFO] [stdout] 4879 | | #[doc = ""]
[INFO] [stdout] 4880 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4889 | | #[doc = " @param[out] value_size"]
[INFO] [stdout] 4890 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] future
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:4877:5
[INFO] [stdout] |
[INFO] [stdout] 4877 | / #[doc = " Gets a custom payload item from a response future at the specified index. If the future is not"]
[INFO] [stdout] 4878 | | #[doc = " ready this method will wait for the future to be set."]
[INFO] [stdout] 4879 | | #[doc = ""]
[INFO] [stdout] 4880 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 4889 | | #[doc = " @param[out] value_size"]
[INFO] [stdout] 4890 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4916:5
[INFO] [stdout] |
[INFO] [stdout] 4916 | / #[doc = " Creates a new query statement."]
[INFO] [stdout] 4917 | | #[doc = ""]
[INFO] [stdout] 4918 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 4919 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 4924 | | #[doc = ""]
[INFO] [stdout] 4925 | | #[doc = " @see cass_statement_free()"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] query The query is copied into the statement object; the
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4932:5
[INFO] [stdout] |
[INFO] [stdout] 4932 | / #[doc = " Same as cass_statement_new(), but with lengths for string"]
[INFO] [stdout] 4933 | | #[doc = " parameters."]
[INFO] [stdout] 4934 | | #[doc = ""]
[INFO] [stdout] 4935 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 4941 | | #[doc = ""]
[INFO] [stdout] 4942 | | #[doc = " @see cass_statement_new()"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] query
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4950:5
[INFO] [stdout] |
[INFO] [stdout] 4950 | / #[doc = " Clear and/or resize the statement's parameters."]
[INFO] [stdout] 4951 | | #[doc = ""]
[INFO] [stdout] 4952 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 4953 | | #[doc = ""]
[INFO] [stdout] 4954 | | #[doc = " @param[in] statement"]
[INFO] [stdout] 4955 | | #[doc = " @param[in] count"]
[INFO] [stdout] 4956 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4963:5
[INFO] [stdout] |
[INFO] [stdout] 4963 | / #[doc = " Frees a statement instance. Statements can be immediately freed after"]
[INFO] [stdout] 4964 | | #[doc = " being prepared, executed or added to a batch."]
[INFO] [stdout] 4965 | | #[doc = ""]
[INFO] [stdout] 4966 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 4967 | | #[doc = ""]
[INFO] [stdout] 4968 | | #[doc = " @param[in] statement"]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4972:5
[INFO] [stdout] |
[INFO] [stdout] 4972 | / #[doc = " Adds a key index specifier to this a statement."]
[INFO] [stdout] 4973 | | #[doc = " When using token-aware routing, this can be used to tell the driver which"]
[INFO] [stdout] 4974 | | #[doc = " parameters within a non-prepared, parameterized statement are part of"]
[INFO] [stdout] 4975 | | #[doc = " the partition key."]
[INFO] [stdout] ... |
[INFO] [stdout] 4985 | | #[doc = " @param[in] index"]
[INFO] [stdout] 4986 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:4990:5
[INFO] [stdout] |
[INFO] [stdout] 4990 | / #[doc = " Sets the statement's keyspace. This is used for token-aware routing and when"]
[INFO] [stdout] 4991 | | #[doc = " using protocol v5 or greater it also overrides the session's current"]
[INFO] [stdout] 4992 | | #[doc = " keyspace for the statement."]
[INFO] [stdout] 4993 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5000 | | #[doc = " @param[in] keyspace"]
[INFO] [stdout] 5001 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5008:5
[INFO] [stdout] |
[INFO] [stdout] 5008 | / #[doc = " Same as cass_statement_set_keyspace(), but with lengths for string"]
[INFO] [stdout] 5009 | | #[doc = " parameters."]
[INFO] [stdout] 5010 | | #[doc = ""]
[INFO] [stdout] 5011 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5017 | | #[doc = ""]
[INFO] [stdout] 5018 | | #[doc = " @see cass_statement_set_keyspace()"]
[INFO] [stdout] | |__________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5026:5
[INFO] [stdout] |
[INFO] [stdout] 5026 | / #[doc = " Sets the statement's consistency level."]
[INFO] [stdout] 5027 | | #[doc = ""]
[INFO] [stdout] 5028 | | #[doc = " Default: CASS_CONSISTENCY_LOCAL_ONE"]
[INFO] [stdout] 5029 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5033 | | #[doc = " @param[in] consistency"]
[INFO] [stdout] 5034 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5041:5
[INFO] [stdout] |
[INFO] [stdout] 5041 | / #[doc = " Sets the statement's serial consistency level."]
[INFO] [stdout] 5042 | | #[doc = ""]
[INFO] [stdout] 5043 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 5044 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5050 | | #[doc = " @param[in] serial_consistency"]
[INFO] [stdout] 5051 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5058:5
[INFO] [stdout] |
[INFO] [stdout] 5058 | / #[doc = " Sets the statement's page size."]
[INFO] [stdout] 5059 | | #[doc = ""]
[INFO] [stdout] 5060 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 5061 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5067 | | #[doc = " @param[in] page_size"]
[INFO] [stdout] 5068 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5075:5
[INFO] [stdout] |
[INFO] [stdout] 5075 | / #[doc = " Sets the statement's paging state. This can be used to get the next page of"]
[INFO] [stdout] 5076 | | #[doc = " data in a multi-page query."]
[INFO] [stdout] 5077 | | #[doc = ""]
[INFO] [stdout] 5078 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 5083 | | #[doc = " @param[in] result"]
[INFO] [stdout] 5084 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5091:5
[INFO] [stdout] |
[INFO] [stdout] 5091 | / #[doc = " Sets the statement's paging state. This can be used to get the next page of"]
[INFO] [stdout] 5092 | | #[doc = " data in a multi-page query."]
[INFO] [stdout] 5093 | | #[doc = ""]
[INFO] [stdout] 5094 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 5106 | | #[doc = ""]
[INFO] [stdout] 5107 | | #[doc = " @see cass_result_paging_state_token()"]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5115:5
[INFO] [stdout] |
[INFO] [stdout] 5115 | / #[doc = " Sets the statement's timestamp."]
[INFO] [stdout] 5116 | | #[doc = ""]
[INFO] [stdout] 5117 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 5118 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5122 | | #[doc = " @param[in] timestamp"]
[INFO] [stdout] 5123 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5130:5
[INFO] [stdout] |
[INFO] [stdout] 5130 | / #[doc = " Sets the statement's timeout for waiting for a response from a node."]
[INFO] [stdout] 5131 | | #[doc = ""]
[INFO] [stdout] 5132 | | #[doc = " Default: Disabled (use the cluster-level request timeout)"]
[INFO] [stdout] 5133 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5140 | | #[doc = ""]
[INFO] [stdout] 5141 | | #[doc = " @see cass_cluster_set_request_timeout()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5148:5
[INFO] [stdout] |
[INFO] [stdout] 5148 | / #[doc = " Sets whether the statement is idempotent. Idempotent statements are able to be"]
[INFO] [stdout] 5149 | | #[doc = " automatically retried after timeouts/errors and can be speculatively executed."]
[INFO] [stdout] 5150 | | #[doc = ""]
[INFO] [stdout] 5151 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5157 | | #[doc = " @see cass_cluster_set_constant_speculative_execution_policy()"]
[INFO] [stdout] 5158 | | #[doc = " @see cass_execution_profile_set_constant_speculative_execution_policy()"]
[INFO] [stdout] | |_______________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5165:5
[INFO] [stdout] |
[INFO] [stdout] 5165 | / #[doc = " Sets the statement's retry policy."]
[INFO] [stdout] 5166 | | #[doc = ""]
[INFO] [stdout] 5167 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5168 | | #[doc = ""]
[INFO] [stdout] 5169 | | #[doc = " @param[in] statement"]
[INFO] [stdout] 5170 | | #[doc = " @param[in] retry_policy"]
[INFO] [stdout] 5171 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5178:5
[INFO] [stdout] |
[INFO] [stdout] 5178 | / #[doc = " Sets the statement's custom payload."]
[INFO] [stdout] 5179 | | #[doc = ""]
[INFO] [stdout] 5180 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5181 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5185 | | #[doc = " @param[in] payload"]
[INFO] [stdout] 5186 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5193:5
[INFO] [stdout] |
[INFO] [stdout] 5193 | / #[doc = " Sets the execution profile to execute the statement with."]
[INFO] [stdout] 5194 | | #[doc = ""]
[INFO] [stdout] 5195 | | #[doc = " Note: NULL or empty string will clear execution profile from statement"]
[INFO] [stdout] 5196 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5202 | | #[doc = ""]
[INFO] [stdout] 5203 | | #[doc = " @see cass_cluster_set_execution_profile()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5210:5
[INFO] [stdout] |
[INFO] [stdout] 5210 | / #[doc = " Same as cass_statement_set_execution_profile(), but with lengths for string"]
[INFO] [stdout] 5211 | | #[doc = " parameters."]
[INFO] [stdout] 5212 | | #[doc = ""]
[INFO] [stdout] 5213 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5219 | | #[doc = ""]
[INFO] [stdout] 5220 | | #[doc = " @see cass_statement_set_execution_profile()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5228:5
[INFO] [stdout] |
[INFO] [stdout] 5228 | / #[doc = " Sets whether the statement should use tracing."]
[INFO] [stdout] 5229 | | #[doc = ""]
[INFO] [stdout] 5230 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5231 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5235 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] 5236 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5243:5
[INFO] [stdout] |
[INFO] [stdout] 5243 | / #[doc = " Sets a specific host that should run the query."]
[INFO] [stdout] 5244 | | #[doc = ""]
[INFO] [stdout] 5245 | | #[doc = " In general, this should not be used, but it can be useful in the following"]
[INFO] [stdout] 5246 | | #[doc = " situations:"]
[INFO] [stdout] ... |
[INFO] [stdout] 5255 | | #[doc = " @param[in] port"]
[INFO] [stdout] 5256 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5264:5
[INFO] [stdout] |
[INFO] [stdout] 5264 | / #[doc = " Same as cass_statement_set_host(), but with lengths for string"]
[INFO] [stdout] 5265 | | #[doc = " parameters."]
[INFO] [stdout] 5266 | | #[doc = ""]
[INFO] [stdout] 5267 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5272 | | #[doc = " @param[in] port"]
[INFO] [stdout] 5273 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5282:5
[INFO] [stdout] |
[INFO] [stdout] 5282 | / #[doc = " Same as cass_statement_set_host(), but with the `CassInet` type"]
[INFO] [stdout] 5283 | | #[doc = " for the host instead of a string."]
[INFO] [stdout] 5284 | | #[doc = ""]
[INFO] [stdout] 5285 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5289 | | #[doc = " @param[in] port"]
[INFO] [stdout] 5290 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5315:5
[INFO] [stdout] |
[INFO] [stdout] 5315 | / #[doc = " Binds null to a query or bound statement at the specified index."]
[INFO] [stdout] 5316 | | #[doc = ""]
[INFO] [stdout] 5317 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5318 | | #[doc = ""]
[INFO] [stdout] 5319 | | #[doc = " @param[in] statement"]
[INFO] [stdout] 5320 | | #[doc = " @param[in] index"]
[INFO] [stdout] 5321 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5325:5
[INFO] [stdout] |
[INFO] [stdout] 5325 | / #[doc = " Binds a null to all the values with the specified name."]
[INFO] [stdout] 5326 | | #[doc = ""]
[INFO] [stdout] 5327 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 5328 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 5333 | | #[doc = " @param[in] name"]
[INFO] [stdout] 5334 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5341:5
[INFO] [stdout] |
[INFO] [stdout] 5341 | / #[doc = " Same as cass_statement_bind_null_by_name(), but with lengths for string"]
[INFO] [stdout] 5342 | | #[doc = " parameters."]
[INFO] [stdout] 5343 | | #[doc = ""]
[INFO] [stdout] 5344 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5350 | | #[doc = ""]
[INFO] [stdout] 5351 | | #[doc = " @see cass_statement_bind_null_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5359:5
[INFO] [stdout] |
[INFO] [stdout] 5359 | / #[doc = " Binds a \"tinyint\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5360 | | #[doc = ""]
[INFO] [stdout] 5361 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5362 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5367 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5368 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5376:5
[INFO] [stdout] |
[INFO] [stdout] 5376 | / #[doc = " Binds a \"tinyint\" to all the values with the specified name."]
[INFO] [stdout] 5377 | | #[doc = ""]
[INFO] [stdout] 5378 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5379 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5384 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5385 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5393:5
[INFO] [stdout] |
[INFO] [stdout] 5393 | / #[doc = " Same as cass_statement_bind_int8_by_name(), but with lengths for string"]
[INFO] [stdout] 5394 | | #[doc = " parameters."]
[INFO] [stdout] 5395 | | #[doc = ""]
[INFO] [stdout] 5396 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 5405 | | #[doc = ""]
[INFO] [stdout] 5406 | | #[doc = " @see cass_statement_bind_int8_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5415:5
[INFO] [stdout] |
[INFO] [stdout] 5415 | / #[doc = " Binds an \"smallint\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5416 | | #[doc = ""]
[INFO] [stdout] 5417 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5418 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5423 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5424 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5432:5
[INFO] [stdout] |
[INFO] [stdout] 5432 | / #[doc = " Binds an \"smallint\" to all the values with the specified name."]
[INFO] [stdout] 5433 | | #[doc = ""]
[INFO] [stdout] 5434 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5435 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5440 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5441 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5449:5
[INFO] [stdout] |
[INFO] [stdout] 5449 | / #[doc = " Same as cass_statement_bind_int16_by_name(), but with lengths for string"]
[INFO] [stdout] 5450 | | #[doc = " parameters."]
[INFO] [stdout] 5451 | | #[doc = ""]
[INFO] [stdout] 5452 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 5461 | | #[doc = ""]
[INFO] [stdout] 5462 | | #[doc = " @see cass_statement_bind_int16_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5471:5
[INFO] [stdout] |
[INFO] [stdout] 5471 | / #[doc = " Binds an \"int\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5472 | | #[doc = ""]
[INFO] [stdout] 5473 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5474 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5477 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5478 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5486:5
[INFO] [stdout] |
[INFO] [stdout] 5486 | / #[doc = " Binds an \"int\" to all the values with the specified name."]
[INFO] [stdout] 5487 | | #[doc = ""]
[INFO] [stdout] 5488 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 5489 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 5495 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5496 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5504:5
[INFO] [stdout] |
[INFO] [stdout] 5504 | / #[doc = " Same as cass_statement_bind_int32_by_name(), but with lengths for string"]
[INFO] [stdout] 5505 | | #[doc = " parameters."]
[INFO] [stdout] 5506 | | #[doc = ""]
[INFO] [stdout] 5507 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5514 | | #[doc = ""]
[INFO] [stdout] 5515 | | #[doc = " @see cass_statement_bind_int32_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5524:5
[INFO] [stdout] |
[INFO] [stdout] 5524 | / #[doc = " Binds a \"date\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5525 | | #[doc = ""]
[INFO] [stdout] 5526 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5527 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5532 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5533 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5541:5
[INFO] [stdout] |
[INFO] [stdout] 5541 | / #[doc = " Binds a \"date\" to all the values with the specified name."]
[INFO] [stdout] 5542 | | #[doc = ""]
[INFO] [stdout] 5543 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 5544 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5549 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5550 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5558:5
[INFO] [stdout] |
[INFO] [stdout] 5558 | / #[doc = " Same as cass_statement_bind_uint32_by_name(), but with lengths for string"]
[INFO] [stdout] 5559 | | #[doc = " parameters."]
[INFO] [stdout] 5560 | | #[doc = ""]
[INFO] [stdout] 5561 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 5570 | | #[doc = ""]
[INFO] [stdout] 5571 | | #[doc = " @see cass_statement_bind_uint32_by_name()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5580:5
[INFO] [stdout] |
[INFO] [stdout] 5580 | / #[doc = " Binds a \"bigint\", \"counter\", \"timestamp\" or \"time\" to a query or"]
[INFO] [stdout] 5581 | | #[doc = " bound statement at the specified index."]
[INFO] [stdout] 5582 | | #[doc = ""]
[INFO] [stdout] 5583 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5587 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5588 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5596:5
[INFO] [stdout] |
[INFO] [stdout] 5596 | / #[doc = " Binds a \"bigint\", \"counter\", \"timestamp\" or \"time\" to all values"]
[INFO] [stdout] 5597 | | #[doc = " with the specified name."]
[INFO] [stdout] 5598 | | #[doc = ""]
[INFO] [stdout] 5599 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] ... |
[INFO] [stdout] 5606 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5607 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5615:5
[INFO] [stdout] |
[INFO] [stdout] 5615 | / #[doc = " Same as cass_statement_bind_int64_by_name(), but with lengths for string"]
[INFO] [stdout] 5616 | | #[doc = " parameters."]
[INFO] [stdout] 5617 | | #[doc = ""]
[INFO] [stdout] 5618 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5625 | | #[doc = ""]
[INFO] [stdout] 5626 | | #[doc = " @see cass_statement_bind_int64_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5635:5
[INFO] [stdout] |
[INFO] [stdout] 5635 | / #[doc = " Binds a \"float\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5636 | | #[doc = ""]
[INFO] [stdout] 5637 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5638 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5641 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5642 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5650:5
[INFO] [stdout] |
[INFO] [stdout] 5650 | / #[doc = " Binds a \"float\" to all the values with the specified name."]
[INFO] [stdout] 5651 | | #[doc = ""]
[INFO] [stdout] 5652 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 5653 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 5659 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5660 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5668:5
[INFO] [stdout] |
[INFO] [stdout] 5668 | / #[doc = " Same as cass_statement_bind_float_by_name(), but with lengths for string"]
[INFO] [stdout] 5669 | | #[doc = " parameters."]
[INFO] [stdout] 5670 | | #[doc = ""]
[INFO] [stdout] 5671 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5678 | | #[doc = ""]
[INFO] [stdout] 5679 | | #[doc = " @see cass_statement_bind_float_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5688:5
[INFO] [stdout] |
[INFO] [stdout] 5688 | / #[doc = " Binds a \"double\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5689 | | #[doc = ""]
[INFO] [stdout] 5690 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5691 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5694 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5695 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5703:5
[INFO] [stdout] |
[INFO] [stdout] 5703 | / #[doc = " Binds a \"double\" to all the values with the specified name."]
[INFO] [stdout] 5704 | | #[doc = ""]
[INFO] [stdout] 5705 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 5706 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 5712 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5713 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5721:5
[INFO] [stdout] |
[INFO] [stdout] 5721 | / #[doc = " Same as cass_statement_bind_double_by_name(), but with lengths for string"]
[INFO] [stdout] 5722 | | #[doc = " parameters."]
[INFO] [stdout] 5723 | | #[doc = ""]
[INFO] [stdout] 5724 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5731 | | #[doc = ""]
[INFO] [stdout] 5732 | | #[doc = " @see cass_statement_bind_double_by_name()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5741:5
[INFO] [stdout] |
[INFO] [stdout] 5741 | / #[doc = " Binds a \"boolean\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5742 | | #[doc = ""]
[INFO] [stdout] 5743 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5744 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5747 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5748 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5756:5
[INFO] [stdout] |
[INFO] [stdout] 5756 | / #[doc = " Binds a \"boolean\" to all the values with the specified name."]
[INFO] [stdout] 5757 | | #[doc = ""]
[INFO] [stdout] 5758 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 5759 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 5765 | | #[doc = " @param[in] value"]
[INFO] [stdout] 5766 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5774:5
[INFO] [stdout] |
[INFO] [stdout] 5774 | / #[doc = " Same as cass_statement_bind_bool_by_name(), but with lengths for string"]
[INFO] [stdout] 5775 | | #[doc = " parameters."]
[INFO] [stdout] 5776 | | #[doc = ""]
[INFO] [stdout] 5777 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5784 | | #[doc = ""]
[INFO] [stdout] 5785 | | #[doc = " @see cass_statement_bind_bool_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5794:5
[INFO] [stdout] |
[INFO] [stdout] 5794 | / #[doc = " Binds an \"ascii\", \"text\" or \"varchar\" to a query or bound statement"]
[INFO] [stdout] 5795 | | #[doc = " at the specified index."]
[INFO] [stdout] 5796 | | #[doc = ""]
[INFO] [stdout] 5797 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5802 | | #[doc = " memory pointed to by this parameter can be freed after this call."]
[INFO] [stdout] 5803 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5811:5
[INFO] [stdout] |
[INFO] [stdout] 5811 | / #[doc = " Same as cass_statement_bind_string(), but with lengths for string"]
[INFO] [stdout] 5812 | | #[doc = " parameters."]
[INFO] [stdout] 5813 | | #[doc = ""]
[INFO] [stdout] 5814 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5821 | | #[doc = ""]
[INFO] [stdout] 5822 | | #[doc = " @see cass_statement_bind_string()"]
[INFO] [stdout] | |_________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5831:5
[INFO] [stdout] |
[INFO] [stdout] 5831 | / #[doc = " Binds an \"ascii\", \"text\" or \"varchar\" to all the values"]
[INFO] [stdout] 5832 | | #[doc = " with the specified name."]
[INFO] [stdout] 5833 | | #[doc = ""]
[INFO] [stdout] 5834 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] ... |
[INFO] [stdout] 5842 | | #[doc = " memory pointed to by this parameter can be freed after this call."]
[INFO] [stdout] 5843 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5851:5
[INFO] [stdout] |
[INFO] [stdout] 5851 | / #[doc = " Same as cass_statement_bind_string_by_name(), but with lengths for string"]
[INFO] [stdout] 5852 | | #[doc = " parameters."]
[INFO] [stdout] 5853 | | #[doc = ""]
[INFO] [stdout] 5854 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5862 | | #[doc = ""]
[INFO] [stdout] 5863 | | #[doc = " @see cass_statement_bind_string_by_name()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5873:5
[INFO] [stdout] |
[INFO] [stdout] 5873 | / #[doc = " Binds a \"blob\", \"varint\" or \"custom\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5874 | | #[doc = ""]
[INFO] [stdout] 5875 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5876 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5881 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 5882 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5891:5
[INFO] [stdout] |
[INFO] [stdout] 5891 | / #[doc = " Binds a \"blob\", \"varint\" or \"custom\" to all the values with the"]
[INFO] [stdout] 5892 | | #[doc = " specified name."]
[INFO] [stdout] 5893 | | #[doc = ""]
[INFO] [stdout] 5894 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] ... |
[INFO] [stdout] 5903 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 5904 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5913:5
[INFO] [stdout] |
[INFO] [stdout] 5913 | / #[doc = " Same as cass_statement_bind_bytes_by_name(), but with lengths for string"]
[INFO] [stdout] 5914 | | #[doc = " parameters."]
[INFO] [stdout] 5915 | | #[doc = ""]
[INFO] [stdout] 5916 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5924 | | #[doc = ""]
[INFO] [stdout] 5925 | | #[doc = " @see cass_statement_bind_bytes_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5935:5
[INFO] [stdout] |
[INFO] [stdout] 5935 | / #[doc = " Binds a \"custom\" to a query or bound statement at the specified index."]
[INFO] [stdout] 5936 | | #[doc = ""]
[INFO] [stdout] 5937 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 5938 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 5944 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 5945 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5955:5
[INFO] [stdout] |
[INFO] [stdout] 5955 | / #[doc = " Same as cass_statement_bind_custom(), but with lengths for string"]
[INFO] [stdout] 5956 | | #[doc = " parameters."]
[INFO] [stdout] 5957 | | #[doc = ""]
[INFO] [stdout] 5958 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 5966 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 5967 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:5978:5
[INFO] [stdout] |
[INFO] [stdout] 5978 | / #[doc = " Binds a \"custom\" to all the values with the specified name."]
[INFO] [stdout] 5979 | | #[doc = ""]
[INFO] [stdout] 5980 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 5981 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 5990 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 5991 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6001:5
[INFO] [stdout] |
[INFO] [stdout] 6001 | / #[doc = " Same as cass_statement_bind_custom_by_name(), but with lengths for string"]
[INFO] [stdout] 6002 | | #[doc = " parameters."]
[INFO] [stdout] 6003 | | #[doc = ""]
[INFO] [stdout] 6004 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 6014 | | #[doc = ""]
[INFO] [stdout] 6015 | | #[doc = " @see cass_statement_bind_custom_by_name()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6027:5
[INFO] [stdout] |
[INFO] [stdout] 6027 | / #[doc = " Binds a \"uuid\" or \"timeuuid\" to a query or bound statement at the specified index."]
[INFO] [stdout] 6028 | | #[doc = ""]
[INFO] [stdout] 6029 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 6030 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6033 | | #[doc = " @param[in] value"]
[INFO] [stdout] 6034 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6042:5
[INFO] [stdout] |
[INFO] [stdout] 6042 | / #[doc = " Binds a \"uuid\" or \"timeuuid\" to all the values"]
[INFO] [stdout] 6043 | | #[doc = " with the specified name."]
[INFO] [stdout] 6044 | | #[doc = ""]
[INFO] [stdout] 6045 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] ... |
[INFO] [stdout] 6052 | | #[doc = " @param[in] value"]
[INFO] [stdout] 6053 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6061:5
[INFO] [stdout] |
[INFO] [stdout] 6061 | / #[doc = " Same as cass_statement_bind_uuid_by_name(), but with lengths for string"]
[INFO] [stdout] 6062 | | #[doc = " parameters."]
[INFO] [stdout] 6063 | | #[doc = ""]
[INFO] [stdout] 6064 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 6071 | | #[doc = ""]
[INFO] [stdout] 6072 | | #[doc = " @see cass_statement_bind_uuid_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6081:5
[INFO] [stdout] |
[INFO] [stdout] 6081 | / #[doc = " Binds an \"inet\" to a query or bound statement at the specified index."]
[INFO] [stdout] 6082 | | #[doc = ""]
[INFO] [stdout] 6083 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 6084 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6087 | | #[doc = " @param[in] value"]
[INFO] [stdout] 6088 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6096:5
[INFO] [stdout] |
[INFO] [stdout] 6096 | / #[doc = " Binds an \"inet\" to all the values with the specified name."]
[INFO] [stdout] 6097 | | #[doc = ""]
[INFO] [stdout] 6098 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 6099 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 6105 | | #[doc = " @param[in] value"]
[INFO] [stdout] 6106 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6114:5
[INFO] [stdout] |
[INFO] [stdout] 6114 | / #[doc = " Same as cass_statement_bind_inet_by_name(), but with lengths for string"]
[INFO] [stdout] 6115 | | #[doc = " parameters."]
[INFO] [stdout] 6116 | | #[doc = ""]
[INFO] [stdout] 6117 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 6124 | | #[doc = ""]
[INFO] [stdout] 6125 | | #[doc = " @see cass_statement_bind_inet_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6134:5
[INFO] [stdout] |
[INFO] [stdout] 6134 | / #[doc = " Bind a \"decimal\" to a query or bound statement at the specified index."]
[INFO] [stdout] 6135 | | #[doc = ""]
[INFO] [stdout] 6136 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] 6137 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6143 | | #[doc = " @param[in] scale"]
[INFO] [stdout] 6144 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6154:5
[INFO] [stdout] |
[INFO] [stdout] 6154 | / #[doc = " Binds a \"decimal\" to all the values with the specified name."]
[INFO] [stdout] 6155 | | #[doc = ""]
[INFO] [stdout] 6156 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] 6157 | | #[doc = " cass_prepared_bind() when using Cassandra 2.0 or earlier."]
[INFO] [stdout] ... |
[INFO] [stdout] 6166 | | #[doc = " @param[in] scale"]
[INFO] [stdout] 6167 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6177:5
[INFO] [stdout] |
[INFO] [stdout] 6177 | / #[doc = " Same as cass_statement_bind_decimal_by_name(), but with lengths for string"]
[INFO] [stdout] 6178 | | #[doc = " parameters."]
[INFO] [stdout] 6179 | | #[doc = ""]
[INFO] [stdout] 6180 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 6189 | | #[doc = ""]
[INFO] [stdout] 6190 | | #[doc = " @see cass_statement_bind_decimal_by_name()"]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6201:5
[INFO] [stdout] |
[INFO] [stdout] 6201 | / #[doc = " Binds a \"duration\" to a query or bound statement at the specified index."]
[INFO] [stdout] 6202 | | #[doc = ""]
[INFO] [stdout] 6203 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] 6204 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6211 | | #[doc = " @param[in] nanos"]
[INFO] [stdout] 6212 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6222:5
[INFO] [stdout] |
[INFO] [stdout] 6222 | / #[doc = " Binds a \"duration\" to all the values with the specified name."]
[INFO] [stdout] 6223 | | #[doc = ""]
[INFO] [stdout] 6224 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] 6225 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6232 | | #[doc = " @param[in] nanos"]
[INFO] [stdout] 6233 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6243:5
[INFO] [stdout] |
[INFO] [stdout] 6243 | / #[doc = " Same as cass_statement_bind_duration_by_name(), but with lengths for string"]
[INFO] [stdout] 6244 | | #[doc = " parameters."]
[INFO] [stdout] 6245 | | #[doc = ""]
[INFO] [stdout] 6246 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 6257 | | #[doc = ""]
[INFO] [stdout] 6258 | | #[doc = " @see cass_statement_bind_duration_by_name()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6269:5
[INFO] [stdout] |
[INFO] [stdout] 6269 | / #[doc = " Bind a \"list\", \"map\" or \"set\" to a query or bound statement at the"]
[INFO] [stdout] 6270 | | #[doc = " specified index."]
[INFO] [stdout] 6271 | | #[doc = ""]
[INFO] [stdout] 6272 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 6276 | | #[doc = " @param[in] collection The collection can be freed after this call."]
[INFO] [stdout] 6277 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6285:5
[INFO] [stdout] |
[INFO] [stdout] 6285 | / #[doc = " Bind a \"list\", \"map\" or \"set\" to all the values with the"]
[INFO] [stdout] 6286 | | #[doc = " specified name."]
[INFO] [stdout] 6287 | | #[doc = ""]
[INFO] [stdout] 6288 | | #[doc = " This can only be used with statements created by"]
[INFO] [stdout] ... |
[INFO] [stdout] 6295 | | #[doc = " @param[in] collection The collection can be freed after this call."]
[INFO] [stdout] 6296 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6304:5
[INFO] [stdout] |
[INFO] [stdout] 6304 | / #[doc = " Same as cass_statement_bind_collection_by_name(), but with lengths for string"]
[INFO] [stdout] 6305 | | #[doc = " parameters."]
[INFO] [stdout] 6306 | | #[doc = ""]
[INFO] [stdout] 6307 | | #[doc = " @public @memberof CassStatement"]
[INFO] [stdout] ... |
[INFO] [stdout] 6314 | | #[doc = ""]
[INFO] [stdout] 6315 | | #[doc = " @see cass_statement_bind_collection_by_name()"]
[INFO] [stdout] | |_____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6324:5
[INFO] [stdout] |
[INFO] [stdout] 6324 | / #[doc = " Bind a \"tuple\" to a query or bound statement at the specified index."]
[INFO] [stdout] 6325 | | #[doc = ""]
[INFO] [stdout] 6326 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 6327 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6332 | | #[doc = " @param[in] tuple The tuple can be freed after this call."]
[INFO] [stdout] 6333 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6341:5
[INFO] [stdout] |
[INFO] [stdout] 6341 | / #[doc = " Bind a \"tuple\" to all the values with the specified name."]
[INFO] [stdout] 6342 | | #[doc = ""]
[INFO] [stdout] 6343 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 6344 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6349 | | #[doc = " @param[in] tuple The tuple can be freed after this call."]
[INFO] [stdout] 6350 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6358:5
[INFO] [stdout] |
[INFO] [stdout] 6358 | / #[doc = " Same as cass_statement_bind_tuple_by_name(), but with lengths for string"]
[INFO] [stdout] 6359 | | #[doc = " parameters."]
[INFO] [stdout] 6360 | | #[doc = ""]
[INFO] [stdout] 6361 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 6370 | | #[doc = ""]
[INFO] [stdout] 6371 | | #[doc = " @see cass_statement_bind_tuple_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6380:5
[INFO] [stdout] |
[INFO] [stdout] 6380 | / #[doc = " Bind a user defined type to a query or bound statement at the"]
[INFO] [stdout] 6381 | | #[doc = " specified index."]
[INFO] [stdout] 6382 | | #[doc = ""]
[INFO] [stdout] 6383 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 6389 | | #[doc = " @param[in] user_type The user type can be freed after this call."]
[INFO] [stdout] 6390 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6398:5
[INFO] [stdout] |
[INFO] [stdout] 6398 | / #[doc = " Bind a user defined type to a query or bound statement with the"]
[INFO] [stdout] 6399 | | #[doc = " specified name."]
[INFO] [stdout] 6400 | | #[doc = ""]
[INFO] [stdout] 6401 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 6407 | | #[doc = " @param[in] user_type The user type can be freed after this call."]
[INFO] [stdout] 6408 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6416:5
[INFO] [stdout] |
[INFO] [stdout] 6416 | / #[doc = " Same as cass_statement_bind_user_type_by_name(), but with lengths for string"]
[INFO] [stdout] 6417 | | #[doc = " parameters."]
[INFO] [stdout] 6418 | | #[doc = ""]
[INFO] [stdout] 6419 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 6428 | | #[doc = ""]
[INFO] [stdout] 6429 | | #[doc = " @see cass_statement_bind_collection_by_name()"]
[INFO] [stdout] | |_____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] statement
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6438:5
[INFO] [stdout] |
[INFO] [stdout] 6438 | / #[doc = " Frees a prepared instance."]
[INFO] [stdout] 6439 | | #[doc = ""]
[INFO] [stdout] 6440 | | #[doc = " @public @memberof CassPrepared"]
[INFO] [stdout] 6441 | | #[doc = ""]
[INFO] [stdout] 6442 | | #[doc = " @param[in] prepared"]
[INFO] [stdout] | |___________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] prepared
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6446:5
[INFO] [stdout] |
[INFO] [stdout] 6446 | / #[doc = " Creates a bound statement from a pre-prepared statement."]
[INFO] [stdout] 6447 | | #[doc = ""]
[INFO] [stdout] 6448 | | #[doc = " @public @memberof CassPrepared"]
[INFO] [stdout] 6449 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6452 | | #[doc = ""]
[INFO] [stdout] 6453 | | #[doc = " @see cass_statement_free()"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] prepared
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6457:5
[INFO] [stdout] |
[INFO] [stdout] 6457 | / #[doc = " Gets the name of a parameter at the specified index."]
[INFO] [stdout] 6458 | | #[doc = ""]
[INFO] [stdout] 6459 | | #[doc = " @public @memberof CassPrepared"]
[INFO] [stdout] 6460 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6464 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] 6465 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] prepared
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:6457:5
[INFO] [stdout] |
[INFO] [stdout] 6457 | / #[doc = " Gets the name of a parameter at the specified index."]
[INFO] [stdout] 6458 | | #[doc = ""]
[INFO] [stdout] 6459 | | #[doc = " @public @memberof CassPrepared"]
[INFO] [stdout] 6460 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6464 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] 6465 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6474:5
[INFO] [stdout] |
[INFO] [stdout] 6474 | / #[doc = " Gets the data type of a parameter at the specified index."]
[INFO] [stdout] 6475 | | #[doc = ""]
[INFO] [stdout] 6476 | | #[doc = " @public @memberof CassPrepared"]
[INFO] [stdout] 6477 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6480 | | #[doc = " @return Returns a reference to the data type of the parameter. Do not free"]
[INFO] [stdout] 6481 | | #[doc = " this reference as it is bound to the lifetime of the prepared."]
[INFO] [stdout] | |______________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] prepared
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6488:5
[INFO] [stdout] |
[INFO] [stdout] 6488 | / #[doc = " Gets the data type of a parameter for the specified name."]
[INFO] [stdout] 6489 | | #[doc = ""]
[INFO] [stdout] 6490 | | #[doc = " @public @memberof CassPrepared"]
[INFO] [stdout] 6491 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6494 | | #[doc = " @return Returns a reference to the data type of the parameter. Do not free"]
[INFO] [stdout] 6495 | | #[doc = " this reference as it is bound to the lifetime of the prepared."]
[INFO] [stdout] | |______________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] prepared
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6502:5
[INFO] [stdout] |
[INFO] [stdout] 6502 | / #[doc = " Same as cass_prepared_parameter_data_type_by_name(), but with lengths for string"]
[INFO] [stdout] 6503 | | #[doc = " parameters."]
[INFO] [stdout] 6504 | | #[doc = ""]
[INFO] [stdout] 6505 | | #[doc = " @public @memberof CassPrepared"]
[INFO] [stdout] ... |
[INFO] [stdout] 6512 | | #[doc = ""]
[INFO] [stdout] 6513 | | #[doc = " @see cass_prepared_parameter_data_type_by_name()"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] prepared
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6521:5
[INFO] [stdout] |
[INFO] [stdout] 6521 | / #[doc = " Creates a new batch statement with batch type."]
[INFO] [stdout] 6522 | | #[doc = ""]
[INFO] [stdout] 6523 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 6524 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6529 | | #[doc = ""]
[INFO] [stdout] 6530 | | #[doc = " @see cass_batch_free()"]
[INFO] [stdout] | |______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6534:5
[INFO] [stdout] |
[INFO] [stdout] 6534 | / #[doc = " Frees a batch instance. Batches can be immediately freed after being"]
[INFO] [stdout] 6535 | | #[doc = " executed."]
[INFO] [stdout] 6536 | | #[doc = ""]
[INFO] [stdout] 6537 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 6540 | | #[doc = ""]
[INFO] [stdout] 6541 | | #[doc = " @param[in] batch"]
[INFO] [stdout] | |________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6545:5
[INFO] [stdout] |
[INFO] [stdout] 6545 | / #[doc = " Sets the batch's keyspace. When using protocol v5 or greater it overrides"]
[INFO] [stdout] 6546 | | #[doc = " the session's keyspace for the batch."]
[INFO] [stdout] 6547 | | #[doc = ""]
[INFO] [stdout] 6548 | | #[doc = " Note: If not set explicitly then the batch will inherit the keyspace"]
[INFO] [stdout] ... |
[INFO] [stdout] 6554 | | #[doc = " @param[in] keyspace"]
[INFO] [stdout] 6555 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6562:5
[INFO] [stdout] |
[INFO] [stdout] 6562 | / #[doc = " Same as cass_batch_set_keyspace(), but with lengths for string"]
[INFO] [stdout] 6563 | | #[doc = " parameters."]
[INFO] [stdout] 6564 | | #[doc = ""]
[INFO] [stdout] 6565 | | #[doc = " @public @memberof CassBatch"]
[INFO] [stdout] ... |
[INFO] [stdout] 6571 | | #[doc = ""]
[INFO] [stdout] 6572 | | #[doc = " @see cass_batch_set_keyspace()"]
[INFO] [stdout] | |______________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6580:5
[INFO] [stdout] |
[INFO] [stdout] 6580 | / #[doc = " Sets the batch's consistency level"]
[INFO] [stdout] 6581 | | #[doc = ""]
[INFO] [stdout] 6582 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 6583 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6587 | | #[doc = " @param[in] consistency The batch's write consistency."]
[INFO] [stdout] 6588 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6595:5
[INFO] [stdout] |
[INFO] [stdout] 6595 | / #[doc = " Sets the batch's serial consistency level."]
[INFO] [stdout] 6596 | | #[doc = ""]
[INFO] [stdout] 6597 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 6598 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6604 | | #[doc = " @param[in] serial_consistency"]
[INFO] [stdout] 6605 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6612:5
[INFO] [stdout] |
[INFO] [stdout] 6612 | / #[doc = " Sets the batch's timestamp."]
[INFO] [stdout] 6613 | | #[doc = ""]
[INFO] [stdout] 6614 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 6615 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6619 | | #[doc = " @param[in] timestamp"]
[INFO] [stdout] 6620 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6624:5
[INFO] [stdout] |
[INFO] [stdout] 6624 | / #[doc = " Sets the batch's timeout for waiting for a response from a node."]
[INFO] [stdout] 6625 | | #[doc = ""]
[INFO] [stdout] 6626 | | #[doc = " Default: Disabled (use the cluster-level request timeout)"]
[INFO] [stdout] 6627 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6634 | | #[doc = ""]
[INFO] [stdout] 6635 | | #[doc = " @see cass_cluster_set_request_timeout()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6642:5
[INFO] [stdout] |
[INFO] [stdout] 6642 | / #[doc = " Sets whether the statements in a batch are idempotent. Idempotent batches"]
[INFO] [stdout] 6643 | | #[doc = " are able to be automatically retried after timeouts/errors and can be"]
[INFO] [stdout] 6644 | | #[doc = " speculatively executed."]
[INFO] [stdout] 6645 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6652 | | #[doc = " @see cass_cluster_set_constant_speculative_execution_policy()"]
[INFO] [stdout] 6653 | | #[doc = " @see cass_execution_profile_set_constant_speculative_execution_policy()"]
[INFO] [stdout] | |_______________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6660:5
[INFO] [stdout] |
[INFO] [stdout] 6660 | / #[doc = " Sets the batch's retry policy."]
[INFO] [stdout] 6661 | | #[doc = ""]
[INFO] [stdout] 6662 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 6663 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6667 | | #[doc = " @param[in] retry_policy"]
[INFO] [stdout] 6668 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6675:5
[INFO] [stdout] |
[INFO] [stdout] 6675 | / #[doc = " Sets the batch's custom payload."]
[INFO] [stdout] 6676 | | #[doc = ""]
[INFO] [stdout] 6677 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 6678 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6682 | | #[doc = " @param[in] payload"]
[INFO] [stdout] 6683 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6690:5
[INFO] [stdout] |
[INFO] [stdout] 6690 | / #[doc = " Sets whether the batch should use tracing."]
[INFO] [stdout] 6691 | | #[doc = ""]
[INFO] [stdout] 6692 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 6693 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6697 | | #[doc = " @param[in] enabled"]
[INFO] [stdout] 6698 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6702:5
[INFO] [stdout] |
[INFO] [stdout] 6702 | / #[doc = " Adds a statement to a batch."]
[INFO] [stdout] 6703 | | #[doc = ""]
[INFO] [stdout] 6704 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 6705 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6709 | | #[doc = " @param[in] statement"]
[INFO] [stdout] 6710 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6717:5
[INFO] [stdout] |
[INFO] [stdout] 6717 | / #[doc = " Sets the execution profile to execute the batch with."]
[INFO] [stdout] 6718 | | #[doc = ""]
[INFO] [stdout] 6719 | | #[doc = " Note: NULL or empty string will clear execution profile from batch"]
[INFO] [stdout] 6720 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6726 | | #[doc = ""]
[INFO] [stdout] 6727 | | #[doc = " @see cass_cluster_set_execution_profile()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6734:5
[INFO] [stdout] |
[INFO] [stdout] 6734 | / #[doc = " Same as cass_batch_set_execution_profile(), but with lengths for string"]
[INFO] [stdout] 6735 | | #[doc = " parameters."]
[INFO] [stdout] 6736 | | #[doc = ""]
[INFO] [stdout] 6737 | | #[doc = " @public @memberof CassBatch"]
[INFO] [stdout] ... |
[INFO] [stdout] 6743 | | #[doc = ""]
[INFO] [stdout] 6744 | | #[doc = " @see cass_batch_set_execution_profile()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] batch
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6752:5
[INFO] [stdout] |
[INFO] [stdout] 6752 | / #[doc = " Creates a new data type with value type."]
[INFO] [stdout] 6753 | | #[doc = ""]
[INFO] [stdout] 6754 | | #[doc = " @public @memberof CassDataType"]
[INFO] [stdout] 6755 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6758 | | #[doc = ""]
[INFO] [stdout] 6759 | | #[doc = " @see cass_data_type_free()"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6763:5
[INFO] [stdout] |
[INFO] [stdout] 6763 | / #[doc = " Creates a new data type from an existing data type."]
[INFO] [stdout] 6764 | | #[doc = ""]
[INFO] [stdout] 6765 | | #[doc = " @public @memberof CassDataType"]
[INFO] [stdout] 6766 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6769 | | #[doc = ""]
[INFO] [stdout] 6770 | | #[doc = " @see cass_data_type_free()"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6774:5
[INFO] [stdout] |
[INFO] [stdout] 6774 | / #[doc = " Creates a new tuple data type."]
[INFO] [stdout] 6775 | | #[doc = ""]
[INFO] [stdout] 6776 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 6777 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6782 | | #[doc = ""]
[INFO] [stdout] 6783 | | #[doc = " @see cass_data_type_free()"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] item_count The number of items in the tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6787:5
[INFO] [stdout] |
[INFO] [stdout] 6787 | / #[doc = " Creates a new UDT (user defined type) data type."]
[INFO] [stdout] 6788 | | #[doc = ""]
[INFO] [stdout] 6789 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 6790 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6795 | | #[doc = ""]
[INFO] [stdout] 6796 | | #[doc = " @see cass_data_type_free()"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] field_count The number of fields in the UDT
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6800:5
[INFO] [stdout] |
[INFO] [stdout] 6800 | / #[doc = " Frees a data type instance."]
[INFO] [stdout] 6801 | | #[doc = ""]
[INFO] [stdout] 6802 | | #[doc = " @public @memberof CassDataType"]
[INFO] [stdout] 6803 | | #[doc = ""]
[INFO] [stdout] 6804 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6808:5
[INFO] [stdout] |
[INFO] [stdout] 6808 | / #[doc = " Gets the value type of the specified data type."]
[INFO] [stdout] 6809 | | #[doc = ""]
[INFO] [stdout] 6810 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] 6811 | | #[doc = " @return The value type"]
[INFO] [stdout] | |______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6815:5
[INFO] [stdout] |
[INFO] [stdout] 6815 | / #[doc = " Gets whether a data type is frozen."]
[INFO] [stdout] 6816 | | #[doc = ""]
[INFO] [stdout] 6817 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 6818 | | #[doc = ""]
[INFO] [stdout] 6819 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] 6820 | | #[doc = " @return cass_true if the data type is frozen, otherwise cass_false."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6824:5
[INFO] [stdout] |
[INFO] [stdout] 6824 | / #[doc = " Gets the type name of a UDT data type."]
[INFO] [stdout] 6825 | | #[doc = ""]
[INFO] [stdout] 6826 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 6827 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6830 | | #[doc = " @param[out] type_name_length"]
[INFO] [stdout] 6831 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:6824:5
[INFO] [stdout] |
[INFO] [stdout] 6824 | / #[doc = " Gets the type name of a UDT data type."]
[INFO] [stdout] 6825 | | #[doc = ""]
[INFO] [stdout] 6826 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 6827 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6830 | | #[doc = " @param[out] type_name_length"]
[INFO] [stdout] 6831 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] type_name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6839:5
[INFO] [stdout] |
[INFO] [stdout] 6839 | / #[doc = " Sets the type name of a UDT data type."]
[INFO] [stdout] 6840 | | #[doc = ""]
[INFO] [stdout] 6841 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 6842 | | #[doc = ""]
[INFO] [stdout] 6843 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] 6844 | | #[doc = " @param[in] type_name"]
[INFO] [stdout] 6845 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6852:5
[INFO] [stdout] |
[INFO] [stdout] 6852 | / #[doc = " Same as cass_data_type_set_type_name(), but with lengths for string"]
[INFO] [stdout] 6853 | | #[doc = " parameters."]
[INFO] [stdout] 6854 | | #[doc = ""]
[INFO] [stdout] 6855 | | #[doc = " @public @memberof CassDataType"]
[INFO] [stdout] ... |
[INFO] [stdout] 6859 | | #[doc = " @param[in] type_name_length"]
[INFO] [stdout] 6860 | | #[doc = " @return Returns a data type that must be freed."]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6868:5
[INFO] [stdout] |
[INFO] [stdout] 6868 | / #[doc = " Gets the type name of a UDT data type."]
[INFO] [stdout] 6869 | | #[doc = ""]
[INFO] [stdout] 6870 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 6871 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6876 | | #[doc = " @param[out] keyspace_length"]
[INFO] [stdout] 6877 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:6868:5
[INFO] [stdout] |
[INFO] [stdout] 6868 | / #[doc = " Gets the type name of a UDT data type."]
[INFO] [stdout] 6869 | | #[doc = ""]
[INFO] [stdout] 6870 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 6871 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6876 | | #[doc = " @param[out] keyspace_length"]
[INFO] [stdout] 6877 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] keyspace
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6885:5
[INFO] [stdout] |
[INFO] [stdout] 6885 | / #[doc = " Sets the keyspace of a UDT data type."]
[INFO] [stdout] 6886 | | #[doc = ""]
[INFO] [stdout] 6887 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 6888 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6892 | | #[doc = " @param[in] keyspace"]
[INFO] [stdout] 6893 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6900:5
[INFO] [stdout] |
[INFO] [stdout] 6900 | / #[doc = " Same as cass_data_type_set_keyspace(), but with lengths for string"]
[INFO] [stdout] 6901 | | #[doc = " parameters."]
[INFO] [stdout] 6902 | | #[doc = ""]
[INFO] [stdout] 6903 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 6909 | | #[doc = " @param[in] keyspace_length"]
[INFO] [stdout] 6910 | | #[doc = " @return Returns a data type that must be freed."]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6918:5
[INFO] [stdout] |
[INFO] [stdout] 6918 | / #[doc = " Gets the class name of a custom data type."]
[INFO] [stdout] 6919 | | #[doc = ""]
[INFO] [stdout] 6920 | | #[doc = " Note: Only valid for custom data types."]
[INFO] [stdout] 6921 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6924 | | #[doc = " @param[out] class_name_length"]
[INFO] [stdout] 6925 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:6918:5
[INFO] [stdout] |
[INFO] [stdout] 6918 | / #[doc = " Gets the class name of a custom data type."]
[INFO] [stdout] 6919 | | #[doc = ""]
[INFO] [stdout] 6920 | | #[doc = " Note: Only valid for custom data types."]
[INFO] [stdout] 6921 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 6924 | | #[doc = " @param[out] class_name_length"]
[INFO] [stdout] 6925 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] class_name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6933:5
[INFO] [stdout] |
[INFO] [stdout] 6933 | / #[doc = " Sets the class name of a custom data type."]
[INFO] [stdout] 6934 | | #[doc = ""]
[INFO] [stdout] 6935 | | #[doc = " Note: Only valid for custom data types."]
[INFO] [stdout] 6936 | | #[doc = ""]
[INFO] [stdout] 6937 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] 6938 | | #[doc = " @param[in] class_name"]
[INFO] [stdout] 6939 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6946:5
[INFO] [stdout] |
[INFO] [stdout] 6946 | / #[doc = " Same as cass_data_type_set_class_name(), but with lengths for string"]
[INFO] [stdout] 6947 | | #[doc = " parameters."]
[INFO] [stdout] 6948 | | #[doc = ""]
[INFO] [stdout] 6949 | | #[doc = " @public @memberof CassDataType"]
[INFO] [stdout] ... |
[INFO] [stdout] 6953 | | #[doc = " @param[in] class_name_length"]
[INFO] [stdout] 6954 | | #[doc = " @return Returns a data type that must be freed."]
[INFO] [stdout] | |_______________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6962:5
[INFO] [stdout] |
[INFO] [stdout] 6962 | / #[doc = " Gets the sub-data type count of a UDT (user defined type), tuple"]
[INFO] [stdout] 6963 | | #[doc = " or collection."]
[INFO] [stdout] 6964 | | #[doc = ""]
[INFO] [stdout] 6965 | | #[doc = " Note: Only valid for UDT, tuple and collection data types."]
[INFO] [stdout] 6966 | | #[doc = ""]
[INFO] [stdout] 6967 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] 6968 | | #[doc = " @return Returns the number of sub-data types"]
[INFO] [stdout] | |____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6975:5
[INFO] [stdout] |
[INFO] [stdout] 6975 | / #[doc = " Gets the sub-data type of a UDT (user defined type), tuple or collection at"]
[INFO] [stdout] 6976 | | #[doc = " the specified index."]
[INFO] [stdout] 6977 | | #[doc = ""]
[INFO] [stdout] 6978 | | #[doc = " Note: Only valid for UDT, tuple and collection data types."]
[INFO] [stdout] ... |
[INFO] [stdout] 6983 | | #[doc = " reference as it is bound to the lifetime of the parent data type. NULL"]
[INFO] [stdout] 6984 | | #[doc = " is returned if the index is out of range."]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:6991:5
[INFO] [stdout] |
[INFO] [stdout] 6991 | / #[doc = " Gets the sub-data type of a UDT (user defined type) at the specified index."]
[INFO] [stdout] 6992 | | #[doc = ""]
[INFO] [stdout] 6993 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 6994 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7000 | | #[doc = " reference as it is bound to the lifetime of the parent data type. NULL"]
[INFO] [stdout] 7001 | | #[doc = " is returned if the name doesn't exist."]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7008:5
[INFO] [stdout] |
[INFO] [stdout] 7008 | / #[doc = " Same as cass_data_type_sub_data_type_by_name(), but with lengths for string"]
[INFO] [stdout] 7009 | | #[doc = " parameters."]
[INFO] [stdout] 7010 | | #[doc = ""]
[INFO] [stdout] 7011 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 7019 | | #[doc = " reference as it is bound to the lifetime of the parent data type. NULL"]
[INFO] [stdout] 7020 | | #[doc = " is returned if the name doesn't exist."]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7028:5
[INFO] [stdout] |
[INFO] [stdout] 7028 | / #[doc = " Gets the sub-type name of a UDT (user defined type) at the specified index."]
[INFO] [stdout] 7029 | | #[doc = ""]
[INFO] [stdout] 7030 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7031 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7037 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] 7038 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:7028:5
[INFO] [stdout] |
[INFO] [stdout] 7028 | / #[doc = " Gets the sub-type name of a UDT (user defined type) at the specified index."]
[INFO] [stdout] 7029 | | #[doc = ""]
[INFO] [stdout] 7030 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7031 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7037 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] 7038 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7047:5
[INFO] [stdout] |
[INFO] [stdout] 7047 | / #[doc = " Adds a sub-data type to a tuple or collection."]
[INFO] [stdout] 7048 | | #[doc = ""]
[INFO] [stdout] 7049 | | #[doc = " Note: Only valid for tuple and collection data types."]
[INFO] [stdout] 7050 | | #[doc = ""]
[INFO] [stdout] 7051 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] 7052 | | #[doc = " @param[in] sub_data_type"]
[INFO] [stdout] 7053 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7060:5
[INFO] [stdout] |
[INFO] [stdout] 7060 | / #[doc = " Adds a sub-data type to a UDT (user defined type)."]
[INFO] [stdout] 7061 | | #[doc = ""]
[INFO] [stdout] 7062 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 7063 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7068 | | #[doc = " @param[in] sub_data_type"]
[INFO] [stdout] 7069 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7077:5
[INFO] [stdout] |
[INFO] [stdout] 7077 | / #[doc = " Same as cass_data_type_add_sub_type_by_name(), but with lengths for string"]
[INFO] [stdout] 7078 | | #[doc = " parameters."]
[INFO] [stdout] 7079 | | #[doc = ""]
[INFO] [stdout] 7080 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] ... |
[INFO] [stdout] 7087 | | #[doc = " @param[in] sub_data_type"]
[INFO] [stdout] 7088 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7097:5
[INFO] [stdout] |
[INFO] [stdout] 7097 | / #[doc = " Adds a sub-data type to a tuple or collection using a value type."]
[INFO] [stdout] 7098 | | #[doc = ""]
[INFO] [stdout] 7099 | | #[doc = " Note: Only valid for tuple and collection data types."]
[INFO] [stdout] 7100 | | #[doc = ""]
[INFO] [stdout] 7101 | | #[doc = " @param[in] data_type"]
[INFO] [stdout] 7102 | | #[doc = " @param[in] sub_value_type"]
[INFO] [stdout] 7103 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7110:5
[INFO] [stdout] |
[INFO] [stdout] 7110 | / #[doc = " Adds a sub-data type to a UDT (user defined type) using a value type."]
[INFO] [stdout] 7111 | | #[doc = ""]
[INFO] [stdout] 7112 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] 7113 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7118 | | #[doc = " @param[in] sub_value_type"]
[INFO] [stdout] 7119 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7127:5
[INFO] [stdout] |
[INFO] [stdout] 7127 | / #[doc = " Same as cass_data_type_add_sub_value_type_by_name(), but with lengths for string"]
[INFO] [stdout] 7128 | | #[doc = " parameters."]
[INFO] [stdout] 7129 | | #[doc = ""]
[INFO] [stdout] 7130 | | #[doc = " Note: Only valid for UDT data types."]
[INFO] [stdout] ... |
[INFO] [stdout] 7137 | | #[doc = " @param[in] sub_value_type"]
[INFO] [stdout] 7138 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7147:5
[INFO] [stdout] |
[INFO] [stdout] 7147 | / #[doc = " Creates a new collection."]
[INFO] [stdout] 7148 | | #[doc = ""]
[INFO] [stdout] 7149 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7150 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7154 | | #[doc = ""]
[INFO] [stdout] 7155 | | #[doc = " @see cass_collection_free()"]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7160:5
[INFO] [stdout] |
[INFO] [stdout] 7160 | / #[doc = " Creates a new collection from an existing data type."]
[INFO] [stdout] 7161 | | #[doc = ""]
[INFO] [stdout] 7162 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7163 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7167 | | #[doc = ""]
[INFO] [stdout] 7168 | | #[doc = " @see cass_collection_free();"]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7175:5
[INFO] [stdout] |
[INFO] [stdout] 7175 | / #[doc = " Frees a collection instance."]
[INFO] [stdout] 7176 | | #[doc = ""]
[INFO] [stdout] 7177 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7178 | | #[doc = ""]
[INFO] [stdout] 7179 | | #[doc = " @param[in] collection"]
[INFO] [stdout] | |_____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7183:5
[INFO] [stdout] |
[INFO] [stdout] 7183 | / #[doc = " Gets the data type of a collection."]
[INFO] [stdout] 7184 | | #[doc = ""]
[INFO] [stdout] 7185 | | #[doc = " @param[in] collection"]
[INFO] [stdout] 7186 | | #[doc = " @return Returns a reference to the data type of the collection. Do not free"]
[INFO] [stdout] 7187 | | #[doc = " this reference as it is bound to the lifetime of the collection."]
[INFO] [stdout] | |________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7191:5
[INFO] [stdout] |
[INFO] [stdout] 7191 | / #[doc = " Appends a \"tinyint\" to the collection."]
[INFO] [stdout] 7192 | | #[doc = ""]
[INFO] [stdout] 7193 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 7194 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7198 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7199 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7206:5
[INFO] [stdout] |
[INFO] [stdout] 7206 | / #[doc = " Appends an \"smallint\" to the collection."]
[INFO] [stdout] 7207 | | #[doc = ""]
[INFO] [stdout] 7208 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 7209 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7213 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7214 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7221:5
[INFO] [stdout] |
[INFO] [stdout] 7221 | / #[doc = " Appends an \"int\" to the collection."]
[INFO] [stdout] 7222 | | #[doc = ""]
[INFO] [stdout] 7223 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7224 | | #[doc = ""]
[INFO] [stdout] 7225 | | #[doc = " @param[in] collection"]
[INFO] [stdout] 7226 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7227 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7234:5
[INFO] [stdout] |
[INFO] [stdout] 7234 | / #[doc = " Appends a \"date\" to the collection."]
[INFO] [stdout] 7235 | | #[doc = ""]
[INFO] [stdout] 7236 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 7237 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7241 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7242 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7249:5
[INFO] [stdout] |
[INFO] [stdout] 7249 | / #[doc = " Appends a \"bigint\", \"counter\", \"timestamp\" or \"time\" to the"]
[INFO] [stdout] 7250 | | #[doc = " collection."]
[INFO] [stdout] 7251 | | #[doc = ""]
[INFO] [stdout] 7252 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] ... |
[INFO] [stdout] 7255 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7256 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7263:5
[INFO] [stdout] |
[INFO] [stdout] 7263 | / #[doc = " Appends a \"float\" to the collection."]
[INFO] [stdout] 7264 | | #[doc = ""]
[INFO] [stdout] 7265 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7266 | | #[doc = ""]
[INFO] [stdout] 7267 | | #[doc = " @param[in] collection"]
[INFO] [stdout] 7268 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7269 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7276:5
[INFO] [stdout] |
[INFO] [stdout] 7276 | / #[doc = " Appends a \"double\" to the collection."]
[INFO] [stdout] 7277 | | #[doc = ""]
[INFO] [stdout] 7278 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7279 | | #[doc = ""]
[INFO] [stdout] 7280 | | #[doc = " @param[in] collection"]
[INFO] [stdout] 7281 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7282 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7289:5
[INFO] [stdout] |
[INFO] [stdout] 7289 | / #[doc = " Appends a \"boolean\" to the collection."]
[INFO] [stdout] 7290 | | #[doc = ""]
[INFO] [stdout] 7291 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7292 | | #[doc = ""]
[INFO] [stdout] 7293 | | #[doc = " @param[in] collection"]
[INFO] [stdout] 7294 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7295 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7302:5
[INFO] [stdout] |
[INFO] [stdout] 7302 | / #[doc = " Appends an \"ascii\", \"text\" or \"varchar\" to the collection."]
[INFO] [stdout] 7303 | | #[doc = ""]
[INFO] [stdout] 7304 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7305 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7308 | | #[doc = " memory pointed to by this parameter can be freed after this call."]
[INFO] [stdout] 7309 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7316:5
[INFO] [stdout] |
[INFO] [stdout] 7316 | / #[doc = " Same as cass_collection_append_string(), but with lengths for string"]
[INFO] [stdout] 7317 | | #[doc = " parameters."]
[INFO] [stdout] 7318 | | #[doc = ""]
[INFO] [stdout] 7319 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] ... |
[INFO] [stdout] 7325 | | #[doc = ""]
[INFO] [stdout] 7326 | | #[doc = " @see cass_collection_append_string();"]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7334:5
[INFO] [stdout] |
[INFO] [stdout] 7334 | / #[doc = " Appends a \"blob\", \"varint\" or \"custom\" to the collection."]
[INFO] [stdout] 7335 | | #[doc = ""]
[INFO] [stdout] 7336 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7337 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7341 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 7342 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7350:5
[INFO] [stdout] |
[INFO] [stdout] 7350 | / #[doc = " Appends a \"custom\" to the collection."]
[INFO] [stdout] 7351 | | #[doc = ""]
[INFO] [stdout] 7352 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7353 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7358 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 7359 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7368:5
[INFO] [stdout] |
[INFO] [stdout] 7368 | / #[doc = " Same as cass_collection_append_custom(), but with lengths for string"]
[INFO] [stdout] 7369 | | #[doc = " parameters."]
[INFO] [stdout] 7370 | | #[doc = ""]
[INFO] [stdout] 7371 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] ... |
[INFO] [stdout] 7379 | | #[doc = ""]
[INFO] [stdout] 7380 | | #[doc = " @see cass_collection_append_custom()"]
[INFO] [stdout] | |____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7390:5
[INFO] [stdout] |
[INFO] [stdout] 7390 | / #[doc = " Appends a \"uuid\" or \"timeuuid\" to the collection."]
[INFO] [stdout] 7391 | | #[doc = ""]
[INFO] [stdout] 7392 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7393 | | #[doc = ""]
[INFO] [stdout] 7394 | | #[doc = " @param[in] collection"]
[INFO] [stdout] 7395 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7396 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7403:5
[INFO] [stdout] |
[INFO] [stdout] 7403 | / #[doc = " Appends an \"inet\" to the collection."]
[INFO] [stdout] 7404 | | #[doc = ""]
[INFO] [stdout] 7405 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7406 | | #[doc = ""]
[INFO] [stdout] 7407 | | #[doc = " @param[in] collection"]
[INFO] [stdout] 7408 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7409 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7416:5
[INFO] [stdout] |
[INFO] [stdout] 7416 | / #[doc = " Appends a \"decimal\" to the collection."]
[INFO] [stdout] 7417 | | #[doc = ""]
[INFO] [stdout] 7418 | | #[doc = " @public @memberof CassCollection"]
[INFO] [stdout] 7419 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7424 | | #[doc = " @param[in] scale"]
[INFO] [stdout] 7425 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7434:5
[INFO] [stdout] |
[INFO] [stdout] 7434 | / #[doc = " Appends a \"duration\" to the collection."]
[INFO] [stdout] 7435 | | #[doc = ""]
[INFO] [stdout] 7436 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] 7437 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7443 | | #[doc = " @param[in] nanos"]
[INFO] [stdout] 7444 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7453:5
[INFO] [stdout] |
[INFO] [stdout] 7453 | / #[doc = " Appends a \"list\", \"map\" or \"set\" to the collection."]
[INFO] [stdout] 7454 | | #[doc = ""]
[INFO] [stdout] 7455 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7456 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7460 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7461 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7468:5
[INFO] [stdout] |
[INFO] [stdout] 7468 | / #[doc = " Appends a \"tuple\" to the collection."]
[INFO] [stdout] 7469 | | #[doc = ""]
[INFO] [stdout] 7470 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7471 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7475 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7476 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7483:5
[INFO] [stdout] |
[INFO] [stdout] 7483 | / #[doc = " Appends a \"udt\" to the collection."]
[INFO] [stdout] 7484 | | #[doc = ""]
[INFO] [stdout] 7485 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7486 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7490 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7491 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] collection
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7498:5
[INFO] [stdout] |
[INFO] [stdout] 7498 | / #[doc = " Creates a new tuple."]
[INFO] [stdout] 7499 | | #[doc = ""]
[INFO] [stdout] 7500 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7501 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7506 | | #[doc = ""]
[INFO] [stdout] 7507 | | #[doc = " @see cass_tuple_free()"]
[INFO] [stdout] | |______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] item_count The number of items in the tuple.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7511:5
[INFO] [stdout] |
[INFO] [stdout] 7511 | / #[doc = " Creates a new tuple from an existing data type."]
[INFO] [stdout] 7512 | | #[doc = ""]
[INFO] [stdout] 7513 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7514 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7519 | | #[doc = ""]
[INFO] [stdout] 7520 | | #[doc = " @see cass_tuple_free();"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7524:5
[INFO] [stdout] |
[INFO] [stdout] 7524 | / #[doc = " Frees a tuple instance."]
[INFO] [stdout] 7525 | | #[doc = ""]
[INFO] [stdout] 7526 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7527 | | #[doc = ""]
[INFO] [stdout] 7528 | | #[doc = " @public @memberof CassTuple"]
[INFO] [stdout] 7529 | | #[doc = ""]
[INFO] [stdout] 7530 | | #[doc = " @param[in] tuple"]
[INFO] [stdout] | |________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7534:5
[INFO] [stdout] |
[INFO] [stdout] 7534 | / #[doc = " Gets the data type of a tuple."]
[INFO] [stdout] 7535 | | #[doc = ""]
[INFO] [stdout] 7536 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7537 | | #[doc = ""]
[INFO] [stdout] 7538 | | #[doc = " @param[in] tuple"]
[INFO] [stdout] 7539 | | #[doc = " @return Returns a reference to the data type of the tuple. Do not free"]
[INFO] [stdout] 7540 | | #[doc = " this reference as it is bound to the lifetime of the tuple."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7544:5
[INFO] [stdout] |
[INFO] [stdout] 7544 | / #[doc = " Sets an null in a tuple at the specified index."]
[INFO] [stdout] 7545 | | #[doc = ""]
[INFO] [stdout] 7546 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7547 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7551 | | #[doc = " @param[in] index"]
[INFO] [stdout] 7552 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7556:5
[INFO] [stdout] |
[INFO] [stdout] 7556 | / #[doc = " Sets a \"tinyint\" in a tuple at the specified index."]
[INFO] [stdout] 7557 | | #[doc = ""]
[INFO] [stdout] 7558 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 7559 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7564 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7565 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7573:5
[INFO] [stdout] |
[INFO] [stdout] 7573 | / #[doc = " Sets an \"smallint\" in a tuple at the specified index."]
[INFO] [stdout] 7574 | | #[doc = ""]
[INFO] [stdout] 7575 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 7576 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7581 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7582 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7590:5
[INFO] [stdout] |
[INFO] [stdout] 7590 | / #[doc = " Sets an \"int\" in a tuple at the specified index."]
[INFO] [stdout] 7591 | | #[doc = ""]
[INFO] [stdout] 7592 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7593 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7598 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7599 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7607:5
[INFO] [stdout] |
[INFO] [stdout] 7607 | / #[doc = " Sets a \"date\" in a tuple at the specified index."]
[INFO] [stdout] 7608 | | #[doc = ""]
[INFO] [stdout] 7609 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 7610 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7615 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7616 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7624:5
[INFO] [stdout] |
[INFO] [stdout] 7624 | / #[doc = " Sets a \"bigint\", \"counter\", \"timestamp\" or \"time\" in a tuple at the"]
[INFO] [stdout] 7625 | | #[doc = " specified index."]
[INFO] [stdout] 7626 | | #[doc = ""]
[INFO] [stdout] 7627 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 7633 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7634 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7642:5
[INFO] [stdout] |
[INFO] [stdout] 7642 | / #[doc = " Sets a \"float\" in a tuple at the specified index."]
[INFO] [stdout] 7643 | | #[doc = ""]
[INFO] [stdout] 7644 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7645 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7650 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7651 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7659:5
[INFO] [stdout] |
[INFO] [stdout] 7659 | / #[doc = " Sets a \"double\" in a tuple at the specified index."]
[INFO] [stdout] 7660 | | #[doc = ""]
[INFO] [stdout] 7661 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7662 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7667 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7668 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7676:5
[INFO] [stdout] |
[INFO] [stdout] 7676 | / #[doc = " Sets a \"boolean\" in a tuple at the specified index."]
[INFO] [stdout] 7677 | | #[doc = ""]
[INFO] [stdout] 7678 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7679 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7684 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7685 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7693:5
[INFO] [stdout] |
[INFO] [stdout] 7693 | / #[doc = " Sets an \"ascii\", \"text\" or \"varchar\" in a tuple at the specified index."]
[INFO] [stdout] 7694 | | #[doc = ""]
[INFO] [stdout] 7695 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7696 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7702 | | #[doc = " memory pointed to by this parameter can be freed after this call."]
[INFO] [stdout] 7703 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7711:5
[INFO] [stdout] |
[INFO] [stdout] 7711 | / #[doc = " Same as cass_tuple_set_string(), but with lengths for string"]
[INFO] [stdout] 7712 | | #[doc = " parameters."]
[INFO] [stdout] 7713 | | #[doc = ""]
[INFO] [stdout] 7714 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 7723 | | #[doc = ""]
[INFO] [stdout] 7724 | | #[doc = " @see cass_tuple_set_string();"]
[INFO] [stdout] | |_____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7733:5
[INFO] [stdout] |
[INFO] [stdout] 7733 | / #[doc = " Sets a \"blob\", \"varint\" or \"custom\" in a tuple at the specified index."]
[INFO] [stdout] 7734 | | #[doc = ""]
[INFO] [stdout] 7735 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7736 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7743 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 7744 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7753:5
[INFO] [stdout] |
[INFO] [stdout] 7753 | / #[doc = " Sets a \"custom\" in a tuple at the specified index."]
[INFO] [stdout] 7754 | | #[doc = ""]
[INFO] [stdout] 7755 | | #[doc = " @public @memberof CassTuple"]
[INFO] [stdout] 7756 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7762 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 7763 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7773:5
[INFO] [stdout] |
[INFO] [stdout] 7773 | / #[doc = " Same as cass_tuple_set_custom(), but with lengths for string"]
[INFO] [stdout] 7774 | | #[doc = " parameters."]
[INFO] [stdout] 7775 | | #[doc = ""]
[INFO] [stdout] 7776 | | #[doc = " @public @memberof CassTuple"]
[INFO] [stdout] ... |
[INFO] [stdout] 7785 | | #[doc = ""]
[INFO] [stdout] 7786 | | #[doc = " @see cass_tuple_set_custom()"]
[INFO] [stdout] | |____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7797:5
[INFO] [stdout] |
[INFO] [stdout] 7797 | / #[doc = " Sets a \"uuid\" or \"timeuuid\" in a tuple at the specified index."]
[INFO] [stdout] 7798 | | #[doc = ""]
[INFO] [stdout] 7799 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7800 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7805 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7806 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7810:5
[INFO] [stdout] |
[INFO] [stdout] 7810 | / #[doc = " Sets an \"inet\" in a tuple at the specified index."]
[INFO] [stdout] 7811 | | #[doc = ""]
[INFO] [stdout] 7812 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7813 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7818 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7819 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7823:5
[INFO] [stdout] |
[INFO] [stdout] 7823 | / #[doc = " Sets a \"decimal\" in a tuple at the specified index."]
[INFO] [stdout] 7824 | | #[doc = ""]
[INFO] [stdout] 7825 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7826 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7834 | | #[doc = " @param[in] scale"]
[INFO] [stdout] 7835 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7845:5
[INFO] [stdout] |
[INFO] [stdout] 7845 | / #[doc = " Sets a \"duration\" in a tuple at the specified index."]
[INFO] [stdout] 7846 | | #[doc = ""]
[INFO] [stdout] 7847 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] 7848 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7855 | | #[doc = " @param[in] nanos"]
[INFO] [stdout] 7856 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7866:5
[INFO] [stdout] |
[INFO] [stdout] 7866 | / #[doc = " Sets a \"list\", \"map\" or \"set\" in a tuple at the specified index."]
[INFO] [stdout] 7867 | | #[doc = ""]
[INFO] [stdout] 7868 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7869 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7874 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7875 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7883:5
[INFO] [stdout] |
[INFO] [stdout] 7883 | / #[doc = " Sets a \"tuple\" in a tuple at the specified index."]
[INFO] [stdout] 7884 | | #[doc = ""]
[INFO] [stdout] 7885 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7886 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7891 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7892 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7900:5
[INFO] [stdout] |
[INFO] [stdout] 7900 | / #[doc = " Sets a \"udt\" in a tuple at the specified index."]
[INFO] [stdout] 7901 | | #[doc = ""]
[INFO] [stdout] 7902 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7903 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7908 | | #[doc = " @param[in] value"]
[INFO] [stdout] 7909 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] tuple
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7917:5
[INFO] [stdout] |
[INFO] [stdout] 7917 | / #[doc = " Creates a new user defined type from existing data type;"]
[INFO] [stdout] 7918 | | #[doc = ""]
[INFO] [stdout] 7919 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7920 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7926 | | #[doc = ""]
[INFO] [stdout] 7927 | | #[doc = " @see cass_user_type_free()"]
[INFO] [stdout] | |__________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7931:5
[INFO] [stdout] |
[INFO] [stdout] 7931 | / #[doc = " Frees a user defined type instance."]
[INFO] [stdout] 7932 | | #[doc = ""]
[INFO] [stdout] 7933 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7934 | | #[doc = ""]
[INFO] [stdout] 7935 | | #[doc = " @public @memberof CassUserType"]
[INFO] [stdout] 7936 | | #[doc = ""]
[INFO] [stdout] 7937 | | #[doc = " @param[in] user_type"]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7941:5
[INFO] [stdout] |
[INFO] [stdout] 7941 | / #[doc = " Gets the data type of a user defined type."]
[INFO] [stdout] 7942 | | #[doc = ""]
[INFO] [stdout] 7943 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7944 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7947 | | #[doc = " Do not free this reference as it is bound to the lifetime of the"]
[INFO] [stdout] 7948 | | #[doc = " user defined type."]
[INFO] [stdout] | |__________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7952:5
[INFO] [stdout] |
[INFO] [stdout] 7952 | / #[doc = " Sets a null in a user defined type at the specified index."]
[INFO] [stdout] 7953 | | #[doc = ""]
[INFO] [stdout] 7954 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7955 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7959 | | #[doc = " @param[in] index"]
[INFO] [stdout] 7960 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7964:5
[INFO] [stdout] |
[INFO] [stdout] 7964 | / #[doc = " Sets a null in a user defined type at the specified name."]
[INFO] [stdout] 7965 | | #[doc = ""]
[INFO] [stdout] 7966 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 7967 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 7971 | | #[doc = " @param[in] name"]
[INFO] [stdout] 7972 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7979:5
[INFO] [stdout] |
[INFO] [stdout] 7979 | / #[doc = " Same as cass_user_type_set_null_by_name(), but with lengths for string"]
[INFO] [stdout] 7980 | | #[doc = " parameters."]
[INFO] [stdout] 7981 | | #[doc = ""]
[INFO] [stdout] 7982 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 7990 | | #[doc = ""]
[INFO] [stdout] 7991 | | #[doc = " @see cass_user_type_set_null_by_name()"]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:7999:5
[INFO] [stdout] |
[INFO] [stdout] 7999 | / #[doc = " Sets a \"tinyint\" in a user defined type at the specified index."]
[INFO] [stdout] 8000 | | #[doc = ""]
[INFO] [stdout] 8001 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 8002 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8007 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8008 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8016:5
[INFO] [stdout] |
[INFO] [stdout] 8016 | / #[doc = " Sets a \"tinyint\" in a user defined type at the specified name."]
[INFO] [stdout] 8017 | | #[doc = ""]
[INFO] [stdout] 8018 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 8019 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8024 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8025 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8033:5
[INFO] [stdout] |
[INFO] [stdout] 8033 | / #[doc = " Same as cass_user_type_set_int8_by_name(), but with lengths for string"]
[INFO] [stdout] 8034 | | #[doc = " parameters."]
[INFO] [stdout] 8035 | | #[doc = ""]
[INFO] [stdout] 8036 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8045 | | #[doc = ""]
[INFO] [stdout] 8046 | | #[doc = " @see cass_user_type_set_int8_by_name()"]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8055:5
[INFO] [stdout] |
[INFO] [stdout] 8055 | / #[doc = " Sets an \"smallint\" in a user defined type at the specified index."]
[INFO] [stdout] 8056 | | #[doc = ""]
[INFO] [stdout] 8057 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 8058 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8063 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8064 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8072:5
[INFO] [stdout] |
[INFO] [stdout] 8072 | / #[doc = " Sets an \"smallint\" in a user defined type at the specified name."]
[INFO] [stdout] 8073 | | #[doc = ""]
[INFO] [stdout] 8074 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 8075 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8080 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8081 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8089:5
[INFO] [stdout] |
[INFO] [stdout] 8089 | / #[doc = " Same as cass_user_type_set_int16_by_name(), but with lengths for string"]
[INFO] [stdout] 8090 | | #[doc = " parameters."]
[INFO] [stdout] 8091 | | #[doc = ""]
[INFO] [stdout] 8092 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8101 | | #[doc = ""]
[INFO] [stdout] 8102 | | #[doc = " @see cass_user_type_set_int16_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8111:5
[INFO] [stdout] |
[INFO] [stdout] 8111 | / #[doc = " Sets an \"int\" in a user defined type at the specified index."]
[INFO] [stdout] 8112 | | #[doc = ""]
[INFO] [stdout] 8113 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8114 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8119 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8120 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8128:5
[INFO] [stdout] |
[INFO] [stdout] 8128 | / #[doc = " Sets an \"int\" in a user defined type at the specified name."]
[INFO] [stdout] 8129 | | #[doc = ""]
[INFO] [stdout] 8130 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8131 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8136 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8137 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8145:5
[INFO] [stdout] |
[INFO] [stdout] 8145 | / #[doc = " Same as cass_user_type_set_int32_by_name(), but with lengths for string"]
[INFO] [stdout] 8146 | | #[doc = " parameters."]
[INFO] [stdout] 8147 | | #[doc = ""]
[INFO] [stdout] 8148 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8157 | | #[doc = ""]
[INFO] [stdout] 8158 | | #[doc = " @see cass_user_type_set_int32_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8167:5
[INFO] [stdout] |
[INFO] [stdout] 8167 | / #[doc = " Sets a \"date\" in a user defined type at the specified index."]
[INFO] [stdout] 8168 | | #[doc = ""]
[INFO] [stdout] 8169 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 8170 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8175 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8176 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8184:5
[INFO] [stdout] |
[INFO] [stdout] 8184 | / #[doc = " Sets a \"date\" in a user defined type at the specified name."]
[INFO] [stdout] 8185 | | #[doc = ""]
[INFO] [stdout] 8186 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] 8187 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8192 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8193 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8201:5
[INFO] [stdout] |
[INFO] [stdout] 8201 | / #[doc = " Same as cass_user_type_set_uint32_by_name(), but with lengths for string"]
[INFO] [stdout] 8202 | | #[doc = " parameters."]
[INFO] [stdout] 8203 | | #[doc = ""]
[INFO] [stdout] 8204 | | #[doc = " @cassandra{2.2+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8213 | | #[doc = ""]
[INFO] [stdout] 8214 | | #[doc = " @see cass_user_type_set_uint32_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8223:5
[INFO] [stdout] |
[INFO] [stdout] 8223 | / #[doc = " Sets an \"bigint\", \"counter\", \"timestamp\" or \"time\" in a"]
[INFO] [stdout] 8224 | | #[doc = " user defined type at the specified index."]
[INFO] [stdout] 8225 | | #[doc = ""]
[INFO] [stdout] 8226 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8232 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8233 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8241:5
[INFO] [stdout] |
[INFO] [stdout] 8241 | / #[doc = " Sets an \"bigint\", \"counter\", \"timestamp\" or \"time\" in a"]
[INFO] [stdout] 8242 | | #[doc = " user defined type at the specified name."]
[INFO] [stdout] 8243 | | #[doc = ""]
[INFO] [stdout] 8244 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8250 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8251 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8259:5
[INFO] [stdout] |
[INFO] [stdout] 8259 | / #[doc = " Same as cass_user_type_set_int64_by_name(), but with lengths for string"]
[INFO] [stdout] 8260 | | #[doc = " parameters."]
[INFO] [stdout] 8261 | | #[doc = ""]
[INFO] [stdout] 8262 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8271 | | #[doc = ""]
[INFO] [stdout] 8272 | | #[doc = " @see cass_user_type_set_int64_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8281:5
[INFO] [stdout] |
[INFO] [stdout] 8281 | / #[doc = " Sets a \"float\" in a user defined type at the specified index."]
[INFO] [stdout] 8282 | | #[doc = ""]
[INFO] [stdout] 8283 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8284 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8289 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8290 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8298:5
[INFO] [stdout] |
[INFO] [stdout] 8298 | / #[doc = " Sets a \"float\" in a user defined type at the specified name."]
[INFO] [stdout] 8299 | | #[doc = ""]
[INFO] [stdout] 8300 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8301 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8306 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8307 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8315:5
[INFO] [stdout] |
[INFO] [stdout] 8315 | / #[doc = " Same as cass_user_type_set_float_by_name(), but with lengths for string"]
[INFO] [stdout] 8316 | | #[doc = " parameters."]
[INFO] [stdout] 8317 | | #[doc = ""]
[INFO] [stdout] 8318 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8327 | | #[doc = ""]
[INFO] [stdout] 8328 | | #[doc = " @see cass_user_type_set_float_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8337:5
[INFO] [stdout] |
[INFO] [stdout] 8337 | / #[doc = " Sets an \"double\" in a user defined type at the specified index."]
[INFO] [stdout] 8338 | | #[doc = ""]
[INFO] [stdout] 8339 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8340 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8345 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8346 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8354:5
[INFO] [stdout] |
[INFO] [stdout] 8354 | / #[doc = " Sets an \"double\" in a user defined type at the specified name."]
[INFO] [stdout] 8355 | | #[doc = ""]
[INFO] [stdout] 8356 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8357 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8362 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8363 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8371:5
[INFO] [stdout] |
[INFO] [stdout] 8371 | / #[doc = " Same as cass_user_type_set_double_by_name(), but with lengths for string"]
[INFO] [stdout] 8372 | | #[doc = " parameters."]
[INFO] [stdout] 8373 | | #[doc = ""]
[INFO] [stdout] 8374 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8383 | | #[doc = ""]
[INFO] [stdout] 8384 | | #[doc = " @see cass_user_type_set_double_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8393:5
[INFO] [stdout] |
[INFO] [stdout] 8393 | / #[doc = " Sets a \"boolean\" in a user defined type at the specified index."]
[INFO] [stdout] 8394 | | #[doc = ""]
[INFO] [stdout] 8395 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8396 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8401 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8402 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8410:5
[INFO] [stdout] |
[INFO] [stdout] 8410 | / #[doc = " Sets a \"boolean\" in a user defined type at the specified name."]
[INFO] [stdout] 8411 | | #[doc = ""]
[INFO] [stdout] 8412 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8413 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8418 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8419 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8427:5
[INFO] [stdout] |
[INFO] [stdout] 8427 | / #[doc = " Same as cass_user_type_set_double_by_name(), but with lengths for string"]
[INFO] [stdout] 8428 | | #[doc = " parameters."]
[INFO] [stdout] 8429 | | #[doc = ""]
[INFO] [stdout] 8430 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8439 | | #[doc = ""]
[INFO] [stdout] 8440 | | #[doc = " @see cass_user_type_set_double_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8449:5
[INFO] [stdout] |
[INFO] [stdout] 8449 | / #[doc = " Sets an \"ascii\", \"text\" or \"varchar\" in a user defined type at the"]
[INFO] [stdout] 8450 | | #[doc = " specified index."]
[INFO] [stdout] 8451 | | #[doc = ""]
[INFO] [stdout] 8452 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8458 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8459 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8467:5
[INFO] [stdout] |
[INFO] [stdout] 8467 | / #[doc = " Same as cass_user_type_set_string(), but with lengths for string"]
[INFO] [stdout] 8468 | | #[doc = " parameters."]
[INFO] [stdout] 8469 | | #[doc = ""]
[INFO] [stdout] 8470 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8479 | | #[doc = ""]
[INFO] [stdout] 8480 | | #[doc = " @see cass_user_type_set_string()"]
[INFO] [stdout] | |________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8489:5
[INFO] [stdout] |
[INFO] [stdout] 8489 | / #[doc = " Sets an \"ascii\", \"text\" or \"varchar\" in a user defined type at the"]
[INFO] [stdout] 8490 | | #[doc = " specified name."]
[INFO] [stdout] 8491 | | #[doc = ""]
[INFO] [stdout] 8492 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8498 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8499 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8507:5
[INFO] [stdout] |
[INFO] [stdout] 8507 | / #[doc = " Same as cass_user_type_set_string_by_name(), but with lengths for string"]
[INFO] [stdout] 8508 | | #[doc = " parameters."]
[INFO] [stdout] 8509 | | #[doc = ""]
[INFO] [stdout] 8510 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8520 | | #[doc = ""]
[INFO] [stdout] 8521 | | #[doc = " @see cass_user_type_set_string_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8531:5
[INFO] [stdout] |
[INFO] [stdout] 8531 | / #[doc = " Sets a \"blob\" \"varint\" or \"custom\" in a user defined type at the specified index."]
[INFO] [stdout] 8532 | | #[doc = ""]
[INFO] [stdout] 8533 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8534 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8540 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 8541 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8550:5
[INFO] [stdout] |
[INFO] [stdout] 8550 | / #[doc = " Sets a \"blob\", \"varint\" or \"custom\" in a user defined type at the specified name."]
[INFO] [stdout] 8551 | | #[doc = ""]
[INFO] [stdout] 8552 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8553 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8559 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 8560 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8569:5
[INFO] [stdout] |
[INFO] [stdout] 8569 | / #[doc = " Same as cass_user_type_set_bytes_by_name(), but with lengths for string"]
[INFO] [stdout] 8570 | | #[doc = " parameters."]
[INFO] [stdout] 8571 | | #[doc = ""]
[INFO] [stdout] 8572 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8582 | | #[doc = ""]
[INFO] [stdout] 8583 | | #[doc = " @see cass_user_type_set_bytes_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8593:5
[INFO] [stdout] |
[INFO] [stdout] 8593 | / #[doc = " Sets a \"custom\" in a user defined type at the specified index."]
[INFO] [stdout] 8594 | | #[doc = ""]
[INFO] [stdout] 8595 | | #[doc = " @public @memberof CassUserType"]
[INFO] [stdout] 8596 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8601 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 8602 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8612:5
[INFO] [stdout] |
[INFO] [stdout] 8612 | / #[doc = " Same as cass_user_type_set_custom(), but with lengths for string"]
[INFO] [stdout] 8613 | | #[doc = " parameters."]
[INFO] [stdout] 8614 | | #[doc = ""]
[INFO] [stdout] 8615 | | #[doc = " @public @memberof CassUserType"]
[INFO] [stdout] ... |
[INFO] [stdout] 8624 | | #[doc = ""]
[INFO] [stdout] 8625 | | #[doc = " @see cass_user_type_set_custom()"]
[INFO] [stdout] | |________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8636:5
[INFO] [stdout] |
[INFO] [stdout] 8636 | / #[doc = " Sets a \"custom\" in a user defined type at the specified name."]
[INFO] [stdout] 8637 | | #[doc = ""]
[INFO] [stdout] 8638 | | #[doc = " @public @memberof CassUserType"]
[INFO] [stdout] 8639 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8644 | | #[doc = " @param[in] value_size"]
[INFO] [stdout] 8645 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8655:5
[INFO] [stdout] |
[INFO] [stdout] 8655 | / #[doc = " Same as cass_user_type_set_custom_by_name(), but with lengths for string"]
[INFO] [stdout] 8656 | | #[doc = " parameters."]
[INFO] [stdout] 8657 | | #[doc = ""]
[INFO] [stdout] 8658 | | #[doc = " @public @memberof CassUserType"]
[INFO] [stdout] ... |
[INFO] [stdout] 8668 | | #[doc = ""]
[INFO] [stdout] 8669 | | #[doc = " @see cass_user_type_set_custom_by_name()"]
[INFO] [stdout] | |________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8681:5
[INFO] [stdout] |
[INFO] [stdout] 8681 | / #[doc = " Sets a \"uuid\" or \"timeuuid\" in a user defined type at the specified index."]
[INFO] [stdout] 8682 | | #[doc = ""]
[INFO] [stdout] 8683 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8684 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8689 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8690 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8698:5
[INFO] [stdout] |
[INFO] [stdout] 8698 | / #[doc = " Sets a \"uuid\" or \"timeuuid\" in a user defined type at the specified name."]
[INFO] [stdout] 8699 | | #[doc = ""]
[INFO] [stdout] 8700 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8701 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8706 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8707 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8715:5
[INFO] [stdout] |
[INFO] [stdout] 8715 | / #[doc = " Same as cass_user_type_set_uuid_by_name(), but with lengths for string"]
[INFO] [stdout] 8716 | | #[doc = " parameters."]
[INFO] [stdout] 8717 | | #[doc = ""]
[INFO] [stdout] 8718 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8727 | | #[doc = ""]
[INFO] [stdout] 8728 | | #[doc = " @see cass_user_type_set_uuid_by_name()"]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8737:5
[INFO] [stdout] |
[INFO] [stdout] 8737 | / #[doc = " Sets a \"inet\" in a user defined type at the specified index."]
[INFO] [stdout] 8738 | | #[doc = ""]
[INFO] [stdout] 8739 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8740 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8745 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8746 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8754:5
[INFO] [stdout] |
[INFO] [stdout] 8754 | / #[doc = " Sets a \"inet\" in a user defined type at the specified name."]
[INFO] [stdout] 8755 | | #[doc = ""]
[INFO] [stdout] 8756 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8757 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8762 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8763 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8771:5
[INFO] [stdout] |
[INFO] [stdout] 8771 | / #[doc = " Same as cass_user_type_set_inet_by_name(), but with lengths for string"]
[INFO] [stdout] 8772 | | #[doc = " parameters."]
[INFO] [stdout] 8773 | | #[doc = ""]
[INFO] [stdout] 8774 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8783 | | #[doc = ""]
[INFO] [stdout] 8784 | | #[doc = " @see cass_user_type_set_inet_by_name()"]
[INFO] [stdout] | |______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8793:5
[INFO] [stdout] |
[INFO] [stdout] 8793 | / #[doc = " Sets an \"decimal\" in a user defined type at the specified index."]
[INFO] [stdout] 8794 | | #[doc = ""]
[INFO] [stdout] 8795 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8796 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8803 | | #[doc = " @param[in] scale"]
[INFO] [stdout] 8804 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8814:5
[INFO] [stdout] |
[INFO] [stdout] 8814 | / #[doc = " Sets \"decimal\" in a user defined type at the specified name."]
[INFO] [stdout] 8815 | | #[doc = ""]
[INFO] [stdout] 8816 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8817 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8824 | | #[doc = " @param[in] scale"]
[INFO] [stdout] 8825 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8835:5
[INFO] [stdout] |
[INFO] [stdout] 8835 | / #[doc = " Same as cass_user_type_set_decimal_by_name(), but with lengths for string"]
[INFO] [stdout] 8836 | | #[doc = " parameters."]
[INFO] [stdout] 8837 | | #[doc = ""]
[INFO] [stdout] 8838 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8849 | | #[doc = ""]
[INFO] [stdout] 8850 | | #[doc = " @see cass_user_type_set_decimal_by_name()"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8861:5
[INFO] [stdout] |
[INFO] [stdout] 8861 | / #[doc = " Sets a \"duration\" in a user defined type at the specified index."]
[INFO] [stdout] 8862 | | #[doc = ""]
[INFO] [stdout] 8863 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] 8864 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8871 | | #[doc = " @param[in] nanos"]
[INFO] [stdout] 8872 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8882:5
[INFO] [stdout] |
[INFO] [stdout] 8882 | / #[doc = " Sets \"duration\" in a user defined type at the specified name."]
[INFO] [stdout] 8883 | | #[doc = ""]
[INFO] [stdout] 8884 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] 8885 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8892 | | #[doc = " @param[in] nanos"]
[INFO] [stdout] 8893 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8903:5
[INFO] [stdout] |
[INFO] [stdout] 8903 | / #[doc = " Same as cass_user_type_set_duration_by_name(), but with lengths for string"]
[INFO] [stdout] 8904 | | #[doc = " parameters."]
[INFO] [stdout] 8905 | | #[doc = ""]
[INFO] [stdout] 8906 | | #[doc = " @cassandra{3.10+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8917 | | #[doc = ""]
[INFO] [stdout] 8918 | | #[doc = " @see cass_user_type_set_duration_by_name()"]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8929:5
[INFO] [stdout] |
[INFO] [stdout] 8929 | / #[doc = " Sets a \"list\", \"map\" or \"set\" in a user defined type at the"]
[INFO] [stdout] 8930 | | #[doc = " specified index."]
[INFO] [stdout] 8931 | | #[doc = ""]
[INFO] [stdout] 8932 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8938 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8939 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8947:5
[INFO] [stdout] |
[INFO] [stdout] 8947 | / #[doc = " Sets a \"list\", \"map\" or \"set\" in a user defined type at the"]
[INFO] [stdout] 8948 | | #[doc = " specified name."]
[INFO] [stdout] 8949 | | #[doc = ""]
[INFO] [stdout] 8950 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8956 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8957 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8965:5
[INFO] [stdout] |
[INFO] [stdout] 8965 | / #[doc = " Same as cass_user_type_set_collection_by_name(), but with lengths for string"]
[INFO] [stdout] 8966 | | #[doc = " parameters."]
[INFO] [stdout] 8967 | | #[doc = ""]
[INFO] [stdout] 8968 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 8977 | | #[doc = ""]
[INFO] [stdout] 8978 | | #[doc = " @see cass_user_type_set_collection_by_name()"]
[INFO] [stdout] | |____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:8987:5
[INFO] [stdout] |
[INFO] [stdout] 8987 | / #[doc = " Sets a \"tuple\" in a user defined type at the specified index."]
[INFO] [stdout] 8988 | | #[doc = ""]
[INFO] [stdout] 8989 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 8990 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 8995 | | #[doc = " @param[in] value"]
[INFO] [stdout] 8996 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9004:5
[INFO] [stdout] |
[INFO] [stdout] 9004 | / #[doc = " Sets a \"tuple\" in a user defined type at the specified name."]
[INFO] [stdout] 9005 | | #[doc = ""]
[INFO] [stdout] 9006 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 9007 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9012 | | #[doc = " @param[in] value"]
[INFO] [stdout] 9013 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9021:5
[INFO] [stdout] |
[INFO] [stdout] 9021 | / #[doc = " Same as cass_user_type_set_tuple_by_name(), but with lengths for string"]
[INFO] [stdout] 9022 | | #[doc = " parameters."]
[INFO] [stdout] 9023 | | #[doc = ""]
[INFO] [stdout] 9024 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 9033 | | #[doc = ""]
[INFO] [stdout] 9034 | | #[doc = " @see cass_user_type_set_tuple_by_name()"]
[INFO] [stdout] | |_______________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9043:5
[INFO] [stdout] |
[INFO] [stdout] 9043 | / #[doc = " Sets a user defined type in a user defined type at the specified index."]
[INFO] [stdout] 9044 | | #[doc = ""]
[INFO] [stdout] 9045 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 9046 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9051 | | #[doc = " @param[in] value"]
[INFO] [stdout] 9052 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9060:5
[INFO] [stdout] |
[INFO] [stdout] 9060 | / #[doc = " Sets a user defined type in a user defined type at the specified name."]
[INFO] [stdout] 9061 | | #[doc = ""]
[INFO] [stdout] 9062 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] 9063 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9068 | | #[doc = " @param[in] value"]
[INFO] [stdout] 9069 | | #[doc = " @return CASS_OK if successful, otherwise an error occurred."]
[INFO] [stdout] | |___________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9077:5
[INFO] [stdout] |
[INFO] [stdout] 9077 | / #[doc = " Same as cass_user_type_set_user_type_by_name(), but with lengths for string"]
[INFO] [stdout] 9078 | | #[doc = " parameters."]
[INFO] [stdout] 9079 | | #[doc = ""]
[INFO] [stdout] 9080 | | #[doc = " @cassandra{2.1+}"]
[INFO] [stdout] ... |
[INFO] [stdout] 9089 | | #[doc = ""]
[INFO] [stdout] 9090 | | #[doc = " @see cass_user_type_set_user_type_by_name()"]
[INFO] [stdout] | |___________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] user_type
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9099:5
[INFO] [stdout] |
[INFO] [stdout] 9099 | / #[doc = " Frees a result instance."]
[INFO] [stdout] 9100 | | #[doc = ""]
[INFO] [stdout] 9101 | | #[doc = " This method invalidates all values, rows, and"]
[INFO] [stdout] 9102 | | #[doc = " iterators that were derived from this result."]
[INFO] [stdout] ... |
[INFO] [stdout] 9105 | | #[doc = ""]
[INFO] [stdout] 9106 | | #[doc = " @param[in] result"]
[INFO] [stdout] | |_________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9110:5
[INFO] [stdout] |
[INFO] [stdout] 9110 | / #[doc = " Gets the number of rows for the specified result."]
[INFO] [stdout] 9111 | | #[doc = ""]
[INFO] [stdout] 9112 | | #[doc = " @public @memberof CassResult"]
[INFO] [stdout] 9113 | | #[doc = ""]
[INFO] [stdout] 9114 | | #[doc = " @param[in] result"]
[INFO] [stdout] 9115 | | #[doc = " @return The number of rows in the result."]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9119:5
[INFO] [stdout] |
[INFO] [stdout] 9119 | / #[doc = " Gets the number of columns per row for the specified result."]
[INFO] [stdout] 9120 | | #[doc = ""]
[INFO] [stdout] 9121 | | #[doc = " @public @memberof CassResult"]
[INFO] [stdout] 9122 | | #[doc = ""]
[INFO] [stdout] 9123 | | #[doc = " @param[in] result"]
[INFO] [stdout] 9124 | | #[doc = " @return The number of columns per row in the result."]
[INFO] [stdout] | |____________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9128:5
[INFO] [stdout] |
[INFO] [stdout] 9128 | / #[doc = " Gets the column name at index for the specified result."]
[INFO] [stdout] 9129 | | #[doc = ""]
[INFO] [stdout] 9130 | | #[doc = " @public @memberof CassResult"]
[INFO] [stdout] 9131 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9135 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] 9136 | | #[doc = " @return CASS_OK if successful, otherwise error occurred"]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:9128:5
[INFO] [stdout] |
[INFO] [stdout] 9128 | / #[doc = " Gets the column name at index for the specified result."]
[INFO] [stdout] 9129 | | #[doc = ""]
[INFO] [stdout] 9130 | | #[doc = " @public @memberof CassResult"]
[INFO] [stdout] 9131 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9135 | | #[doc = " @param[out] name_length"]
[INFO] [stdout] 9136 | | #[doc = " @return CASS_OK if successful, otherwise error occurred"]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] name The column name at the specified index.
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9145:5
[INFO] [stdout] |
[INFO] [stdout] 9145 | / #[doc = " Gets the column type at index for the specified result."]
[INFO] [stdout] 9146 | | #[doc = ""]
[INFO] [stdout] 9147 | | #[doc = " @public @memberof CassResult"]
[INFO] [stdout] 9148 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9151 | | #[doc = " @return The column type at the specified index. CASS_VALUE_TYPE_UNKNOWN"]
[INFO] [stdout] 9152 | | #[doc = " is returned if the index is out of bounds."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9156:5
[INFO] [stdout] |
[INFO] [stdout] 9156 | / #[doc = " Gets the column data type at index for the specified result."]
[INFO] [stdout] 9157 | | #[doc = ""]
[INFO] [stdout] 9158 | | #[doc = " @public @memberof CassResult"]
[INFO] [stdout] 9159 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9162 | | #[doc = " @return The column type at the specified index. NULL is returned if the"]
[INFO] [stdout] 9163 | | #[doc = " index is out of bounds."]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9170:5
[INFO] [stdout] |
[INFO] [stdout] 9170 | / #[doc = " Gets the first row of the result."]
[INFO] [stdout] 9171 | | #[doc = ""]
[INFO] [stdout] 9172 | | #[doc = " @public @memberof CassResult"]
[INFO] [stdout] 9173 | | #[doc = ""]
[INFO] [stdout] 9174 | | #[doc = " @param[in] result"]
[INFO] [stdout] 9175 | | #[doc = " @return The first row of the result. NULL if there are no rows."]
[INFO] [stdout] | |_______________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9179:5
[INFO] [stdout] |
[INFO] [stdout] 9179 | / #[doc = " Returns true if there are more pages."]
[INFO] [stdout] 9180 | | #[doc = ""]
[INFO] [stdout] 9181 | | #[doc = " @cassandra{2.0+}"]
[INFO] [stdout] 9182 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9185 | | #[doc = " @param[in] result"]
[INFO] [stdout] 9186 | | #[doc = " @return cass_true if there are more pages"]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9190:5
[INFO] [stdout] |
[INFO] [stdout] 9190 | / #[doc = " Gets the raw paging state from the result. The paging state is bound to the"]
[INFO] [stdout] 9191 | | #[doc = " lifetime of the result object. If paging state needs to live beyond the"]
[INFO] [stdout] 9192 | | #[doc = " lifetime of the result object it must be copied."]
[INFO] [stdout] 9193 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9206 | | #[doc = ""]
[INFO] [stdout] 9207 | | #[doc = " @see cass_statement_set_paging_state_token()"]
[INFO] [stdout] | |____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/cassandra.rs:9190:5
[INFO] [stdout] |
[INFO] [stdout] 9190 | / #[doc = " Gets the raw paging state from the result. The paging state is bound to the"]
[INFO] [stdout] 9191 | | #[doc = " lifetime of the result object. If paging state needs to live beyond the"]
[INFO] [stdout] 9192 | | #[doc = " lifetime of the result object it must be copied."]
[INFO] [stdout] 9193 | | #[doc = ""]
[INFO] [stdout] ... |
[INFO] [stdout] 9206 | | #[doc = ""]
[INFO] [stdout] 9207 | | #[doc = " @see cass_statement_set_paging_state_token()"]
[INFO] [stdout] | |____________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] paging_state
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9215:5
[INFO] [stdout] |
[INFO] [stdout] 9215 | / #[doc = " Frees an error result instance."]
[INFO] [stdout] 9216 | | #[doc = ""]
[INFO] [stdout] 9217 | | #[doc = " @public @memberof CassErrorResult"]
[INFO] [stdout] 9218 | | #[doc = ""]
[INFO] [stdout] 9219 | | #[doc = " @param[in] error_result"]
[INFO] [stdout] | |_______________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] error_result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9223:5
[INFO] [stdout] |
[INFO] [stdout] 9223 | / #[doc = " Gets error code for the error result. This error code will always"]
[INFO] [stdout] 9224 | | #[doc = " have an server error source."]
[INFO] [stdout] 9225 | | #[doc = ""]
[INFO] [stdout] 9226 | | #[doc = " @public @memberof CassErrorResult"]
[INFO] [stdout] 9227 | | #[doc = ""]
[INFO] [stdout] 9228 | | #[doc = " @param[in] error_result"]
[INFO] [stdout] 9229 | | #[doc = " @return The server error code"]
[INFO] [stdout] | |_____________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] error_result
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/cassandra.rs:9233:5
[INFO] [stdout] |
[WARN] too many lines in the log, truncating it