diff --git a/Cargo.lock b/Cargo.lock index cbe80f11..92a67c47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "addr2line" -version = "0.22.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ "gimli", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "ahash" @@ -40,9 +40,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.18" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "android-tzdata" @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.15" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" dependencies = [ "anstyle", "anstyle-parse", @@ -76,36 +76,36 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.8" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anstyle-parse" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" +checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" +checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.4" +version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" +checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" dependencies = [ "anstyle", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -149,6 +149,16 @@ dependencies = [ "wait-timeout", ] +[[package]] +name = "async-attributes" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" +dependencies = [ + "quote", + "syn 1.0.109", +] + [[package]] name = "async-channel" version = "1.9.0" @@ -174,14 +184,14 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.1.1", - "futures-lite 2.3.0", + "fastrand", + "futures-lite", "slab", ] @@ -193,61 +203,32 @@ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-io 2.3.4", - "async-lock 3.4.0", + "async-io", + "async-lock", "blocking", - "futures-lite 2.3.0", + "futures-lite", "once_cell", ] [[package]] name = "async-io" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" -dependencies = [ - "async-lock 2.8.0", - "autocfg", - "cfg-if", - "concurrent-queue", - "futures-lite 1.13.0", - "log", - "parking", - "polling 2.8.0", - "rustix 0.37.27", - "slab", - "socket2 0.4.10", - "waker-fn", -] - -[[package]] -name = "async-io" -version = "2.3.4" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" +checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" dependencies = [ - "async-lock 3.4.0", + "async-lock", "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.3.0", + "futures-lite", "parking", - "polling 3.7.3", - "rustix 0.38.40", + "polling", + "rustix", "slab", "tracing", "windows-sys 0.59.0", ] -[[package]] -name = "async-lock" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" -dependencies = [ - "event-listener 2.5.3", -] - [[package]] name = "async-lock" version = "3.4.0" @@ -261,28 +242,30 @@ dependencies = [ [[package]] name = "async-object-pool" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc" +checksum = "333c456b97c3f2d50604e8b2624253b7f787208cb72eb75e64b0ad11b221652c" dependencies = [ "async-std", ] [[package]] name = "async-process" -version = "1.8.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" +checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" dependencies = [ - "async-io 1.13.0", - "async-lock 2.8.0", + "async-channel 2.3.1", + "async-io", + "async-lock", "async-signal", + "async-task", "blocking", "cfg-if", - "event-listener 3.1.0", - "futures-lite 1.13.0", - "rustix 0.38.40", - "windows-sys 0.48.0", + "event-listener 5.3.1", + "futures-lite", + "rustix", + "tracing", ] [[package]] @@ -291,13 +274,13 @@ version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ - "async-io 2.3.4", - "async-lock 3.4.0", + "async-io", + "async-lock", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.40", + "rustix", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -305,20 +288,21 @@ dependencies = [ [[package]] name = "async-std" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" +checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" dependencies = [ + "async-attributes", "async-channel 1.9.0", "async-global-executor", - "async-io 1.13.0", - "async-lock 2.8.0", + "async-io", + "async-lock", "async-process", "crossbeam-utils", "futures-channel", "futures-core", "futures-io", - "futures-lite 1.13.0", + "futures-lite", "gloo-timers", "kv-log-macro", "log", @@ -349,7 +333,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -366,7 +350,7 @@ checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -377,23 +361,23 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ "addr2line", - "cc", "cfg-if", "libc", "miniz_oxide", "object", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] @@ -440,12 +424,6 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - [[package]] name = "bitflags" version = "2.6.0" @@ -470,15 +448,15 @@ dependencies = [ "async-channel 2.3.1", "async-task", "futures-io", - "futures-lite 2.3.0", + "futures-lite", "piper", ] [[package]] name = "bstr" -version = "1.10.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" +checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8" dependencies = [ "memchr", "regex-automata", @@ -527,12 +505,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" -[[package]] -name = "castaway" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" - [[package]] name = "castaway" version = "0.2.3" @@ -544,9 +516,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.15" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" +checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" dependencies = [ "jobserver", "libc", @@ -559,6 +531,12 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "cfg_aliases" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + [[package]] name = "chrono" version = "0.4.39" @@ -615,7 +593,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -626,9 +604,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "colorchoice" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" +checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" @@ -646,7 +624,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" dependencies = [ - "castaway 0.2.3", + "castaway", "cfg-if", "itoa", "ryu", @@ -664,15 +642,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.8" +version = "0.15.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "unicode-width 0.1.13", - "windows-sys 0.52.0", + "once_cell", + "unicode-width 0.2.0", + "windows-sys 0.59.0", ] [[package]] @@ -693,27 +671,27 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.13" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" +checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" dependencies = [ "libc", ] [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crossterm" @@ -721,7 +699,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" dependencies = [ - "bitflags 2.6.0", + "bitflags", "crossterm_winapi", "futures-core", "libc", @@ -757,37 +735,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "curl" -version = "0.4.46" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" -dependencies = [ - "curl-sys", - "libc", - "openssl-probe", - "openssl-sys", - "schannel", - "socket2 0.5.7", - "windows-sys 0.52.0", -] - -[[package]] -name = "curl-sys" -version = "0.4.74+curl-8.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf" -dependencies = [ - "cc", - "libc", - "libnghttp2-sys", - "libz-sys", - "openssl-sys", - "pkg-config", - "vcpkg", - "windows-sys 0.52.0", -] - [[package]] name = "data-encoding" version = "2.6.0" @@ -892,7 +839,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -918,9 +865,9 @@ dependencies = [ "form_urlencoded", "futures", "hostname 0.4.0", - "http 1.1.0", + "http 1.2.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.2", "hyper-util", "indexmap", "multer", @@ -963,7 +910,7 @@ dependencies = [ "semver", "serde", "serde_tokenstream", - "syn", + "syn 2.0.91", ] [[package]] @@ -989,15 +936,15 @@ dependencies = [ [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "encoding_rs" -version = "0.8.34" +version = "0.8.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" +checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" dependencies = [ "cfg-if", ] @@ -1023,12 +970,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1037,17 +984,6 @@ version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" -[[package]] -name = "event-listener" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", -] - [[package]] name = "event-listener" version = "5.3.1" @@ -1061,9 +997,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" +checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" dependencies = [ "event-listener 5.3.1", "pin-project-lite", @@ -1083,18 +1019,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" -dependencies = [ - "instant", -] - -[[package]] -name = "fastrand" -version = "2.1.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fixedbitset" @@ -1117,6 +1044,12 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foldhash" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" + [[package]] name = "foreign-types" version = "0.3.2" @@ -1191,26 +1124,11 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" -dependencies = [ - "fastrand 1.9.0", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite", - "waker-fn", -] - -[[package]] -name = "futures-lite" -version = "2.3.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" +checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" dependencies = [ - "fastrand 2.1.1", + "fastrand", "futures-core", "futures-io", "parking", @@ -1225,7 +1143,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -1283,9 +1201,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.29.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git2" @@ -1293,7 +1211,7 @@ version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" dependencies = [ - "bitflags 2.6.0", + "bitflags", "libc", "libgit2-sys", "log", @@ -1302,9 +1220,9 @@ dependencies = [ [[package]] name = "gloo-timers" -version = "0.2.6" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" +checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" dependencies = [ "futures-channel", "futures-core", @@ -1314,16 +1232,16 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.1.0", + "http 1.2.0", "indexmap", "slab", "tokio", @@ -1343,9 +1261,14 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] [[package]] name = "heck" @@ -1353,12 +1276,6 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -[[package]] -name = "hermit-abi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" - [[package]] name = "hermit-abi" version = "0.4.0" @@ -1367,11 +1284,11 @@ checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1409,9 +1326,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", @@ -1436,7 +1353,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.2.0", ] [[package]] @@ -1447,16 +1364,16 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "httparse" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" [[package]] name = "httpdate" @@ -1466,20 +1383,20 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "httpmock" -version = "0.6.8" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b02e044d3b4c2f94936fb05f9649efa658ca788f44eb6b87554e2033fc8ce93" +checksum = "08ec9586ee0910472dec1a1f0f8acf52f0fdde93aea74d70d4a3107b4be0fd5b" dependencies = [ "assert-json-diff", "async-object-pool", + "async-std", "async-trait", "base64 0.21.7", "basic-cookies", "crossbeam-utils", "form_urlencoded", "futures-util", - "hyper 0.14.30", - "isahc", + "hyper 0.14.32", "lazy_static", "levenshtein", "log", @@ -1500,9 +1417,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.30" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", @@ -1514,7 +1431,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2", "tokio", "tower-service", "tracing", @@ -1523,15 +1440,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", "futures-util", "h2", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "httparse", "httpdate", @@ -1544,18 +1461,18 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.3" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", - "http 1.1.0", - "hyper 1.5.0", + "http 1.2.0", + "hyper 1.5.2", "hyper-util", - "rustls 0.23.12", + "rustls 0.23.20", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.1", "tower-service", "webpki-roots", ] @@ -1568,7 +1485,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.2", "hyper-util", "native-tls", "tokio", @@ -1585,11 +1502,11 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.2", "pin-project-lite", - "socket2 0.5.7", + "socket2", "tokio", "tower-service", "tracing", @@ -1597,9 +1514,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -1733,7 +1650,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -1764,7 +1681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "serde", ] @@ -1781,15 +1698,6 @@ dependencies = [ "web-time", ] -[[package]] -name = "instant" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" -dependencies = [ - "cfg-if", -] - [[package]] name = "integration-tests" version = "0.0.0" @@ -1804,22 +1712,11 @@ dependencies = [ "uuid", ] -[[package]] -name = "io-lifetimes" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" -dependencies = [ - "hermit-abi 0.3.9", - "libc", - "windows-sys 0.48.0", -] - [[package]] name = "ipnet" -version = "2.9.0" +version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" [[package]] name = "ipnetwork" @@ -1845,7 +1742,7 @@ version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi 0.4.0", + "hermit-abi", "libc", "windows-sys 0.52.0", ] @@ -1866,33 +1763,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "isahc" -version = "1.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" -dependencies = [ - "async-channel 1.9.0", - "castaway 0.1.2", - "crossbeam-utils", - "curl", - "curl-sys", - "encoding_rs", - "event-listener 2.5.3", - "futures-lite 1.13.0", - "http 0.2.12", - "log", - "mime", - "once_cell", - "polling 2.8.0", - "slab", - "sluice", - "tracing", - "tracing-futures", - "url", - "waker-fn", -] - [[package]] name = "itertools" version = "0.11.0" @@ -1922,9 +1792,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "jobserver" @@ -1937,10 +1807,11 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.70" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ + "once_cell", "wasm-bindgen", ] @@ -2014,23 +1885,13 @@ dependencies = [ "pkg-config", ] -[[package]] -name = "libnghttp2-sys" -version = "0.1.10+1.61.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "959c25552127d2e1fa72f0e52548ec04fc386e827ba71a7bd01db46a447dc135" -dependencies = [ - "cc", - "libc", -] - [[package]] name = "libredox" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.6.0", + "bitflags", "libc", ] @@ -2046,12 +1907,6 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "linux-raw-sys" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" - [[package]] name = "linux-raw-sys" version = "0.4.14" @@ -2060,9 +1915,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "litemap" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" +checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "lock_api" @@ -2085,11 +1940,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.2", ] [[package]] @@ -2118,11 +1973,11 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" dependencies = [ - "adler", + "adler2", ] [[package]] @@ -2139,11 +1994,10 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ - "hermit-abi 0.3.9", "libc", "wasi", "windows-sys 0.52.0", @@ -2158,7 +2012,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-util", - "http 1.1.0", + "http 1.2.0", "httparse", "memchr", "mime", @@ -2243,7 +2097,7 @@ dependencies = [ "base64 0.22.1", "chrono", "getrandom", - "http 1.1.0", + "http 1.2.0", "rand", "reqwest", "serde", @@ -2256,18 +2110,18 @@ dependencies = [ [[package]] name = "object" -version = "0.36.4" +version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "open" @@ -2293,11 +2147,11 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ - "bitflags 2.6.0", + "bitflags", "cfg-if", "foreign-types", "libc", @@ -2314,7 +2168,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -2325,18 +2179,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.1+3.3.1" +version = "300.4.1+3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", @@ -2446,9 +2300,9 @@ dependencies = [ [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -2481,9 +2335,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pathdiff" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" +checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "pem" @@ -2525,31 +2379,11 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" -[[package]] -name = "pin-project" -version = "1.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "pin-project-lite" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" +checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pin-utils" @@ -2564,52 +2398,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.1.1", + "fastrand", "futures-io", ] [[package]] name = "pkg-config" -version = "0.3.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" - -[[package]] -name = "polling" -version = "2.8.0" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" -dependencies = [ - "autocfg", - "bitflags 1.3.2", - "cfg-if", - "concurrent-queue", - "libc", - "log", - "pin-project-lite", - "windows-sys 0.48.0", -] +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "polling" -version = "3.7.3" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" +checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi 0.4.0", + "hermit-abi", "pin-project-lite", - "rustix 0.38.40", + "rustix", "tracing", "windows-sys 0.59.0", ] [[package]] name = "portable-atomic" -version = "1.7.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" +checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" [[package]] name = "powerfmt" @@ -2648,15 +2466,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" +checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" [[package]] name = "predicates-tree" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" +checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" dependencies = [ "predicates-core", "termtree", @@ -2684,7 +2502,7 @@ dependencies = [ [[package]] name = "progenitor" version = "0.8.0" -source = "git+https://github.com/oxidecomputer/progenitor#e65651f06c16674a68aae64c5143e36b8b7efeaf" +source = "git+https://github.com/oxidecomputer/progenitor#cb9bf780eda5be507c610e4a5bb489c335c15af2" dependencies = [ "progenitor-impl", ] @@ -2707,10 +2525,10 @@ dependencies = [ [[package]] name = "progenitor-impl" version = "0.8.0" -source = "git+https://github.com/oxidecomputer/progenitor#e65651f06c16674a68aae64c5143e36b8b7efeaf" +source = "git+https://github.com/oxidecomputer/progenitor#cb9bf780eda5be507c610e4a5bb489c335c15af2" dependencies = [ "heck", - "http 1.1.0", + "http 1.2.0", "indexmap", "openapiv3", "proc-macro2", @@ -2719,7 +2537,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "syn", + "syn 2.0.91", "thiserror 2.0.9", "typify", "unicode-ident", @@ -2727,48 +2545,52 @@ dependencies = [ [[package]] name = "quinn" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" +checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" dependencies = [ "bytes", "pin-project-lite", "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.23.12", - "socket2 0.5.7", - "thiserror 1.0.69", + "rustls 0.23.20", + "socket2", + "thiserror 2.0.9", "tokio", "tracing", ] [[package]] name = "quinn-proto" -version = "0.11.8" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" +checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ "bytes", + "getrandom", "rand", "ring 0.17.8", "rustc-hash", - "rustls 0.23.12", + "rustls 0.23.20", + "rustls-pki-types", "slab", - "thiserror 1.0.69", + "thiserror 2.0.9", "tinyvec", "tracing", + "web-time", ] [[package]] name = "quinn-udp" -version = "0.5.5" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" +checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" dependencies = [ + "cfg_aliases", "libc", "once_cell", - "socket2 0.5.7", + "socket2", "tracing", "windows-sys 0.59.0", ] @@ -2818,7 +2640,7 @@ version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef" dependencies = [ - "bitflags 2.6.0", + "bitflags", "cassowary", "compact_str", "crossterm", @@ -2829,7 +2651,7 @@ dependencies = [ "strum", "unicode-segmentation", "unicode-truncate", - "unicode-width 0.1.13", + "unicode-width 0.1.14", ] [[package]] @@ -2846,11 +2668,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.3" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" dependencies = [ - "bitflags 2.6.0", + "bitflags", ] [[package]] @@ -2878,9 +2700,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", @@ -2915,10 +2737,10 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.2", "hyper-rustls", "hyper-tls", "hyper-util", @@ -2931,7 +2753,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.12", + "rustls 0.23.20", "rustls-pemfile", "rustls-pki-types", "serde", @@ -2941,7 +2763,7 @@ dependencies = [ "system-configuration", "tokio", "tokio-native-tls", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.1", "tokio-util", "tower-service", "url", @@ -2991,9 +2813,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" [[package]] name = "rustfmt-wrapper" @@ -3010,29 +2832,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" -dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.3.8", - "windows-sys 0.48.0", -] - -[[package]] -name = "rustix" -version = "0.38.40" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ - "bitflags 2.6.0", + "bitflags", "errno", "libc", - "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "linux-raw-sys", + "windows-sys 0.59.0", ] [[package]] @@ -3051,9 +2859,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" dependencies = [ "once_cell", "ring 0.17.8", @@ -3065,25 +2873,27 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64 0.22.1", "rustls-pki-types", ] [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +dependencies = [ + "web-time", +] [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -3092,9 +2902,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "ryu" @@ -3113,11 +2923,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3143,7 +2953,7 @@ dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn", + "syn 2.0.91", ] [[package]] @@ -3158,7 +2968,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.6.0", + "bitflags", "core-foundation", "core-foundation-sys", "libc", @@ -3167,9 +2977,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" +checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" dependencies = [ "core-foundation-sys", "libc", @@ -3201,7 +3011,7 @@ checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -3212,7 +3022,7 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -3249,9 +3059,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] @@ -3265,7 +3075,7 @@ dependencies = [ "proc-macro2", "quote", "serde", - "syn", + "syn 2.0.91", ] [[package]] @@ -3420,17 +3230,6 @@ dependencies = [ "time", ] -[[package]] -name = "sluice" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" -dependencies = [ - "async-channel 1.9.0", - "futures-core", - "futures-io", -] - [[package]] name = "smallvec" version = "1.13.2" @@ -3439,19 +3238,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "socket2" -version = "0.4.10" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "socket2" -version = "0.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -3476,7 +3265,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac" dependencies = [ "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -3529,7 +3318,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn", + "syn 2.0.91", ] [[package]] @@ -3540,9 +3329,20 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.90" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" +checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035" dependencies = [ "proc-macro2", "quote", @@ -3551,9 +3351,9 @@ dependencies = [ [[package]] name = "sync_wrapper" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" dependencies = [ "futures-core", ] @@ -3566,7 +3366,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -3575,7 +3375,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.6.0", + "bitflags", "core-foundation", "system-configuration-sys", ] @@ -3596,7 +3396,7 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6" dependencies = [ - "unicode-width 0.1.13", + "unicode-width 0.1.14", ] [[package]] @@ -3612,9 +3412,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", - "fastrand 2.1.1", + "fastrand", "once_cell", - "rustix 0.38.40", + "rustix", "windows-sys 0.59.0", ] @@ -3640,11 +3440,11 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" +checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" dependencies = [ - "rustix 0.38.40", + "rustix", "windows-sys 0.59.0", ] @@ -3659,9 +3459,9 @@ dependencies = [ [[package]] name = "termtree" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" +checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "test-common" @@ -3701,7 +3501,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -3712,7 +3512,7 @@ checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -3743,9 +3543,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa", @@ -3766,9 +3566,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", @@ -3795,9 +3595,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" dependencies = [ "tinyvec_macros", ] @@ -3817,11 +3617,11 @@ dependencies = [ "backtrace", "bytes", "libc", - "mio 1.0.2", + "mio 1.0.3", "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.7", + "socket2", "tokio-macros", "windows-sys 0.52.0", ] @@ -3834,7 +3634,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] @@ -3860,12 +3660,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" dependencies = [ - "rustls 0.23.12", - "rustls-pki-types", + "rustls 0.23.20", "tokio", ] @@ -3883,9 +3682,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", @@ -3949,46 +3748,23 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ - "log", "pin-project-lite", - "tracing-attributes", "tracing-core", ] -[[package]] -name = "tracing-attributes" -version = "0.1.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", ] -[[package]] -name = "tracing-futures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" -dependencies = [ - "pin-project", - "tracing", -] - [[package]] name = "try-lock" version = "0.2.5" @@ -4023,7 +3799,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typify" version = "0.2.0" -source = "git+https://github.com/oxidecomputer/typify#9065106fc0bf1c0611dd7a5aea0c7366b7f00135" +source = "git+https://github.com/oxidecomputer/typify#fa65d747632c2c95d06df9d702cca1d04684e3c2" dependencies = [ "typify-impl", "typify-macro", @@ -4032,7 +3808,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.2.0" -source = "git+https://github.com/oxidecomputer/typify#9065106fc0bf1c0611dd7a5aea0c7366b7f00135" +source = "git+https://github.com/oxidecomputer/typify#fa65d747632c2c95d06df9d702cca1d04684e3c2" dependencies = [ "heck", "log", @@ -4043,7 +3819,7 @@ dependencies = [ "semver", "serde", "serde_json", - "syn", + "syn 2.0.91", "thiserror 2.0.9", "unicode-ident", ] @@ -4051,7 +3827,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.2.0" -source = "git+https://github.com/oxidecomputer/typify#9065106fc0bf1c0611dd7a5aea0c7366b7f00135" +source = "git+https://github.com/oxidecomputer/typify#fa65d747632c2c95d06df9d702cca1d04684e3c2" dependencies = [ "proc-macro2", "quote", @@ -4060,7 +3836,7 @@ dependencies = [ "serde", "serde_json", "serde_tokenstream", - "syn", + "syn 2.0.91", "typify-impl", ] @@ -4072,9 +3848,9 @@ checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "unicode-segmentation" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-truncate" @@ -4084,14 +3860,14 @@ checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" dependencies = [ "itertools 0.13.0", "unicode-segmentation", - "unicode-width 0.1.13", + "unicode-width 0.1.14", ] [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-width" @@ -4101,9 +3877,9 @@ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "unicode-xid" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "untrusted" @@ -4165,9 +3941,9 @@ dependencies = [ [[package]] name = "value-bag" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" +checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2" [[package]] name = "vcpkg" @@ -4199,12 +3975,6 @@ dependencies = [ "atomic-waker", ] -[[package]] -name = "waker-fn" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" - [[package]] name = "walkdir" version = "2.5.0" @@ -4232,9 +4002,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -4243,36 +4013,36 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", - "syn", + "syn 2.0.91", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.43" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" dependencies = [ "cfg-if", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4280,28 +4050,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.93" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-streams" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" +checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" dependencies = [ "futures-util", "js-sys", @@ -4312,9 +4082,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.70" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", @@ -4332,9 +4102,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.6" +version = "0.26.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" +checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" dependencies = [ "rustls-pki-types", ] @@ -4569,9 +4339,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.18" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] @@ -4618,9 +4388,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -4630,13 +4400,13 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", "synstructure", ] @@ -4658,27 +4428,27 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] [[package]] name = "zerofrom" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" +checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", "synstructure", ] @@ -4707,5 +4477,5 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.91", ] diff --git a/Cargo.toml b/Cargo.toml index 5fe4c68a..9fd6c736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ dropshot = "0.13.0" env_logger = "0.10.2" expectorate = { version = "1.1.0", features = ["predicates"] } futures = "0.3.31" -httpmock = "0.6.8" +httpmock = "0.7.0" humantime = "2" indicatif = "0.17" libc = "0.2.169" diff --git a/sdk/src/generated_sdk.rs b/sdk/src/generated_sdk.rs index ece8807d..4c4c1f7a 100644 --- a/sdk/src/generated_sdk.rs +++ b/sdk/src/generated_sdk.rs @@ -94,7 +94,7 @@ pub mod types { pub vlan_id: ::std::option::Option, } - impl From<&Address> for Address { + impl ::std::convert::From<&Address> for Address { fn from(value: &Address) -> Self { value.clone() } @@ -139,7 +139,7 @@ pub mod types { pub addresses: ::std::vec::Vec
, } - impl From<&AddressConfig> for AddressConfig { + impl ::std::convert::From<&AddressConfig> for AddressConfig { fn from(value: &AddressConfig) -> Self { value.clone() } @@ -229,7 +229,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&AddressLot> for AddressLot { + impl ::std::convert::From<&AddressLot> for AddressLot { fn from(value: &AddressLot) -> Self { value.clone() } @@ -288,7 +288,7 @@ pub mod types { pub last_address: std::net::IpAddr, } - impl From<&AddressLotBlock> for AddressLotBlock { + impl ::std::convert::From<&AddressLotBlock> for AddressLotBlock { fn from(value: &AddressLotBlock) -> Self { value.clone() } @@ -339,7 +339,7 @@ pub mod types { pub last_address: std::net::IpAddr, } - impl From<&AddressLotBlockCreate> for AddressLotBlockCreate { + impl ::std::convert::From<&AddressLotBlockCreate> for AddressLotBlockCreate { fn from(value: &AddressLotBlockCreate) -> Self { value.clone() } @@ -393,7 +393,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&AddressLotBlockResultsPage> for AddressLotBlockResultsPage { + impl ::std::convert::From<&AddressLotBlockResultsPage> for AddressLotBlockResultsPage { fn from(value: &AddressLotBlockResultsPage) -> Self { value.clone() } @@ -457,7 +457,7 @@ pub mod types { pub name: Name, } - impl From<&AddressLotCreate> for AddressLotCreate { + impl ::std::convert::From<&AddressLotCreate> for AddressLotCreate { fn from(value: &AddressLotCreate) -> Self { value.clone() } @@ -513,7 +513,7 @@ pub mod types { pub lot: AddressLot, } - impl From<&AddressLotCreateResponse> for AddressLotCreateResponse { + impl ::std::convert::From<&AddressLotCreateResponse> for AddressLotCreateResponse { fn from(value: &AddressLotCreateResponse) -> Self { value.clone() } @@ -575,7 +575,7 @@ pub mod types { Pool, } - impl From<&AddressLotKind> for AddressLotKind { + impl ::std::convert::From<&AddressLotKind> for AddressLotKind { fn from(value: &AddressLotKind) -> Self { value.clone() } @@ -590,7 +590,7 @@ pub mod types { } } - impl std::str::FromStr for AddressLotKind { + impl ::std::str::FromStr for AddressLotKind { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -601,14 +601,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for AddressLotKind { + impl ::std::convert::TryFrom<&str> for AddressLotKind { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for AddressLotKind { + impl ::std::convert::TryFrom<&::std::string::String> for AddressLotKind { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -617,7 +617,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for AddressLotKind { + impl ::std::convert::TryFrom<::std::string::String> for AddressLotKind { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -668,7 +668,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&AddressLotResultsPage> for AddressLotResultsPage { + impl ::std::convert::From<&AddressLotResultsPage> for AddressLotResultsPage { fn from(value: &AddressLotResultsPage) -> Self { value.clone() } @@ -711,7 +711,7 @@ pub mod types { pub switch_histories: ::std::vec::Vec, } - impl From<&AggregateBgpMessageHistory> for AggregateBgpMessageHistory { + impl ::std::convert::From<&AggregateBgpMessageHistory> for AggregateBgpMessageHistory { fn from(value: &AggregateBgpMessageHistory) -> Self { value.clone() } @@ -773,7 +773,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&AllowList> for AllowList { + impl ::std::convert::From<&AllowList> for AllowList { fn from(value: &AllowList) -> Self { value.clone() } @@ -817,7 +817,7 @@ pub mod types { pub allowed_ips: AllowedSourceIps, } - impl From<&AllowListUpdate> for AllowListUpdate { + impl ::std::convert::From<&AllowListUpdate> for AllowListUpdate { fn from(value: &AllowListUpdate) -> Self { value.clone() } @@ -895,13 +895,13 @@ pub mod types { List(::std::vec::Vec), } - impl From<&AllowedSourceIps> for AllowedSourceIps { + impl ::std::convert::From<&AllowedSourceIps> for AllowedSourceIps { fn from(value: &AllowedSourceIps) -> Self { value.clone() } } - impl From<::std::vec::Vec> for AllowedSourceIps { + impl ::std::convert::From<::std::vec::Vec> for AllowedSourceIps { fn from(value: ::std::vec::Vec) -> Self { Self::List(value) } @@ -989,7 +989,7 @@ pub mod types { ViewableToAll, } - impl From<&AuthzScope> for AuthzScope { + impl ::std::convert::From<&AuthzScope> for AuthzScope { fn from(value: &AuthzScope) -> Self { value.clone() } @@ -1006,7 +1006,7 @@ pub mod types { } } - impl std::str::FromStr for AuthzScope { + impl ::std::str::FromStr for AuthzScope { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -1019,14 +1019,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for AuthzScope { + impl ::std::convert::TryFrom<&str> for AuthzScope { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for AuthzScope { + impl ::std::convert::TryFrom<&::std::string::String> for AuthzScope { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -1035,7 +1035,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for AuthzScope { + impl ::std::convert::TryFrom<::std::string::String> for AuthzScope { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -1083,7 +1083,7 @@ pub mod types { pub serial: ::std::string::String, } - impl From<&Baseboard> for Baseboard { + impl ::std::convert::From<&Baseboard> for Baseboard { fn from(value: &Baseboard) -> Self { value.clone() } @@ -1130,7 +1130,7 @@ pub mod types { MultiHop, } - impl From<&BfdMode> for BfdMode { + impl ::std::convert::From<&BfdMode> for BfdMode { fn from(value: &BfdMode) -> Self { value.clone() } @@ -1145,7 +1145,7 @@ pub mod types { } } - impl std::str::FromStr for BfdMode { + impl ::std::str::FromStr for BfdMode { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -1156,14 +1156,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for BfdMode { + impl ::std::convert::TryFrom<&str> for BfdMode { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for BfdMode { + impl ::std::convert::TryFrom<&::std::string::String> for BfdMode { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -1172,7 +1172,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for BfdMode { + impl ::std::convert::TryFrom<::std::string::String> for BfdMode { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -1224,7 +1224,7 @@ pub mod types { pub switch: Name, } - impl From<&BfdSessionDisable> for BfdSessionDisable { + impl ::std::convert::From<&BfdSessionDisable> for BfdSessionDisable { fn from(value: &BfdSessionDisable) -> Self { value.clone() } @@ -1330,7 +1330,7 @@ pub mod types { pub switch: Name, } - impl From<&BfdSessionEnable> for BfdSessionEnable { + impl ::std::convert::From<&BfdSessionEnable> for BfdSessionEnable { fn from(value: &BfdSessionEnable) -> Self { value.clone() } @@ -1413,7 +1413,7 @@ pub mod types { Up, } - impl From<&BfdState> for BfdState { + impl ::std::convert::From<&BfdState> for BfdState { fn from(value: &BfdState) -> Self { value.clone() } @@ -1430,7 +1430,7 @@ pub mod types { } } - impl std::str::FromStr for BfdState { + impl ::std::str::FromStr for BfdState { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -1443,14 +1443,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for BfdState { + impl ::std::convert::TryFrom<&str> for BfdState { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for BfdState { + impl ::std::convert::TryFrom<&::std::string::String> for BfdState { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -1459,7 +1459,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for BfdState { + impl ::std::convert::TryFrom<::std::string::String> for BfdState { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -1532,7 +1532,7 @@ pub mod types { pub switch: Name, } - impl From<&BfdStatus> for BfdStatus { + impl ::std::convert::From<&BfdStatus> for BfdStatus { fn from(value: &BfdStatus) -> Self { value.clone() } @@ -1611,7 +1611,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&BgpAnnounceSet> for BgpAnnounceSet { + impl ::std::convert::From<&BgpAnnounceSet> for BgpAnnounceSet { fn from(value: &BgpAnnounceSet) -> Self { value.clone() } @@ -1665,7 +1665,7 @@ pub mod types { pub name: Name, } - impl From<&BgpAnnounceSetCreate> for BgpAnnounceSetCreate { + impl ::std::convert::From<&BgpAnnounceSetCreate> for BgpAnnounceSetCreate { fn from(value: &BgpAnnounceSetCreate) -> Self { value.clone() } @@ -1726,7 +1726,7 @@ pub mod types { pub network: IpNet, } - impl From<&BgpAnnouncement> for BgpAnnouncement { + impl ::std::convert::From<&BgpAnnouncement> for BgpAnnouncement { fn from(value: &BgpAnnouncement) -> Self { value.clone() } @@ -1782,7 +1782,7 @@ pub mod types { pub network: IpNet, } - impl From<&BgpAnnouncementCreate> for BgpAnnouncementCreate { + impl ::std::convert::From<&BgpAnnouncementCreate> for BgpAnnouncementCreate { fn from(value: &BgpAnnouncementCreate) -> Self { value.clone() } @@ -1881,7 +1881,7 @@ pub mod types { pub vrf: ::std::option::Option<::std::string::String>, } - impl From<&BgpConfig> for BgpConfig { + impl ::std::convert::From<&BgpConfig> for BgpConfig { fn from(value: &BgpConfig) -> Self { value.clone() } @@ -1963,7 +1963,7 @@ pub mod types { pub vrf: ::std::option::Option, } - impl From<&BgpConfigCreate> for BgpConfigCreate { + impl ::std::convert::From<&BgpConfigCreate> for BgpConfigCreate { fn from(value: &BgpConfigCreate) -> Self { value.clone() } @@ -2017,7 +2017,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&BgpConfigResultsPage> for BgpConfigResultsPage { + impl ::std::convert::From<&BgpConfigResultsPage> for BgpConfigResultsPage { fn from(value: &BgpConfigResultsPage) -> Self { value.clone() } @@ -2063,7 +2063,7 @@ pub mod types { pub exports: ::std::collections::HashMap<::std::string::String, ::std::vec::Vec>, } - impl From<&BgpExported> for BgpExported { + impl ::std::convert::From<&BgpExported> for BgpExported { fn from(value: &BgpExported) -> Self { value.clone() } @@ -2135,7 +2135,7 @@ pub mod types { pub switch: SwitchLocation, } - impl From<&BgpImportedRouteIpv4> for BgpImportedRouteIpv4 { + impl ::std::convert::From<&BgpImportedRouteIpv4> for BgpImportedRouteIpv4 { fn from(value: &BgpImportedRouteIpv4) -> Self { value.clone() } @@ -2158,6 +2158,7 @@ pub mod types { #[derive( :: serde :: Deserialize, :: serde :: Serialize, Clone, Debug, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct BgpMessageHistory(pub ::serde_json::Value); impl ::std::ops::Deref for BgpMessageHistory { type Target = ::serde_json::Value; @@ -2166,19 +2167,19 @@ pub mod types { } } - impl From for ::serde_json::Value { + impl ::std::convert::From for ::serde_json::Value { fn from(value: BgpMessageHistory) -> Self { value.0 } } - impl From<&BgpMessageHistory> for BgpMessageHistory { + impl ::std::convert::From<&BgpMessageHistory> for BgpMessageHistory { fn from(value: &BgpMessageHistory) -> Self { value.clone() } } - impl From<::serde_json::Value> for BgpMessageHistory { + impl ::std::convert::From<::serde_json::Value> for BgpMessageHistory { fn from(value: ::serde_json::Value) -> Self { Self(value) } @@ -2417,7 +2418,7 @@ pub mod types { pub vlan_id: ::std::option::Option, } - impl From<&BgpPeer> for BgpPeer { + impl ::std::convert::From<&BgpPeer> for BgpPeer { fn from(value: &BgpPeer) -> Self { value.clone() } @@ -2457,7 +2458,7 @@ pub mod types { pub peers: ::std::vec::Vec, } - impl From<&BgpPeerConfig> for BgpPeerConfig { + impl ::std::convert::From<&BgpPeerConfig> for BgpPeerConfig { fn from(value: &BgpPeerConfig) -> Self { value.clone() } @@ -2573,7 +2574,7 @@ pub mod types { Established, } - impl From<&BgpPeerState> for BgpPeerState { + impl ::std::convert::From<&BgpPeerState> for BgpPeerState { fn from(value: &BgpPeerState) -> Self { value.clone() } @@ -2593,7 +2594,7 @@ pub mod types { } } - impl std::str::FromStr for BgpPeerState { + impl ::std::str::FromStr for BgpPeerState { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -2609,14 +2610,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for BgpPeerState { + impl ::std::convert::TryFrom<&str> for BgpPeerState { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for BgpPeerState { + impl ::std::convert::TryFrom<&::std::string::String> for BgpPeerState { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -2625,7 +2626,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for BgpPeerState { + impl ::std::convert::TryFrom<::std::string::String> for BgpPeerState { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -2712,7 +2713,7 @@ pub mod types { pub switch: SwitchLocation, } - impl From<&BgpPeerStatus> for BgpPeerStatus { + impl ::std::convert::From<&BgpPeerStatus> for BgpPeerStatus { fn from(value: &BgpPeerStatus) -> Self { value.clone() } @@ -2828,7 +2829,7 @@ pub mod types { RangeFrom { start: f64 }, } - impl From<&BinRangedouble> for BinRangedouble { + impl ::std::convert::From<&BinRangedouble> for BinRangedouble { fn from(value: &BinRangedouble) -> Self { value.clone() } @@ -2938,7 +2939,7 @@ pub mod types { RangeFrom { start: f32 }, } - impl From<&BinRangefloat> for BinRangefloat { + impl ::std::convert::From<&BinRangefloat> for BinRangefloat { fn from(value: &BinRangefloat) -> Self { value.clone() } @@ -3048,7 +3049,7 @@ pub mod types { RangeFrom { start: i16 }, } - impl From<&BinRangeint16> for BinRangeint16 { + impl ::std::convert::From<&BinRangeint16> for BinRangeint16 { fn from(value: &BinRangeint16) -> Self { value.clone() } @@ -3158,7 +3159,7 @@ pub mod types { RangeFrom { start: i32 }, } - impl From<&BinRangeint32> for BinRangeint32 { + impl ::std::convert::From<&BinRangeint32> for BinRangeint32 { fn from(value: &BinRangeint32) -> Self { value.clone() } @@ -3268,7 +3269,7 @@ pub mod types { RangeFrom { start: i64 }, } - impl From<&BinRangeint64> for BinRangeint64 { + impl ::std::convert::From<&BinRangeint64> for BinRangeint64 { fn from(value: &BinRangeint64) -> Self { value.clone() } @@ -3378,7 +3379,7 @@ pub mod types { RangeFrom { start: i8 }, } - impl From<&BinRangeint8> for BinRangeint8 { + impl ::std::convert::From<&BinRangeint8> for BinRangeint8 { fn from(value: &BinRangeint8) -> Self { value.clone() } @@ -3492,7 +3493,7 @@ pub mod types { RangeFrom { start: u16 }, } - impl From<&BinRangeuint16> for BinRangeuint16 { + impl ::std::convert::From<&BinRangeuint16> for BinRangeuint16 { fn from(value: &BinRangeuint16) -> Self { value.clone() } @@ -3606,7 +3607,7 @@ pub mod types { RangeFrom { start: u32 }, } - impl From<&BinRangeuint32> for BinRangeuint32 { + impl ::std::convert::From<&BinRangeuint32> for BinRangeuint32 { fn from(value: &BinRangeuint32) -> Self { value.clone() } @@ -3720,7 +3721,7 @@ pub mod types { RangeFrom { start: u64 }, } - impl From<&BinRangeuint64> for BinRangeuint64 { + impl ::std::convert::From<&BinRangeuint64> for BinRangeuint64 { fn from(value: &BinRangeuint64) -> Self { value.clone() } @@ -3834,7 +3835,7 @@ pub mod types { RangeFrom { start: u8 }, } - impl From<&BinRangeuint8> for BinRangeuint8 { + impl ::std::convert::From<&BinRangeuint8> for BinRangeuint8 { fn from(value: &BinRangeuint8) -> Self { value.clone() } @@ -3882,7 +3883,7 @@ pub mod types { pub range: BinRangedouble, } - impl From<&Bindouble> for Bindouble { + impl ::std::convert::From<&Bindouble> for Bindouble { fn from(value: &Bindouble) -> Self { value.clone() } @@ -3936,7 +3937,7 @@ pub mod types { pub range: BinRangefloat, } - impl From<&Binfloat> for Binfloat { + impl ::std::convert::From<&Binfloat> for Binfloat { fn from(value: &Binfloat) -> Self { value.clone() } @@ -3990,7 +3991,7 @@ pub mod types { pub range: BinRangeint16, } - impl From<&Binint16> for Binint16 { + impl ::std::convert::From<&Binint16> for Binint16 { fn from(value: &Binint16) -> Self { value.clone() } @@ -4044,7 +4045,7 @@ pub mod types { pub range: BinRangeint32, } - impl From<&Binint32> for Binint32 { + impl ::std::convert::From<&Binint32> for Binint32 { fn from(value: &Binint32) -> Self { value.clone() } @@ -4098,7 +4099,7 @@ pub mod types { pub range: BinRangeint64, } - impl From<&Binint64> for Binint64 { + impl ::std::convert::From<&Binint64> for Binint64 { fn from(value: &Binint64) -> Self { value.clone() } @@ -4152,7 +4153,7 @@ pub mod types { pub range: BinRangeint8, } - impl From<&Binint8> for Binint8 { + impl ::std::convert::From<&Binint8> for Binint8 { fn from(value: &Binint8) -> Self { value.clone() } @@ -4206,7 +4207,7 @@ pub mod types { pub range: BinRangeuint16, } - impl From<&Binuint16> for Binuint16 { + impl ::std::convert::From<&Binuint16> for Binuint16 { fn from(value: &Binuint16) -> Self { value.clone() } @@ -4260,7 +4261,7 @@ pub mod types { pub range: BinRangeuint32, } - impl From<&Binuint32> for Binuint32 { + impl ::std::convert::From<&Binuint32> for Binuint32 { fn from(value: &Binuint32) -> Self { value.clone() } @@ -4314,7 +4315,7 @@ pub mod types { pub range: BinRangeuint64, } - impl From<&Binuint64> for Binuint64 { + impl ::std::convert::From<&Binuint64> for Binuint64 { fn from(value: &Binuint64) -> Self { value.clone() } @@ -4368,7 +4369,7 @@ pub mod types { pub range: BinRangeuint8, } - impl From<&Binuint8> for Binuint8 { + impl ::std::convert::From<&Binuint8> for Binuint8 { fn from(value: &Binuint8) -> Self { value.clone() } @@ -4397,6 +4398,7 @@ pub mod types { /// ``` /// #[derive(:: serde :: Serialize, Clone, Debug, schemars :: JsonSchema)] + #[serde(transparent)] pub struct BlockSize(i64); impl ::std::ops::Deref for BlockSize { type Target = i64; @@ -4405,13 +4407,13 @@ pub mod types { } } - impl From for i64 { + impl ::std::convert::From for i64 { fn from(value: BlockSize) -> Self { value.0 } } - impl From<&BlockSize> for BlockSize { + impl ::std::convert::From<&BlockSize> for BlockSize { fn from(value: &BlockSize) -> Self { value.clone() } @@ -4454,6 +4456,7 @@ pub mod types { #[derive( :: serde :: Deserialize, :: serde :: Serialize, Clone, Debug, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct ByteCount(pub u64); impl ::std::ops::Deref for ByteCount { type Target = u64; @@ -4462,46 +4465,46 @@ pub mod types { } } - impl From for u64 { + impl ::std::convert::From for u64 { fn from(value: ByteCount) -> Self { value.0 } } - impl From<&ByteCount> for ByteCount { + impl ::std::convert::From<&ByteCount> for ByteCount { fn from(value: &ByteCount) -> Self { value.clone() } } - impl From for ByteCount { + impl ::std::convert::From for ByteCount { fn from(value: u64) -> Self { Self(value) } } - impl std::str::FromStr for ByteCount { + impl ::std::str::FromStr for ByteCount { type Err = ::Err; fn from_str(value: &str) -> ::std::result::Result { Ok(Self(value.parse()?)) } } - impl std::convert::TryFrom<&str> for ByteCount { + impl ::std::convert::TryFrom<&str> for ByteCount { type Error = ::Err; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&String> for ByteCount { + impl ::std::convert::TryFrom<&String> for ByteCount { type Error = ::Err; fn try_from(value: &String) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom for ByteCount { + impl ::std::convert::TryFrom for ByteCount { type Error = ::Err; fn try_from(value: String) -> ::std::result::Result { value.parse() @@ -4598,7 +4601,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Certificate> for Certificate { + impl ::std::convert::From<&Certificate> for Certificate { fn from(value: &Certificate) -> Self { value.clone() } @@ -4667,7 +4670,7 @@ pub mod types { pub service: ServiceUsingCertificate, } - impl From<&CertificateCreate> for CertificateCreate { + impl ::std::convert::From<&CertificateCreate> for CertificateCreate { fn from(value: &CertificateCreate) -> Self { value.clone() } @@ -4721,7 +4724,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&CertificateResultsPage> for CertificateResultsPage { + impl ::std::convert::From<&CertificateResultsPage> for CertificateResultsPage { fn from(value: &CertificateResultsPage) -> Self { value.clone() } @@ -4766,7 +4769,7 @@ pub mod types { pub value: f64, } - impl From<&Cumulativedouble> for Cumulativedouble { + impl ::std::convert::From<&Cumulativedouble> for Cumulativedouble { fn from(value: &Cumulativedouble) -> Self { value.clone() } @@ -4811,7 +4814,7 @@ pub mod types { pub value: f32, } - impl From<&Cumulativefloat> for Cumulativefloat { + impl ::std::convert::From<&Cumulativefloat> for Cumulativefloat { fn from(value: &Cumulativefloat) -> Self { value.clone() } @@ -4856,7 +4859,7 @@ pub mod types { pub value: i64, } - impl From<&Cumulativeint64> for Cumulativeint64 { + impl ::std::convert::From<&Cumulativeint64> for Cumulativeint64 { fn from(value: &Cumulativeint64) -> Self { value.clone() } @@ -4902,7 +4905,7 @@ pub mod types { pub value: u64, } - impl From<&Cumulativeuint64> for Cumulativeuint64 { + impl ::std::convert::From<&Cumulativeuint64> for Cumulativeuint64 { fn from(value: &Cumulativeuint64) -> Self { value.clone() } @@ -4967,7 +4970,7 @@ pub mod types { pub silo_name: Name, } - impl From<&CurrentUser> for CurrentUser { + impl ::std::convert::From<&CurrentUser> for CurrentUser { fn from(value: &CurrentUser) -> Self { value.clone() } @@ -5578,169 +5581,169 @@ pub mod types { Missing(MissingDatum), } - impl From<&Datum> for Datum { + impl ::std::convert::From<&Datum> for Datum { fn from(value: &Datum) -> Self { value.clone() } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: bool) -> Self { Self::Bool(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: i8) -> Self { Self::I8(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: u8) -> Self { Self::U8(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: i16) -> Self { Self::I16(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: u16) -> Self { Self::U16(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: i32) -> Self { Self::I32(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: u32) -> Self { Self::U32(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: i64) -> Self { Self::I64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: u64) -> Self { Self::U64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: f32) -> Self { Self::F32(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: f64) -> Self { Self::F64(value) } } - impl From<::std::vec::Vec> for Datum { + impl ::std::convert::From<::std::vec::Vec> for Datum { fn from(value: ::std::vec::Vec) -> Self { Self::Bytes(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Cumulativeint64) -> Self { Self::CumulativeI64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Cumulativeuint64) -> Self { Self::CumulativeU64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Cumulativefloat) -> Self { Self::CumulativeF32(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Cumulativedouble) -> Self { Self::CumulativeF64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramint8) -> Self { Self::HistogramI8(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramuint8) -> Self { Self::HistogramU8(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramint16) -> Self { Self::HistogramI16(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramuint16) -> Self { Self::HistogramU16(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramint32) -> Self { Self::HistogramI32(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramuint32) -> Self { Self::HistogramU32(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramint64) -> Self { Self::HistogramI64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramuint64) -> Self { Self::HistogramU64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramfloat) -> Self { Self::HistogramF32(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: Histogramdouble) -> Self { Self::HistogramF64(value) } } - impl From for Datum { + impl ::std::convert::From for Datum { fn from(value: MissingDatum) -> Self { Self::Missing(value) } @@ -5856,7 +5859,7 @@ pub mod types { HistogramF64, } - impl From<&DatumType> for DatumType { + impl ::std::convert::From<&DatumType> for DatumType { fn from(value: &DatumType) -> Self { value.clone() } @@ -5896,7 +5899,7 @@ pub mod types { } } - impl std::str::FromStr for DatumType { + impl ::std::str::FromStr for DatumType { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -5932,14 +5935,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for DatumType { + impl ::std::convert::TryFrom<&str> for DatumType { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for DatumType { + impl ::std::convert::TryFrom<&::std::string::String> for DatumType { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -5948,7 +5951,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for DatumType { + impl ::std::convert::TryFrom<::std::string::String> for DatumType { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -5994,7 +5997,7 @@ pub mod types { pub public_cert: ::std::string::String, } - impl From<&DerEncodedKeyPair> for DerEncodedKeyPair { + impl ::std::convert::From<&DerEncodedKeyPair> for DerEncodedKeyPair { fn from(value: &DerEncodedKeyPair) -> Self { value.clone() } @@ -6042,7 +6045,7 @@ pub mod types { pub grant_type: ::std::string::String, } - impl From<&DeviceAccessTokenRequest> for DeviceAccessTokenRequest { + impl ::std::convert::From<&DeviceAccessTokenRequest> for DeviceAccessTokenRequest { fn from(value: &DeviceAccessTokenRequest) -> Self { value.clone() } @@ -6080,7 +6083,7 @@ pub mod types { pub client_id: uuid::Uuid, } - impl From<&DeviceAuthRequest> for DeviceAuthRequest { + impl ::std::convert::From<&DeviceAuthRequest> for DeviceAuthRequest { fn from(value: &DeviceAuthRequest) -> Self { value.clone() } @@ -6117,7 +6120,7 @@ pub mod types { pub user_code: ::std::string::String, } - impl From<&DeviceAuthVerify> for DeviceAuthVerify { + impl ::std::convert::From<&DeviceAuthVerify> for DeviceAuthVerify { fn from(value: &DeviceAuthVerify) -> Self { value.clone() } @@ -6167,7 +6170,7 @@ pub mod types { Sha256(::std::string::String), } - impl From<&Digest> for Digest { + impl ::std::convert::From<&Digest> for Digest { fn from(value: &Digest) -> Self { value.clone() } @@ -6287,7 +6290,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Disk> for Disk { + impl ::std::convert::From<&Disk> for Disk { fn from(value: &Disk) -> Self { value.clone() } @@ -6352,7 +6355,7 @@ pub mod types { pub size: ByteCount, } - impl From<&DiskCreate> for DiskCreate { + impl ::std::convert::From<&DiskCreate> for DiskCreate { fn from(value: &DiskCreate) -> Self { value.clone() } @@ -6410,7 +6413,7 @@ pub mod types { WriteBytes, } - impl From<&DiskMetricName> for DiskMetricName { + impl ::std::convert::From<&DiskMetricName> for DiskMetricName { fn from(value: &DiskMetricName) -> Self { value.clone() } @@ -6429,7 +6432,7 @@ pub mod types { } } - impl std::str::FromStr for DiskMetricName { + impl ::std::str::FromStr for DiskMetricName { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -6444,14 +6447,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for DiskMetricName { + impl ::std::convert::TryFrom<&str> for DiskMetricName { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for DiskMetricName { + impl ::std::convert::TryFrom<&::std::string::String> for DiskMetricName { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -6460,7 +6463,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for DiskMetricName { + impl ::std::convert::TryFrom<::std::string::String> for DiskMetricName { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -6500,7 +6503,7 @@ pub mod types { pub disk: NameOrId, } - impl From<&DiskPath> for DiskPath { + impl ::std::convert::From<&DiskPath> for DiskPath { fn from(value: &DiskPath) -> Self { value.clone() } @@ -6554,7 +6557,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&DiskResultsPage> for DiskResultsPage { + impl ::std::convert::From<&DiskResultsPage> for DiskResultsPage { fn from(value: &DiskResultsPage) -> Self { value.clone() } @@ -6687,7 +6690,7 @@ pub mod types { ImportingBlocks { block_size: BlockSize }, } - impl From<&DiskSource> for DiskSource { + impl ::std::convert::From<&DiskSource> for DiskSource { fn from(value: &DiskSource) -> Self { value.clone() } @@ -6935,7 +6938,7 @@ pub mod types { Faulted, } - impl From<&DiskState> for DiskState { + impl ::std::convert::From<&DiskState> for DiskState { fn from(value: &DiskState) -> Self { value.clone() } @@ -7068,7 +7071,7 @@ pub mod types { pub sum_of_samples: f64, } - impl From<&Distributiondouble> for Distributiondouble { + impl ::std::convert::From<&Distributiondouble> for Distributiondouble { fn from(value: &Distributiondouble) -> Self { value.clone() } @@ -7207,7 +7210,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Distributionint64> for Distributionint64 { + impl ::std::convert::From<&Distributionint64> for Distributionint64 { fn from(value: &Distributionint64) -> Self { value.clone() } @@ -7258,12 +7261,20 @@ pub mod types { pub pool: ::std::option::Option, } - impl From<&EphemeralIpCreate> for EphemeralIpCreate { + impl ::std::convert::From<&EphemeralIpCreate> for EphemeralIpCreate { fn from(value: &EphemeralIpCreate) -> Self { value.clone() } } + impl ::std::default::Default for EphemeralIpCreate { + fn default() -> Self { + Self { + pool: Default::default(), + } + } + } + impl EphemeralIpCreate { pub fn builder() -> builder::EphemeralIpCreate { Default::default() @@ -7306,7 +7317,7 @@ pub mod types { pub request_id: ::std::string::String, } - impl From<&Error> for Error { + impl ::std::convert::From<&Error> for Error { fn from(value: &Error) -> Self { value.clone() } @@ -7463,7 +7474,7 @@ pub mod types { }, } - impl From<&ExternalIp> for ExternalIp { + impl ::std::convert::From<&ExternalIp> for ExternalIp { fn from(value: &ExternalIp) -> Self { value.clone() } @@ -7557,7 +7568,7 @@ pub mod types { Floating { floating_ip: NameOrId }, } - impl From<&ExternalIpCreate> for ExternalIpCreate { + impl ::std::convert::From<&ExternalIpCreate> for ExternalIpCreate { fn from(value: &ExternalIpCreate) -> Self { value.clone() } @@ -7605,7 +7616,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&ExternalIpResultsPage> for ExternalIpResultsPage { + impl ::std::convert::From<&ExternalIpResultsPage> for ExternalIpResultsPage { fn from(value: &ExternalIpResultsPage) -> Self { value.clone() } @@ -7659,7 +7670,7 @@ pub mod types { pub source: FieldSource, } - impl From<&FieldSchema> for FieldSchema { + impl ::std::convert::From<&FieldSchema> for FieldSchema { fn from(value: &FieldSchema) -> Self { value.clone() } @@ -7707,7 +7718,7 @@ pub mod types { Metric, } - impl From<&FieldSource> for FieldSource { + impl ::std::convert::From<&FieldSource> for FieldSource { fn from(value: &FieldSource) -> Self { value.clone() } @@ -7722,7 +7733,7 @@ pub mod types { } } - impl std::str::FromStr for FieldSource { + impl ::std::str::FromStr for FieldSource { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -7733,14 +7744,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for FieldSource { + impl ::std::convert::TryFrom<&str> for FieldSource { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for FieldSource { + impl ::std::convert::TryFrom<&::std::string::String> for FieldSource { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -7749,7 +7760,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for FieldSource { + impl ::std::convert::TryFrom<::std::string::String> for FieldSource { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -7824,7 +7835,7 @@ pub mod types { Bool, } - impl From<&FieldType> for FieldType { + impl ::std::convert::From<&FieldType> for FieldType { fn from(value: &FieldType) -> Self { value.clone() } @@ -7849,7 +7860,7 @@ pub mod types { } } - impl std::str::FromStr for FieldType { + impl ::std::str::FromStr for FieldType { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -7870,14 +7881,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for FieldType { + impl ::std::convert::TryFrom<&str> for FieldType { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for FieldType { + impl ::std::convert::TryFrom<&::std::string::String> for FieldType { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -7886,7 +7897,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for FieldType { + impl ::std::convert::TryFrom<::std::string::String> for FieldType { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -8169,73 +8180,73 @@ pub mod types { Bool(bool), } - impl From<&FieldValue> for FieldValue { + impl ::std::convert::From<&FieldValue> for FieldValue { fn from(value: &FieldValue) -> Self { value.clone() } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: i8) -> Self { Self::I8(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: u8) -> Self { Self::U8(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: i16) -> Self { Self::I16(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: u16) -> Self { Self::U16(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: i32) -> Self { Self::I32(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: u32) -> Self { Self::U32(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: i64) -> Self { Self::I64(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: u64) -> Self { Self::U64(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: std::net::IpAddr) -> Self { Self::IpAddr(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: uuid::Uuid) -> Self { Self::Uuid(value) } } - impl From for FieldValue { + impl ::std::convert::From for FieldValue { fn from(value: bool) -> Self { Self::Bool(value) } @@ -8284,12 +8295,20 @@ pub mod types { pub snapshot_name: ::std::option::Option, } - impl From<&FinalizeDisk> for FinalizeDisk { + impl ::std::convert::From<&FinalizeDisk> for FinalizeDisk { fn from(value: &FinalizeDisk) -> Self { value.clone() } } + impl ::std::default::Default for FinalizeDisk { + fn default() -> Self { + Self { + snapshot_name: Default::default(), + } + } + } + impl FinalizeDisk { pub fn builder() -> builder::FinalizeDisk { Default::default() @@ -8333,7 +8352,7 @@ pub mod types { Viewer, } - impl From<&FleetRole> for FleetRole { + impl ::std::convert::From<&FleetRole> for FleetRole { fn from(value: &FleetRole) -> Self { value.clone() } @@ -8349,7 +8368,7 @@ pub mod types { } } - impl std::str::FromStr for FleetRole { + impl ::std::str::FromStr for FleetRole { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -8361,14 +8380,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for FleetRole { + impl ::std::convert::TryFrom<&str> for FleetRole { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for FleetRole { + impl ::std::convert::TryFrom<&::std::string::String> for FleetRole { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -8377,7 +8396,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for FleetRole { + impl ::std::convert::TryFrom<::std::string::String> for FleetRole { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -8424,7 +8443,7 @@ pub mod types { pub role_assignments: ::std::vec::Vec, } - impl From<&FleetRolePolicy> for FleetRolePolicy { + impl ::std::convert::From<&FleetRolePolicy> for FleetRolePolicy { fn from(value: &FleetRolePolicy) -> Self { value.clone() } @@ -8482,7 +8501,7 @@ pub mod types { pub role_name: FleetRole, } - impl From<&FleetRoleRoleAssignment> for FleetRoleRoleAssignment { + impl ::std::convert::From<&FleetRoleRoleAssignment> for FleetRoleRoleAssignment { fn from(value: &FleetRoleRoleAssignment) -> Self { value.clone() } @@ -8598,7 +8617,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&FloatingIp> for FloatingIp { + impl ::std::convert::From<&FloatingIp> for FloatingIp { fn from(value: &FloatingIp) -> Self { value.clone() } @@ -8656,7 +8675,7 @@ pub mod types { pub parent: NameOrId, } - impl From<&FloatingIpAttach> for FloatingIpAttach { + impl ::std::convert::From<&FloatingIpAttach> for FloatingIpAttach { fn from(value: &FloatingIpAttach) -> Self { value.clone() } @@ -8737,7 +8756,7 @@ pub mod types { pub pool: ::std::option::Option, } - impl From<&FloatingIpCreate> for FloatingIpCreate { + impl ::std::convert::From<&FloatingIpCreate> for FloatingIpCreate { fn from(value: &FloatingIpCreate) -> Self { value.clone() } @@ -8782,7 +8801,7 @@ pub mod types { Instance, } - impl From<&FloatingIpParentKind> for FloatingIpParentKind { + impl ::std::convert::From<&FloatingIpParentKind> for FloatingIpParentKind { fn from(value: &FloatingIpParentKind) -> Self { value.clone() } @@ -8796,7 +8815,7 @@ pub mod types { } } - impl std::str::FromStr for FloatingIpParentKind { + impl ::std::str::FromStr for FloatingIpParentKind { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -8806,14 +8825,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for FloatingIpParentKind { + impl ::std::convert::TryFrom<&str> for FloatingIpParentKind { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for FloatingIpParentKind { + impl ::std::convert::TryFrom<&::std::string::String> for FloatingIpParentKind { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -8822,7 +8841,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for FloatingIpParentKind { + impl ::std::convert::TryFrom<::std::string::String> for FloatingIpParentKind { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -8873,7 +8892,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&FloatingIpResultsPage> for FloatingIpResultsPage { + impl ::std::convert::From<&FloatingIpResultsPage> for FloatingIpResultsPage { fn from(value: &FloatingIpResultsPage) -> Self { value.clone() } @@ -8928,12 +8947,21 @@ pub mod types { pub name: ::std::option::Option, } - impl From<&FloatingIpUpdate> for FloatingIpUpdate { + impl ::std::convert::From<&FloatingIpUpdate> for FloatingIpUpdate { fn from(value: &FloatingIpUpdate) -> Self { value.clone() } } + impl ::std::default::Default for FloatingIpUpdate { + fn default() -> Self { + Self { + description: Default::default(), + name: Default::default(), + } + } + } + impl FloatingIpUpdate { pub fn builder() -> builder::FloatingIpUpdate { Default::default() @@ -8982,7 +9010,7 @@ pub mod types { pub silo_id: uuid::Uuid, } - impl From<&Group> for Group { + impl ::std::convert::From<&Group> for Group { fn from(value: &Group) -> Self { value.clone() } @@ -9036,7 +9064,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&GroupResultsPage> for GroupResultsPage { + impl ::std::convert::From<&GroupResultsPage> for GroupResultsPage { fn from(value: &GroupResultsPage) -> Self { value.clone() } @@ -9174,7 +9202,7 @@ pub mod types { pub sum_of_samples: f64, } - impl From<&Histogramdouble> for Histogramdouble { + impl ::std::convert::From<&Histogramdouble> for Histogramdouble { fn from(value: &Histogramdouble) -> Self { value.clone() } @@ -9312,7 +9340,7 @@ pub mod types { pub sum_of_samples: f64, } - impl From<&Histogramfloat> for Histogramfloat { + impl ::std::convert::From<&Histogramfloat> for Histogramfloat { fn from(value: &Histogramfloat) -> Self { value.clone() } @@ -9453,7 +9481,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramint16> for Histogramint16 { + impl ::std::convert::From<&Histogramint16> for Histogramint16 { fn from(value: &Histogramint16) -> Self { value.clone() } @@ -9594,7 +9622,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramint32> for Histogramint32 { + impl ::std::convert::From<&Histogramint32> for Histogramint32 { fn from(value: &Histogramint32) -> Self { value.clone() } @@ -9735,7 +9763,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramint64> for Histogramint64 { + impl ::std::convert::From<&Histogramint64> for Histogramint64 { fn from(value: &Histogramint64) -> Self { value.clone() } @@ -9876,7 +9904,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramint8> for Histogramint8 { + impl ::std::convert::From<&Histogramint8> for Histogramint8 { fn from(value: &Histogramint8) -> Self { value.clone() } @@ -10019,7 +10047,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramuint16> for Histogramuint16 { + impl ::std::convert::From<&Histogramuint16> for Histogramuint16 { fn from(value: &Histogramuint16) -> Self { value.clone() } @@ -10162,7 +10190,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramuint32> for Histogramuint32 { + impl ::std::convert::From<&Histogramuint32> for Histogramuint32 { fn from(value: &Histogramuint32) -> Self { value.clone() } @@ -10305,7 +10333,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramuint64> for Histogramuint64 { + impl ::std::convert::From<&Histogramuint64> for Histogramuint64 { fn from(value: &Histogramuint64) -> Self { value.clone() } @@ -10448,7 +10476,7 @@ pub mod types { pub sum_of_samples: i64, } - impl From<&Histogramuint8> for Histogramuint8 { + impl ::std::convert::From<&Histogramuint8> for Histogramuint8 { fn from(value: &Histogramuint8) -> Self { value.clone() } @@ -10493,6 +10521,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct Hostname(::std::string::String); impl ::std::ops::Deref for Hostname { type Target = ::std::string::String; @@ -10501,13 +10530,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: Hostname) -> Self { value.0 } } - impl From<&Hostname> for Hostname { + impl ::std::convert::From<&Hostname> for Hostname { fn from(value: &Hostname) -> Self { value.clone() } @@ -10617,7 +10646,7 @@ pub mod types { IdAscending, } - impl From<&IdSortMode> for IdSortMode { + impl ::std::convert::From<&IdSortMode> for IdSortMode { fn from(value: &IdSortMode) -> Self { value.clone() } @@ -10631,7 +10660,7 @@ pub mod types { } } - impl std::str::FromStr for IdSortMode { + impl ::std::str::FromStr for IdSortMode { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -10641,14 +10670,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for IdSortMode { + impl ::std::convert::TryFrom<&str> for IdSortMode { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for IdSortMode { + impl ::std::convert::TryFrom<&::std::string::String> for IdSortMode { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -10657,7 +10686,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for IdSortMode { + impl ::std::convert::TryFrom<::std::string::String> for IdSortMode { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -10742,7 +10771,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&IdentityProvider> for IdentityProvider { + impl ::std::convert::From<&IdentityProvider> for IdentityProvider { fn from(value: &IdentityProvider) -> Self { value.clone() } @@ -10796,7 +10825,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&IdentityProviderResultsPage> for IdentityProviderResultsPage { + impl ::std::convert::From<&IdentityProviderResultsPage> for IdentityProviderResultsPage { fn from(value: &IdentityProviderResultsPage) -> Self { value.clone() } @@ -10845,7 +10874,7 @@ pub mod types { Saml, } - impl From<&IdentityProviderType> for IdentityProviderType { + impl ::std::convert::From<&IdentityProviderType> for IdentityProviderType { fn from(value: &IdentityProviderType) -> Self { value.clone() } @@ -10859,7 +10888,7 @@ pub mod types { } } - impl std::str::FromStr for IdentityProviderType { + impl ::std::str::FromStr for IdentityProviderType { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -10869,14 +10898,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for IdentityProviderType { + impl ::std::convert::TryFrom<&str> for IdentityProviderType { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for IdentityProviderType { + impl ::std::convert::TryFrom<&::std::string::String> for IdentityProviderType { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -10885,7 +10914,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for IdentityProviderType { + impl ::std::convert::TryFrom<::std::string::String> for IdentityProviderType { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -10929,7 +10958,7 @@ pub mod types { SiloGroup, } - impl From<&IdentityType> for IdentityType { + impl ::std::convert::From<&IdentityType> for IdentityType { fn from(value: &IdentityType) -> Self { value.clone() } @@ -10944,7 +10973,7 @@ pub mod types { } } - impl std::str::FromStr for IdentityType { + impl ::std::str::FromStr for IdentityType { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -10955,14 +10984,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for IdentityType { + impl ::std::convert::TryFrom<&str> for IdentityType { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for IdentityType { + impl ::std::convert::TryFrom<&::std::string::String> for IdentityType { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -10971,7 +11000,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for IdentityType { + impl ::std::convert::TryFrom<::std::string::String> for IdentityType { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -11038,7 +11067,7 @@ pub mod types { Base64EncodedXml { data: ::std::string::String }, } - impl From<&IdpMetadataSource> for IdpMetadataSource { + impl ::std::convert::From<&IdpMetadataSource> for IdpMetadataSource { fn from(value: &IdpMetadataSource) -> Self { value.clone() } @@ -11182,7 +11211,7 @@ pub mod types { pub version: ::std::string::String, } - impl From<&Image> for Image { + impl ::std::convert::From<&Image> for Image { fn from(value: &Image) -> Self { value.clone() } @@ -11252,7 +11281,7 @@ pub mod types { pub version: ::std::string::String, } - impl From<&ImageCreate> for ImageCreate { + impl ::std::convert::From<&ImageCreate> for ImageCreate { fn from(value: &ImageCreate) -> Self { value.clone() } @@ -11306,7 +11335,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&ImageResultsPage> for ImageResultsPage { + impl ::std::convert::From<&ImageResultsPage> for ImageResultsPage { fn from(value: &ImageResultsPage) -> Self { value.clone() } @@ -11376,13 +11405,13 @@ pub mod types { YouCanBootAnythingAsLongAsItsAlpine, } - impl From<&ImageSource> for ImageSource { + impl ::std::convert::From<&ImageSource> for ImageSource { fn from(value: &ImageSource) -> Self { value.clone() } } - impl From for ImageSource { + impl ::std::convert::From for ImageSource { fn from(value: uuid::Uuid) -> Self { Self::Snapshot(value) } @@ -11421,7 +11450,7 @@ pub mod types { pub offset: u64, } - impl From<&ImportBlocksBulkWrite> for ImportBlocksBulkWrite { + impl ::std::convert::From<&ImportBlocksBulkWrite> for ImportBlocksBulkWrite { fn from(value: &ImportBlocksBulkWrite) -> Self { value.clone() } @@ -11494,13 +11523,13 @@ pub mod types { Allow(::std::vec::Vec), } - impl From<&ImportExportPolicy> for ImportExportPolicy { + impl ::std::convert::From<&ImportExportPolicy> for ImportExportPolicy { fn from(value: &ImportExportPolicy) -> Self { value.clone() } } - impl From<::std::vec::Vec> for ImportExportPolicy { + impl ::std::convert::From<::std::vec::Vec> for ImportExportPolicy { fn from(value: ::std::vec::Vec) -> Self { Self::Allow(value) } @@ -11720,7 +11749,7 @@ pub mod types { pub time_run_state_updated: chrono::DateTime, } - impl From<&Instance> for Instance { + impl ::std::convert::From<&Instance> for Instance { fn from(value: &Instance) -> Self { value.clone() } @@ -11792,7 +11821,7 @@ pub mod types { BestEffort, } - impl From<&InstanceAutoRestartPolicy> for InstanceAutoRestartPolicy { + impl ::std::convert::From<&InstanceAutoRestartPolicy> for InstanceAutoRestartPolicy { fn from(value: &InstanceAutoRestartPolicy) -> Self { value.clone() } @@ -11807,7 +11836,7 @@ pub mod types { } } - impl std::str::FromStr for InstanceAutoRestartPolicy { + impl ::std::str::FromStr for InstanceAutoRestartPolicy { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -11818,14 +11847,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for InstanceAutoRestartPolicy { + impl ::std::convert::TryFrom<&str> for InstanceAutoRestartPolicy { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for InstanceAutoRestartPolicy { + impl ::std::convert::TryFrom<&::std::string::String> for InstanceAutoRestartPolicy { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -11834,7 +11863,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for InstanceAutoRestartPolicy { + impl ::std::convert::TryFrom<::std::string::String> for InstanceAutoRestartPolicy { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -11859,6 +11888,7 @@ pub mod types { #[derive( :: serde :: Deserialize, :: serde :: Serialize, Clone, Debug, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct InstanceCpuCount(pub u16); impl ::std::ops::Deref for InstanceCpuCount { type Target = u16; @@ -11867,46 +11897,46 @@ pub mod types { } } - impl From for u16 { + impl ::std::convert::From for u16 { fn from(value: InstanceCpuCount) -> Self { value.0 } } - impl From<&InstanceCpuCount> for InstanceCpuCount { + impl ::std::convert::From<&InstanceCpuCount> for InstanceCpuCount { fn from(value: &InstanceCpuCount) -> Self { value.clone() } } - impl From for InstanceCpuCount { + impl ::std::convert::From for InstanceCpuCount { fn from(value: u16) -> Self { Self(value) } } - impl std::str::FromStr for InstanceCpuCount { + impl ::std::str::FromStr for InstanceCpuCount { type Err = ::Err; fn from_str(value: &str) -> ::std::result::Result { Ok(Self(value.parse()?)) } } - impl std::convert::TryFrom<&str> for InstanceCpuCount { + impl ::std::convert::TryFrom<&str> for InstanceCpuCount { type Error = ::Err; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&String> for InstanceCpuCount { + impl ::std::convert::TryFrom<&String> for InstanceCpuCount { type Error = ::Err; fn try_from(value: &String) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom for InstanceCpuCount { + impl ::std::convert::TryFrom for InstanceCpuCount { type Error = ::Err; fn try_from(value: String) -> ::std::result::Result { value.parse() @@ -12162,7 +12192,7 @@ pub mod types { pub user_data: ::std::string::String, } - impl From<&InstanceCreate> for InstanceCreate { + impl ::std::convert::From<&InstanceCreate> for InstanceCreate { fn from(value: &InstanceCreate) -> Self { value.clone() } @@ -12274,7 +12304,7 @@ pub mod types { }, } - impl From<&InstanceDiskAttachment> for InstanceDiskAttachment { + impl ::std::convert::From<&InstanceDiskAttachment> for InstanceDiskAttachment { fn from(value: &InstanceDiskAttachment) -> Self { value.clone() } @@ -12412,7 +12442,7 @@ pub mod types { pub vpc_id: uuid::Uuid, } - impl From<&InstanceNetworkInterface> for InstanceNetworkInterface { + impl ::std::convert::From<&InstanceNetworkInterface> for InstanceNetworkInterface { fn from(value: &InstanceNetworkInterface) -> Self { value.clone() } @@ -12514,13 +12544,17 @@ pub mod types { None, } - impl From<&InstanceNetworkInterfaceAttachment> for InstanceNetworkInterfaceAttachment { + impl ::std::convert::From<&InstanceNetworkInterfaceAttachment> + for InstanceNetworkInterfaceAttachment + { fn from(value: &InstanceNetworkInterfaceAttachment) -> Self { value.clone() } } - impl From<::std::vec::Vec> for InstanceNetworkInterfaceAttachment { + impl ::std::convert::From<::std::vec::Vec> + for InstanceNetworkInterfaceAttachment + { fn from(value: ::std::vec::Vec) -> Self { Self::Create(value) } @@ -12593,7 +12627,7 @@ pub mod types { pub vpc_name: Name, } - impl From<&InstanceNetworkInterfaceCreate> for InstanceNetworkInterfaceCreate { + impl ::std::convert::From<&InstanceNetworkInterfaceCreate> for InstanceNetworkInterfaceCreate { fn from(value: &InstanceNetworkInterfaceCreate) -> Self { value.clone() } @@ -12647,7 +12681,9 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&InstanceNetworkInterfaceResultsPage> for InstanceNetworkInterfaceResultsPage { + impl ::std::convert::From<&InstanceNetworkInterfaceResultsPage> + for InstanceNetworkInterfaceResultsPage + { fn from(value: &InstanceNetworkInterfaceResultsPage) -> Self { value.clone() } @@ -12746,12 +12782,23 @@ pub mod types { pub transit_ips: ::std::vec::Vec, } - impl From<&InstanceNetworkInterfaceUpdate> for InstanceNetworkInterfaceUpdate { + impl ::std::convert::From<&InstanceNetworkInterfaceUpdate> for InstanceNetworkInterfaceUpdate { fn from(value: &InstanceNetworkInterfaceUpdate) -> Self { value.clone() } } + impl ::std::default::Default for InstanceNetworkInterfaceUpdate { + fn default() -> Self { + Self { + description: Default::default(), + name: Default::default(), + primary: Default::default(), + transit_ips: Default::default(), + } + } + } + impl InstanceNetworkInterfaceUpdate { pub fn builder() -> builder::InstanceNetworkInterfaceUpdate { Default::default() @@ -12800,7 +12847,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&InstanceResultsPage> for InstanceResultsPage { + impl ::std::convert::From<&InstanceResultsPage> for InstanceResultsPage { fn from(value: &InstanceResultsPage) -> Self { value.clone() } @@ -12861,7 +12908,7 @@ pub mod types { pub last_byte_offset: u64, } - impl From<&InstanceSerialConsoleData> for InstanceSerialConsoleData { + impl ::std::convert::From<&InstanceSerialConsoleData> for InstanceSerialConsoleData { fn from(value: &InstanceSerialConsoleData) -> Self { value.clone() } @@ -13015,7 +13062,7 @@ pub mod types { Destroyed, } - impl From<&InstanceState> for InstanceState { + impl ::std::convert::From<&InstanceState> for InstanceState { fn from(value: &InstanceState) -> Self { value.clone() } @@ -13038,7 +13085,7 @@ pub mod types { } } - impl std::str::FromStr for InstanceState { + impl ::std::str::FromStr for InstanceState { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -13057,14 +13104,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for InstanceState { + impl ::std::convert::TryFrom<&str> for InstanceState { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for InstanceState { + impl ::std::convert::TryFrom<&::std::string::String> for InstanceState { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -13073,7 +13120,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for InstanceState { + impl ::std::convert::TryFrom<::std::string::String> for InstanceState { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -13190,7 +13237,7 @@ pub mod types { pub ncpus: InstanceCpuCount, } - impl From<&InstanceUpdate> for InstanceUpdate { + impl ::std::convert::From<&InstanceUpdate> for InstanceUpdate { fn from(value: &InstanceUpdate) -> Self { value.clone() } @@ -13277,7 +13324,7 @@ pub mod types { pub vpc_id: uuid::Uuid, } - impl From<&InternetGateway> for InternetGateway { + impl ::std::convert::From<&InternetGateway> for InternetGateway { fn from(value: &InternetGateway) -> Self { value.clone() } @@ -13320,7 +13367,7 @@ pub mod types { pub name: Name, } - impl From<&InternetGatewayCreate> for InternetGatewayCreate { + impl ::std::convert::From<&InternetGatewayCreate> for InternetGatewayCreate { fn from(value: &InternetGatewayCreate) -> Self { value.clone() } @@ -13413,7 +13460,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&InternetGatewayIpAddress> for InternetGatewayIpAddress { + impl ::std::convert::From<&InternetGatewayIpAddress> for InternetGatewayIpAddress { fn from(value: &InternetGatewayIpAddress) -> Self { value.clone() } @@ -13462,7 +13509,7 @@ pub mod types { pub name: Name, } - impl From<&InternetGatewayIpAddressCreate> for InternetGatewayIpAddressCreate { + impl ::std::convert::From<&InternetGatewayIpAddressCreate> for InternetGatewayIpAddressCreate { fn from(value: &InternetGatewayIpAddressCreate) -> Self { value.clone() } @@ -13516,7 +13563,9 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&InternetGatewayIpAddressResultsPage> for InternetGatewayIpAddressResultsPage { + impl ::std::convert::From<&InternetGatewayIpAddressResultsPage> + for InternetGatewayIpAddressResultsPage + { fn from(value: &InternetGatewayIpAddressResultsPage) -> Self { value.clone() } @@ -13609,7 +13658,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&InternetGatewayIpPool> for InternetGatewayIpPool { + impl ::std::convert::From<&InternetGatewayIpPool> for InternetGatewayIpPool { fn from(value: &InternetGatewayIpPool) -> Self { value.clone() } @@ -13657,7 +13706,7 @@ pub mod types { pub name: Name, } - impl From<&InternetGatewayIpPoolCreate> for InternetGatewayIpPoolCreate { + impl ::std::convert::From<&InternetGatewayIpPoolCreate> for InternetGatewayIpPoolCreate { fn from(value: &InternetGatewayIpPoolCreate) -> Self { value.clone() } @@ -13711,7 +13760,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&InternetGatewayIpPoolResultsPage> for InternetGatewayIpPoolResultsPage { + impl ::std::convert::From<&InternetGatewayIpPoolResultsPage> for InternetGatewayIpPoolResultsPage { fn from(value: &InternetGatewayIpPoolResultsPage) -> Self { value.clone() } @@ -13765,7 +13814,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&InternetGatewayResultsPage> for InternetGatewayResultsPage { + impl ::std::convert::From<&InternetGatewayResultsPage> for InternetGatewayResultsPage { fn from(value: &InternetGatewayResultsPage) -> Self { value.clone() } @@ -13818,13 +13867,13 @@ pub mod types { V6(Ipv6Net), } - impl From<&IpNet> for IpNet { + impl ::std::convert::From<&IpNet> for IpNet { fn from(value: &IpNet) -> Self { value.clone() } } - impl std::str::FromStr for IpNet { + impl ::std::str::FromStr for IpNet { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { if let Ok(v) = value.parse() { @@ -13837,14 +13886,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for IpNet { + impl ::std::convert::TryFrom<&str> for IpNet { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for IpNet { + impl ::std::convert::TryFrom<&::std::string::String> for IpNet { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -13853,7 +13902,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for IpNet { + impl ::std::convert::TryFrom<::std::string::String> for IpNet { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -13871,13 +13920,13 @@ pub mod types { } } - impl From for IpNet { + impl ::std::convert::From for IpNet { fn from(value: Ipv4Net) -> Self { Self::V4(value) } } - impl From for IpNet { + impl ::std::convert::From for IpNet { fn from(value: Ipv6Net) -> Self { Self::V6(value) } @@ -13950,7 +13999,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&IpPool> for IpPool { + impl ::std::convert::From<&IpPool> for IpPool { fn from(value: &IpPool) -> Self { value.clone() } @@ -13993,7 +14042,7 @@ pub mod types { pub name: Name, } - impl From<&IpPoolCreate> for IpPoolCreate { + impl ::std::convert::From<&IpPoolCreate> for IpPoolCreate { fn from(value: &IpPoolCreate) -> Self { value.clone() } @@ -14041,7 +14090,7 @@ pub mod types { pub silo: NameOrId, } - impl From<&IpPoolLinkSilo> for IpPoolLinkSilo { + impl ::std::convert::From<&IpPoolLinkSilo> for IpPoolLinkSilo { fn from(value: &IpPoolLinkSilo) -> Self { value.clone() } @@ -14096,7 +14145,7 @@ pub mod types { pub time_created: chrono::DateTime, } - impl From<&IpPoolRange> for IpPoolRange { + impl ::std::convert::From<&IpPoolRange> for IpPoolRange { fn from(value: &IpPoolRange) -> Self { value.clone() } @@ -14150,7 +14199,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&IpPoolRangeResultsPage> for IpPoolRangeResultsPage { + impl ::std::convert::From<&IpPoolRangeResultsPage> for IpPoolRangeResultsPage { fn from(value: &IpPoolRangeResultsPage) -> Self { value.clone() } @@ -14204,7 +14253,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&IpPoolResultsPage> for IpPoolResultsPage { + impl ::std::convert::From<&IpPoolResultsPage> for IpPoolResultsPage { fn from(value: &IpPoolResultsPage) -> Self { value.clone() } @@ -14262,7 +14311,7 @@ pub mod types { pub silo_id: uuid::Uuid, } - impl From<&IpPoolSiloLink> for IpPoolSiloLink { + impl ::std::convert::From<&IpPoolSiloLink> for IpPoolSiloLink { fn from(value: &IpPoolSiloLink) -> Self { value.clone() } @@ -14316,7 +14365,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&IpPoolSiloLinkResultsPage> for IpPoolSiloLinkResultsPage { + impl ::std::convert::From<&IpPoolSiloLinkResultsPage> for IpPoolSiloLinkResultsPage { fn from(value: &IpPoolSiloLinkResultsPage) -> Self { value.clone() } @@ -14363,7 +14412,7 @@ pub mod types { pub is_default: bool, } - impl From<&IpPoolSiloUpdate> for IpPoolSiloUpdate { + impl ::std::convert::From<&IpPoolSiloUpdate> for IpPoolSiloUpdate { fn from(value: &IpPoolSiloUpdate) -> Self { value.clone() } @@ -14418,12 +14467,21 @@ pub mod types { pub name: ::std::option::Option, } - impl From<&IpPoolUpdate> for IpPoolUpdate { + impl ::std::convert::From<&IpPoolUpdate> for IpPoolUpdate { fn from(value: &IpPoolUpdate) -> Self { value.clone() } } + impl ::std::default::Default for IpPoolUpdate { + fn default() -> Self { + Self { + description: Default::default(), + name: Default::default(), + } + } + } + impl IpPoolUpdate { pub fn builder() -> builder::IpPoolUpdate { Default::default() @@ -14474,7 +14532,7 @@ pub mod types { pub ipv6: Ipv6Utilization, } - impl From<&IpPoolUtilization> for IpPoolUtilization { + impl ::std::convert::From<&IpPoolUtilization> for IpPoolUtilization { fn from(value: &IpPoolUtilization) -> Self { value.clone() } @@ -14522,19 +14580,19 @@ pub mod types { V6(Ipv6Range), } - impl From<&IpRange> for IpRange { + impl ::std::convert::From<&IpRange> for IpRange { fn from(value: &IpRange) -> Self { value.clone() } } - impl From for IpRange { + impl ::std::convert::From for IpRange { fn from(value: Ipv4Range) -> Self { Self::V4(value) } } - impl From for IpRange { + impl ::std::convert::From for IpRange { fn from(value: Ipv6Range) -> Self { Self::V6(value) } @@ -14575,6 +14633,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct Ipv4Net(::std::string::String); impl ::std::ops::Deref for Ipv4Net { type Target = ::std::string::String; @@ -14583,13 +14642,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: Ipv4Net) -> Self { value.0 } } - impl From<&Ipv4Net> for Ipv4Net { + impl ::std::convert::From<&Ipv4Net> for Ipv4Net { fn from(value: &Ipv4Net) -> Self { value.clone() } @@ -14692,7 +14751,7 @@ pub mod types { pub last: std::net::Ipv4Addr, } - impl From<&Ipv4Range> for Ipv4Range { + impl ::std::convert::From<&Ipv4Range> for Ipv4Range { fn from(value: &Ipv4Range) -> Self { value.clone() } @@ -14745,7 +14804,7 @@ pub mod types { pub capacity: u32, } - impl From<&Ipv4Utilization> for Ipv4Utilization { + impl ::std::convert::From<&Ipv4Utilization> for Ipv4Utilization { fn from(value: &Ipv4Utilization) -> Self { value.clone() } @@ -14800,6 +14859,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct Ipv6Net(::std::string::String); impl ::std::ops::Deref for Ipv6Net { type Target = ::std::string::String; @@ -14808,13 +14868,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: Ipv6Net) -> Self { value.0 } } - impl From<&Ipv6Net> for Ipv6Net { + impl ::std::convert::From<&Ipv6Net> for Ipv6Net { fn from(value: &Ipv6Net) -> Self { value.clone() } @@ -14933,7 +14993,7 @@ pub mod types { pub last: std::net::Ipv6Addr, } - impl From<&Ipv6Range> for Ipv6Range { + impl ::std::convert::From<&Ipv6Range> for Ipv6Range { fn from(value: &Ipv6Range) -> Self { value.clone() } @@ -14989,7 +15049,7 @@ pub mod types { pub capacity: ::std::string::String, } - impl From<&Ipv6Utilization> for Ipv6Utilization { + impl ::std::convert::From<&Ipv6Utilization> for Ipv6Utilization { fn from(value: &Ipv6Utilization) -> Self { value.clone() } @@ -15032,6 +15092,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct L4PortRange(::std::string::String); impl ::std::ops::Deref for L4PortRange { type Target = ::std::string::String; @@ -15040,13 +15101,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: L4PortRange) -> Self { value.0 } } - impl From<&L4PortRange> for L4PortRange { + impl ::std::convert::From<&L4PortRange> for L4PortRange { fn from(value: &L4PortRange) -> Self { value.clone() } @@ -15210,7 +15271,7 @@ pub mod types { pub tx_eq: ::std::option::Option, } - impl From<&LinkConfigCreate> for LinkConfigCreate { + impl ::std::convert::From<&LinkConfigCreate> for LinkConfigCreate { fn from(value: &LinkConfigCreate) -> Self { value.clone() } @@ -15280,7 +15341,7 @@ pub mod types { Rs, } - impl From<&LinkFec> for LinkFec { + impl ::std::convert::From<&LinkFec> for LinkFec { fn from(value: &LinkFec) -> Self { value.clone() } @@ -15296,7 +15357,7 @@ pub mod types { } } - impl std::str::FromStr for LinkFec { + impl ::std::str::FromStr for LinkFec { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -15308,14 +15369,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for LinkFec { + impl ::std::convert::TryFrom<&str> for LinkFec { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for LinkFec { + impl ::std::convert::TryFrom<&::std::string::String> for LinkFec { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -15324,7 +15385,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for LinkFec { + impl ::std::convert::TryFrom<::std::string::String> for LinkFec { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -15451,7 +15512,7 @@ pub mod types { Speed400G, } - impl From<&LinkSpeed> for LinkSpeed { + impl ::std::convert::From<&LinkSpeed> for LinkSpeed { fn from(value: &LinkSpeed) -> Self { value.clone() } @@ -15473,7 +15534,7 @@ pub mod types { } } - impl std::str::FromStr for LinkSpeed { + impl ::std::str::FromStr for LinkSpeed { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -15491,14 +15552,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for LinkSpeed { + impl ::std::convert::TryFrom<&str> for LinkSpeed { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for LinkSpeed { + impl ::std::convert::TryFrom<&::std::string::String> for LinkSpeed { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -15507,7 +15568,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for LinkSpeed { + impl ::std::convert::TryFrom<::std::string::String> for LinkSpeed { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -15621,7 +15682,7 @@ pub mod types { pub system_name: ::std::option::Option<::std::string::String>, } - impl From<&LldpLinkConfig> for LldpLinkConfig { + impl ::std::convert::From<&LldpLinkConfig> for LldpLinkConfig { fn from(value: &LldpLinkConfig) -> Self { value.clone() } @@ -15722,7 +15783,7 @@ pub mod types { pub system_name: ::std::option::Option<::std::string::String>, } - impl From<&LldpLinkConfigCreate> for LldpLinkConfigCreate { + impl ::std::convert::From<&LldpLinkConfigCreate> for LldpLinkConfigCreate { fn from(value: &LldpLinkConfigCreate) -> Self { value.clone() } @@ -15801,7 +15862,7 @@ pub mod types { pub switch_location: ::std::string::String, } - impl From<&LoopbackAddress> for LoopbackAddress { + impl ::std::convert::From<&LoopbackAddress> for LoopbackAddress { fn from(value: &LoopbackAddress) -> Self { value.clone() } @@ -15897,7 +15958,7 @@ pub mod types { pub switch_location: Name, } - impl From<&LoopbackAddressCreate> for LoopbackAddressCreate { + impl ::std::convert::From<&LoopbackAddressCreate> for LoopbackAddressCreate { fn from(value: &LoopbackAddressCreate) -> Self { value.clone() } @@ -15951,7 +16012,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&LoopbackAddressResultsPage> for LoopbackAddressResultsPage { + impl ::std::convert::From<&LoopbackAddressResultsPage> for LoopbackAddressResultsPage { fn from(value: &LoopbackAddressResultsPage) -> Self { value.clone() } @@ -15992,6 +16053,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct MacAddr(::std::string::String); impl ::std::ops::Deref for MacAddr { type Target = ::std::string::String; @@ -16000,13 +16062,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: MacAddr) -> Self { value.0 } } - impl From<&MacAddr> for MacAddr { + impl ::std::convert::From<&MacAddr> for MacAddr { fn from(value: &MacAddr) -> Self { value.clone() } @@ -16105,7 +16167,7 @@ pub mod types { pub timestamp: chrono::DateTime, } - impl From<&Measurement> for Measurement { + impl ::std::convert::From<&Measurement> for Measurement { fn from(value: &Measurement) -> Self { value.clone() } @@ -16159,7 +16221,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&MeasurementResultsPage> for MeasurementResultsPage { + impl ::std::convert::From<&MeasurementResultsPage> for MeasurementResultsPage { fn from(value: &MeasurementResultsPage) -> Self { value.clone() } @@ -16233,7 +16295,7 @@ pub mod types { Cumulative, } - impl From<&MetricType> for MetricType { + impl ::std::convert::From<&MetricType> for MetricType { fn from(value: &MetricType) -> Self { value.clone() } @@ -16249,7 +16311,7 @@ pub mod types { } } - impl std::str::FromStr for MetricType { + impl ::std::str::FromStr for MetricType { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -16261,14 +16323,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for MetricType { + impl ::std::convert::TryFrom<&str> for MetricType { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for MetricType { + impl ::std::convert::TryFrom<&::std::string::String> for MetricType { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -16277,7 +16339,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for MetricType { + impl ::std::convert::TryFrom<::std::string::String> for MetricType { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -16320,7 +16382,7 @@ pub mod types { pub start_time: ::std::option::Option>, } - impl From<&MissingDatum> for MissingDatum { + impl ::std::convert::From<&MissingDatum> for MissingDatum { fn from(value: &MissingDatum) -> Self { value.clone() } @@ -16366,6 +16428,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct Name(::std::string::String); impl ::std::ops::Deref for Name { type Target = ::std::string::String; @@ -16374,13 +16437,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: Name) -> Self { value.0 } } - impl From<&Name> for Name { + impl ::std::convert::From<&Name> for Name { fn from(value: &Name) -> Self { value.clone() } @@ -16475,13 +16538,13 @@ pub mod types { Name(Name), } - impl From<&NameOrId> for NameOrId { + impl ::std::convert::From<&NameOrId> for NameOrId { fn from(value: &NameOrId) -> Self { value.clone() } } - impl std::str::FromStr for NameOrId { + impl ::std::str::FromStr for NameOrId { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { if let Ok(v) = value.parse() { @@ -16494,14 +16557,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for NameOrId { + impl ::std::convert::TryFrom<&str> for NameOrId { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for NameOrId { + impl ::std::convert::TryFrom<&::std::string::String> for NameOrId { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -16510,7 +16573,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for NameOrId { + impl ::std::convert::TryFrom<::std::string::String> for NameOrId { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -16528,13 +16591,13 @@ pub mod types { } } - impl From for NameOrId { + impl ::std::convert::From for NameOrId { fn from(value: uuid::Uuid) -> Self { Self::Id(value) } } - impl From for NameOrId { + impl ::std::convert::From for NameOrId { fn from(value: Name) -> Self { Self::Name(value) } @@ -16599,7 +16662,7 @@ pub mod types { IdAscending, } - impl From<&NameOrIdSortMode> for NameOrIdSortMode { + impl ::std::convert::From<&NameOrIdSortMode> for NameOrIdSortMode { fn from(value: &NameOrIdSortMode) -> Self { value.clone() } @@ -16615,7 +16678,7 @@ pub mod types { } } - impl std::str::FromStr for NameOrIdSortMode { + impl ::std::str::FromStr for NameOrIdSortMode { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -16627,14 +16690,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for NameOrIdSortMode { + impl ::std::convert::TryFrom<&str> for NameOrIdSortMode { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for NameOrIdSortMode { + impl ::std::convert::TryFrom<&::std::string::String> for NameOrIdSortMode { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -16643,7 +16706,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for NameOrIdSortMode { + impl ::std::convert::TryFrom<::std::string::String> for NameOrIdSortMode { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -16693,7 +16756,7 @@ pub mod types { NameAscending, } - impl From<&NameSortMode> for NameSortMode { + impl ::std::convert::From<&NameSortMode> for NameSortMode { fn from(value: &NameSortMode) -> Self { value.clone() } @@ -16707,7 +16770,7 @@ pub mod types { } } - impl std::str::FromStr for NameSortMode { + impl ::std::str::FromStr for NameSortMode { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -16717,14 +16780,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for NameSortMode { + impl ::std::convert::TryFrom<&str> for NameSortMode { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for NameSortMode { + impl ::std::convert::TryFrom<&::std::string::String> for NameSortMode { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -16733,7 +16796,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for NameSortMode { + impl ::std::convert::TryFrom<::std::string::String> for NameSortMode { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -16822,7 +16885,7 @@ pub mod types { pub vni: Vni, } - impl From<&NetworkInterface> for NetworkInterface { + impl ::std::convert::From<&NetworkInterface> for NetworkInterface { fn from(value: &NetworkInterface) -> Self { value.clone() } @@ -16922,7 +16985,7 @@ pub mod types { Probe(uuid::Uuid), } - impl From<&NetworkInterfaceKind> for NetworkInterfaceKind { + impl ::std::convert::From<&NetworkInterfaceKind> for NetworkInterfaceKind { fn from(value: &NetworkInterfaceKind) -> Self { value.clone() } @@ -16960,7 +17023,7 @@ pub mod types { pub tables: ::std::vec::Vec, } - impl From<&OxqlQueryResult> for OxqlQueryResult { + impl ::std::convert::From<&OxqlQueryResult> for OxqlQueryResult { fn from(value: &OxqlQueryResult) -> Self { value.clone() } @@ -17009,7 +17072,7 @@ pub mod types { Descending, } - impl From<&PaginationOrder> for PaginationOrder { + impl ::std::convert::From<&PaginationOrder> for PaginationOrder { fn from(value: &PaginationOrder) -> Self { value.clone() } @@ -17024,7 +17087,7 @@ pub mod types { } } - impl std::str::FromStr for PaginationOrder { + impl ::std::str::FromStr for PaginationOrder { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -17035,14 +17098,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for PaginationOrder { + impl ::std::convert::TryFrom<&str> for PaginationOrder { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for PaginationOrder { + impl ::std::convert::TryFrom<&::std::string::String> for PaginationOrder { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -17051,7 +17114,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for PaginationOrder { + impl ::std::convert::TryFrom<::std::string::String> for PaginationOrder { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -17084,6 +17147,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct Password(::std::string::String); impl ::std::ops::Deref for Password { type Target = ::std::string::String; @@ -17092,13 +17156,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: Password) -> Self { value.0 } } - impl From<&Password> for Password { + impl ::std::convert::From<&Password> for Password { fn from(value: &Password) -> Self { value.clone() } @@ -17257,7 +17321,7 @@ pub mod types { pub vendor: ::std::string::String, } - impl From<&PhysicalDisk> for PhysicalDisk { + impl ::std::convert::From<&PhysicalDisk> for PhysicalDisk { fn from(value: &PhysicalDisk) -> Self { value.clone() } @@ -17304,7 +17368,7 @@ pub mod types { U2, } - impl From<&PhysicalDiskKind> for PhysicalDiskKind { + impl ::std::convert::From<&PhysicalDiskKind> for PhysicalDiskKind { fn from(value: &PhysicalDiskKind) -> Self { value.clone() } @@ -17319,7 +17383,7 @@ pub mod types { } } - impl std::str::FromStr for PhysicalDiskKind { + impl ::std::str::FromStr for PhysicalDiskKind { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -17330,14 +17394,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for PhysicalDiskKind { + impl ::std::convert::TryFrom<&str> for PhysicalDiskKind { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for PhysicalDiskKind { + impl ::std::convert::TryFrom<&::std::string::String> for PhysicalDiskKind { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -17346,7 +17410,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for PhysicalDiskKind { + impl ::std::convert::TryFrom<::std::string::String> for PhysicalDiskKind { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -17423,7 +17487,7 @@ pub mod types { Expunged, } - impl From<&PhysicalDiskPolicy> for PhysicalDiskPolicy { + impl ::std::convert::From<&PhysicalDiskPolicy> for PhysicalDiskPolicy { fn from(value: &PhysicalDiskPolicy) -> Self { value.clone() } @@ -17438,7 +17502,7 @@ pub mod types { } } - impl std::str::FromStr for PhysicalDiskPolicy { + impl ::std::str::FromStr for PhysicalDiskPolicy { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -17449,14 +17513,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for PhysicalDiskPolicy { + impl ::std::convert::TryFrom<&str> for PhysicalDiskPolicy { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for PhysicalDiskPolicy { + impl ::std::convert::TryFrom<&::std::string::String> for PhysicalDiskPolicy { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -17465,7 +17529,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for PhysicalDiskPolicy { + impl ::std::convert::TryFrom<::std::string::String> for PhysicalDiskPolicy { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -17516,7 +17580,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&PhysicalDiskResultsPage> for PhysicalDiskResultsPage { + impl ::std::convert::From<&PhysicalDiskResultsPage> for PhysicalDiskResultsPage { fn from(value: &PhysicalDiskResultsPage) -> Self { value.clone() } @@ -17585,7 +17649,7 @@ pub mod types { Decommissioned, } - impl From<&PhysicalDiskState> for PhysicalDiskState { + impl ::std::convert::From<&PhysicalDiskState> for PhysicalDiskState { fn from(value: &PhysicalDiskState) -> Self { value.clone() } @@ -17600,7 +17664,7 @@ pub mod types { } } - impl std::str::FromStr for PhysicalDiskState { + impl ::std::str::FromStr for PhysicalDiskState { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -17611,14 +17675,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for PhysicalDiskState { + impl ::std::convert::TryFrom<&str> for PhysicalDiskState { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for PhysicalDiskState { + impl ::std::convert::TryFrom<&::std::string::String> for PhysicalDiskState { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -17627,7 +17691,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for PhysicalDiskState { + impl ::std::convert::TryFrom<::std::string::String> for PhysicalDiskState { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -17669,7 +17733,7 @@ pub mod types { pub status: PingStatus, } - impl From<&Ping> for Ping { + impl ::std::convert::From<&Ping> for Ping { fn from(value: &Ping) -> Self { value.clone() } @@ -17712,7 +17776,7 @@ pub mod types { Ok, } - impl From<&PingStatus> for PingStatus { + impl ::std::convert::From<&PingStatus> for PingStatus { fn from(value: &PingStatus) -> Self { value.clone() } @@ -17726,7 +17790,7 @@ pub mod types { } } - impl std::str::FromStr for PingStatus { + impl ::std::str::FromStr for PingStatus { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -17736,14 +17800,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for PingStatus { + impl ::std::convert::TryFrom<&str> for PingStatus { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for PingStatus { + impl ::std::convert::TryFrom<&::std::string::String> for PingStatus { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -17752,7 +17816,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for PingStatus { + impl ::std::convert::TryFrom<::std::string::String> for PingStatus { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -17812,7 +17876,7 @@ pub mod types { pub values: ::std::vec::Vec, } - impl From<&Points> for Points { + impl ::std::convert::From<&Points> for Points { fn from(value: &Points) -> Self { value.clone() } @@ -17897,7 +17961,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Probe> for Probe { + impl ::std::convert::From<&Probe> for Probe { fn from(value: &Probe) -> Self { value.clone() } @@ -17962,7 +18026,7 @@ pub mod types { pub sled: uuid::Uuid, } - impl From<&ProbeCreate> for ProbeCreate { + impl ::std::convert::From<&ProbeCreate> for ProbeCreate { fn from(value: &ProbeCreate) -> Self { value.clone() } @@ -18019,7 +18083,7 @@ pub mod types { pub last_port: u16, } - impl From<&ProbeExternalIp> for ProbeExternalIp { + impl ::std::convert::From<&ProbeExternalIp> for ProbeExternalIp { fn from(value: &ProbeExternalIp) -> Self { value.clone() } @@ -18068,7 +18132,7 @@ pub mod types { Ephemeral, } - impl From<&ProbeExternalIpKind> for ProbeExternalIpKind { + impl ::std::convert::From<&ProbeExternalIpKind> for ProbeExternalIpKind { fn from(value: &ProbeExternalIpKind) -> Self { value.clone() } @@ -18084,7 +18148,7 @@ pub mod types { } } - impl std::str::FromStr for ProbeExternalIpKind { + impl ::std::str::FromStr for ProbeExternalIpKind { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -18096,14 +18160,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for ProbeExternalIpKind { + impl ::std::convert::TryFrom<&str> for ProbeExternalIpKind { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for ProbeExternalIpKind { + impl ::std::convert::TryFrom<&::std::string::String> for ProbeExternalIpKind { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -18112,7 +18176,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for ProbeExternalIpKind { + impl ::std::convert::TryFrom<::std::string::String> for ProbeExternalIpKind { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -18171,7 +18235,7 @@ pub mod types { pub sled: uuid::Uuid, } - impl From<&ProbeInfo> for ProbeInfo { + impl ::std::convert::From<&ProbeInfo> for ProbeInfo { fn from(value: &ProbeInfo) -> Self { value.clone() } @@ -18225,7 +18289,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&ProbeInfoResultsPage> for ProbeInfoResultsPage { + impl ::std::convert::From<&ProbeInfoResultsPage> for ProbeInfoResultsPage { fn from(value: &ProbeInfoResultsPage) -> Self { value.clone() } @@ -18302,7 +18366,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Project> for Project { + impl ::std::convert::From<&Project> for Project { fn from(value: &Project) -> Self { value.clone() } @@ -18345,7 +18409,7 @@ pub mod types { pub name: Name, } - impl From<&ProjectCreate> for ProjectCreate { + impl ::std::convert::From<&ProjectCreate> for ProjectCreate { fn from(value: &ProjectCreate) -> Self { value.clone() } @@ -18399,7 +18463,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&ProjectResultsPage> for ProjectResultsPage { + impl ::std::convert::From<&ProjectResultsPage> for ProjectResultsPage { fn from(value: &ProjectResultsPage) -> Self { value.clone() } @@ -18448,7 +18512,7 @@ pub mod types { Viewer, } - impl From<&ProjectRole> for ProjectRole { + impl ::std::convert::From<&ProjectRole> for ProjectRole { fn from(value: &ProjectRole) -> Self { value.clone() } @@ -18464,7 +18528,7 @@ pub mod types { } } - impl std::str::FromStr for ProjectRole { + impl ::std::str::FromStr for ProjectRole { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -18476,14 +18540,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for ProjectRole { + impl ::std::convert::TryFrom<&str> for ProjectRole { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for ProjectRole { + impl ::std::convert::TryFrom<&::std::string::String> for ProjectRole { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -18492,7 +18556,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for ProjectRole { + impl ::std::convert::TryFrom<::std::string::String> for ProjectRole { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -18539,7 +18603,7 @@ pub mod types { pub role_assignments: ::std::vec::Vec, } - impl From<&ProjectRolePolicy> for ProjectRolePolicy { + impl ::std::convert::From<&ProjectRolePolicy> for ProjectRolePolicy { fn from(value: &ProjectRolePolicy) -> Self { value.clone() } @@ -18597,7 +18661,7 @@ pub mod types { pub role_name: ProjectRole, } - impl From<&ProjectRoleRoleAssignment> for ProjectRoleRoleAssignment { + impl ::std::convert::From<&ProjectRoleRoleAssignment> for ProjectRoleRoleAssignment { fn from(value: &ProjectRoleRoleAssignment) -> Self { value.clone() } @@ -18652,12 +18716,21 @@ pub mod types { pub name: ::std::option::Option, } - impl From<&ProjectUpdate> for ProjectUpdate { + impl ::std::convert::From<&ProjectUpdate> for ProjectUpdate { fn from(value: &ProjectUpdate) -> Self { value.clone() } } + impl ::std::default::Default for ProjectUpdate { + fn default() -> Self { + Self { + description: Default::default(), + name: Default::default(), + } + } + } + impl ProjectUpdate { pub fn builder() -> builder::ProjectUpdate { Default::default() @@ -18751,7 +18824,7 @@ pub mod types { pub p: f64, } - impl From<&Quantile> for Quantile { + impl ::std::convert::From<&Quantile> for Quantile { fn from(value: &Quantile) -> Self { value.clone() } @@ -18809,7 +18882,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Rack> for Rack { + impl ::std::convert::From<&Rack> for Rack { fn from(value: &Rack) -> Self { value.clone() } @@ -18863,7 +18936,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&RackResultsPage> for RackResultsPage { + impl ::std::convert::From<&RackResultsPage> for RackResultsPage { fn from(value: &RackResultsPage) -> Self { value.clone() } @@ -18906,7 +18979,7 @@ pub mod types { pub name: RoleName, } - impl From<&Role> for Role { + impl ::std::convert::From<&Role> for Role { fn from(value: &Role) -> Self { value.clone() } @@ -18944,6 +19017,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct RoleName(::std::string::String); impl ::std::ops::Deref for RoleName { type Target = ::std::string::String; @@ -18952,13 +19026,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: RoleName) -> Self { value.0 } } - impl From<&RoleName> for RoleName { + impl ::std::convert::From<&RoleName> for RoleName { fn from(value: &RoleName) -> Self { value.clone() } @@ -19061,7 +19135,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&RoleResultsPage> for RoleResultsPage { + impl ::std::convert::From<&RoleResultsPage> for RoleResultsPage { fn from(value: &RoleResultsPage) -> Self { value.clone() } @@ -19140,7 +19214,7 @@ pub mod types { pub vid: ::std::option::Option, } - impl From<&Route> for Route { + impl ::std::convert::From<&Route> for Route { fn from(value: &Route) -> Self { value.clone() } @@ -19184,7 +19258,7 @@ pub mod types { pub routes: ::std::vec::Vec, } - impl From<&RouteConfig> for RouteConfig { + impl ::std::convert::From<&RouteConfig> for RouteConfig { fn from(value: &RouteConfig) -> Self { value.clone() } @@ -19317,19 +19391,19 @@ pub mod types { Subnet(Name), } - impl From<&RouteDestination> for RouteDestination { + impl ::std::convert::From<&RouteDestination> for RouteDestination { fn from(value: &RouteDestination) -> Self { value.clone() } } - impl From for RouteDestination { + impl ::std::convert::From for RouteDestination { fn from(value: std::net::IpAddr) -> Self { Self::Ip(value) } } - impl From for RouteDestination { + impl ::std::convert::From for RouteDestination { fn from(value: IpNet) -> Self { Self::IpNet(value) } @@ -19484,13 +19558,13 @@ pub mod types { Drop, } - impl From<&RouteTarget> for RouteTarget { + impl ::std::convert::From<&RouteTarget> for RouteTarget { fn from(value: &RouteTarget) -> Self { value.clone() } } - impl From for RouteTarget { + impl ::std::convert::From for RouteTarget { fn from(value: std::net::IpAddr) -> Self { Self::Ip(value) } @@ -19608,7 +19682,7 @@ pub mod types { pub vpc_router_id: uuid::Uuid, } - impl From<&RouterRoute> for RouterRoute { + impl ::std::convert::From<&RouterRoute> for RouterRoute { fn from(value: &RouterRoute) -> Self { value.clone() } @@ -19675,7 +19749,7 @@ pub mod types { pub target: RouteTarget, } - impl From<&RouterRouteCreate> for RouterRouteCreate { + impl ::std::convert::From<&RouterRouteCreate> for RouterRouteCreate { fn from(value: &RouterRouteCreate) -> Self { value.clone() } @@ -19774,7 +19848,7 @@ pub mod types { Custom, } - impl From<&RouterRouteKind> for RouterRouteKind { + impl ::std::convert::From<&RouterRouteKind> for RouterRouteKind { fn from(value: &RouterRouteKind) -> Self { value.clone() } @@ -19791,7 +19865,7 @@ pub mod types { } } - impl std::str::FromStr for RouterRouteKind { + impl ::std::str::FromStr for RouterRouteKind { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -19804,14 +19878,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for RouterRouteKind { + impl ::std::convert::TryFrom<&str> for RouterRouteKind { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for RouterRouteKind { + impl ::std::convert::TryFrom<&::std::string::String> for RouterRouteKind { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -19820,7 +19894,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for RouterRouteKind { + impl ::std::convert::TryFrom<::std::string::String> for RouterRouteKind { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -19871,7 +19945,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&RouterRouteResultsPage> for RouterRouteResultsPage { + impl ::std::convert::From<&RouterRouteResultsPage> for RouterRouteResultsPage { fn from(value: &RouterRouteResultsPage) -> Self { value.clone() } @@ -19952,7 +20026,7 @@ pub mod types { pub target: RouteTarget, } - impl From<&RouterRouteUpdate> for RouterRouteUpdate { + impl ::std::convert::From<&RouterRouteUpdate> for RouterRouteUpdate { fn from(value: &RouterRouteUpdate) -> Self { value.clone() } @@ -20094,7 +20168,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&SamlIdentityProvider> for SamlIdentityProvider { + impl ::std::convert::From<&SamlIdentityProvider> for SamlIdentityProvider { fn from(value: &SamlIdentityProvider) -> Self { value.clone() } @@ -20219,7 +20293,7 @@ pub mod types { pub technical_contact_email: ::std::string::String, } - impl From<&SamlIdentityProviderCreate> for SamlIdentityProviderCreate { + impl ::std::convert::From<&SamlIdentityProviderCreate> for SamlIdentityProviderCreate { fn from(value: &SamlIdentityProviderCreate) -> Self { value.clone() } @@ -20270,7 +20344,7 @@ pub mod types { ExternalApi, } - impl From<&ServiceUsingCertificate> for ServiceUsingCertificate { + impl ::std::convert::From<&ServiceUsingCertificate> for ServiceUsingCertificate { fn from(value: &ServiceUsingCertificate) -> Self { value.clone() } @@ -20284,7 +20358,7 @@ pub mod types { } } - impl std::str::FromStr for ServiceUsingCertificate { + impl ::std::str::FromStr for ServiceUsingCertificate { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -20294,14 +20368,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for ServiceUsingCertificate { + impl ::std::convert::TryFrom<&str> for ServiceUsingCertificate { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for ServiceUsingCertificate { + impl ::std::convert::TryFrom<&::std::string::String> for ServiceUsingCertificate { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -20310,7 +20384,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for ServiceUsingCertificate { + impl ::std::convert::TryFrom<::std::string::String> for ServiceUsingCertificate { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -20425,7 +20499,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Silo> for Silo { + impl ::std::convert::From<&Silo> for Silo { fn from(value: &Silo) -> Self { value.clone() } @@ -20538,7 +20612,10 @@ pub mod types { /// /// The default is that no Fleet roles are conferred by any Silo roles /// unless there's a corresponding entry in this map. - #[serde(default, skip_serializing_if = "::std::collections::HashMap::is_empty")] + #[serde( + default, + skip_serializing_if = ":: std :: collections :: HashMap::is_empty" + )] pub mapped_fleet_roles: ::std::collections::HashMap<::std::string::String, Vec>, pub name: Name, /// Limits the amount of provisionable CPU, memory, and storage in the @@ -20551,7 +20628,7 @@ pub mod types { pub tls_certificates: ::std::vec::Vec, } - impl From<&SiloCreate> for SiloCreate { + impl ::std::convert::From<&SiloCreate> for SiloCreate { fn from(value: &SiloCreate) -> Self { value.clone() } @@ -20622,7 +20699,7 @@ pub mod types { LocalOnly, } - impl From<&SiloIdentityMode> for SiloIdentityMode { + impl ::std::convert::From<&SiloIdentityMode> for SiloIdentityMode { fn from(value: &SiloIdentityMode) -> Self { value.clone() } @@ -20637,7 +20714,7 @@ pub mod types { } } - impl std::str::FromStr for SiloIdentityMode { + impl ::std::str::FromStr for SiloIdentityMode { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -20648,14 +20725,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SiloIdentityMode { + impl ::std::convert::TryFrom<&str> for SiloIdentityMode { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SiloIdentityMode { + impl ::std::convert::TryFrom<&::std::string::String> for SiloIdentityMode { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -20664,7 +20741,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SiloIdentityMode { + impl ::std::convert::TryFrom<::std::string::String> for SiloIdentityMode { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -20749,7 +20826,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&SiloIpPool> for SiloIpPool { + impl ::std::convert::From<&SiloIpPool> for SiloIpPool { fn from(value: &SiloIpPool) -> Self { value.clone() } @@ -20803,7 +20880,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SiloIpPoolResultsPage> for SiloIpPoolResultsPage { + impl ::std::convert::From<&SiloIpPoolResultsPage> for SiloIpPoolResultsPage { fn from(value: &SiloIpPoolResultsPage) -> Self { value.clone() } @@ -20874,7 +20951,7 @@ pub mod types { pub storage: ByteCount, } - impl From<&SiloQuotas> for SiloQuotas { + impl ::std::convert::From<&SiloQuotas> for SiloQuotas { fn from(value: &SiloQuotas) -> Self { value.clone() } @@ -20942,7 +21019,7 @@ pub mod types { pub storage: ByteCount, } - impl From<&SiloQuotasCreate> for SiloQuotasCreate { + impl ::std::convert::From<&SiloQuotasCreate> for SiloQuotasCreate { fn from(value: &SiloQuotasCreate) -> Self { value.clone() } @@ -20996,7 +21073,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SiloQuotasResultsPage> for SiloQuotasResultsPage { + impl ::std::convert::From<&SiloQuotasResultsPage> for SiloQuotasResultsPage { fn from(value: &SiloQuotasResultsPage) -> Self { value.clone() } @@ -21081,12 +21158,22 @@ pub mod types { pub storage: ::std::option::Option, } - impl From<&SiloQuotasUpdate> for SiloQuotasUpdate { + impl ::std::convert::From<&SiloQuotasUpdate> for SiloQuotasUpdate { fn from(value: &SiloQuotasUpdate) -> Self { value.clone() } } + impl ::std::default::Default for SiloQuotasUpdate { + fn default() -> Self { + Self { + cpus: Default::default(), + memory: Default::default(), + storage: Default::default(), + } + } + } + impl SiloQuotasUpdate { pub fn builder() -> builder::SiloQuotasUpdate { Default::default() @@ -21135,7 +21222,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SiloResultsPage> for SiloResultsPage { + impl ::std::convert::From<&SiloResultsPage> for SiloResultsPage { fn from(value: &SiloResultsPage) -> Self { value.clone() } @@ -21184,7 +21271,7 @@ pub mod types { Viewer, } - impl From<&SiloRole> for SiloRole { + impl ::std::convert::From<&SiloRole> for SiloRole { fn from(value: &SiloRole) -> Self { value.clone() } @@ -21200,7 +21287,7 @@ pub mod types { } } - impl std::str::FromStr for SiloRole { + impl ::std::str::FromStr for SiloRole { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -21212,14 +21299,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SiloRole { + impl ::std::convert::TryFrom<&str> for SiloRole { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SiloRole { + impl ::std::convert::TryFrom<&::std::string::String> for SiloRole { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -21228,7 +21315,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SiloRole { + impl ::std::convert::TryFrom<::std::string::String> for SiloRole { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -21275,7 +21362,7 @@ pub mod types { pub role_assignments: ::std::vec::Vec, } - impl From<&SiloRolePolicy> for SiloRolePolicy { + impl ::std::convert::From<&SiloRolePolicy> for SiloRolePolicy { fn from(value: &SiloRolePolicy) -> Self { value.clone() } @@ -21333,7 +21420,7 @@ pub mod types { pub role_name: SiloRole, } - impl From<&SiloRoleRoleAssignment> for SiloRoleRoleAssignment { + impl ::std::convert::From<&SiloRoleRoleAssignment> for SiloRoleRoleAssignment { fn from(value: &SiloRoleRoleAssignment) -> Self { value.clone() } @@ -21407,7 +21494,7 @@ pub mod types { pub silo_name: Name, } - impl From<&SiloUtilization> for SiloUtilization { + impl ::std::convert::From<&SiloUtilization> for SiloUtilization { fn from(value: &SiloUtilization) -> Self { value.clone() } @@ -21461,7 +21548,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SiloUtilizationResultsPage> for SiloUtilizationResultsPage { + impl ::std::convert::From<&SiloUtilizationResultsPage> for SiloUtilizationResultsPage { fn from(value: &SiloUtilizationResultsPage) -> Self { value.clone() } @@ -21576,7 +21663,7 @@ pub mod types { pub usable_physical_ram: ByteCount, } - impl From<&Sled> for Sled { + impl ::std::convert::From<&Sled> for Sled { fn from(value: &Sled) -> Self { value.clone() } @@ -21615,7 +21702,7 @@ pub mod types { pub id: uuid::Uuid, } - impl From<&SledId> for SledId { + impl ::std::convert::From<&SledId> for SledId { fn from(value: &SledId) -> Self { value.clone() } @@ -21721,7 +21808,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&SledInstance> for SledInstance { + impl ::std::convert::From<&SledInstance> for SledInstance { fn from(value: &SledInstance) -> Self { value.clone() } @@ -21775,7 +21862,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SledInstanceResultsPage> for SledInstanceResultsPage { + impl ::std::convert::From<&SledInstanceResultsPage> for SledInstanceResultsPage { fn from(value: &SledInstanceResultsPage) -> Self { value.clone() } @@ -21856,13 +21943,13 @@ pub mod types { Expunged, } - impl From<&SledPolicy> for SledPolicy { + impl ::std::convert::From<&SledPolicy> for SledPolicy { fn from(value: &SledPolicy) -> Self { value.clone() } } - impl From for SledPolicy { + impl ::std::convert::From for SledPolicy { fn from(value: SledProvisionPolicy) -> Self { Self::InService(value) } @@ -21925,7 +22012,7 @@ pub mod types { NonProvisionable, } - impl From<&SledProvisionPolicy> for SledProvisionPolicy { + impl ::std::convert::From<&SledProvisionPolicy> for SledProvisionPolicy { fn from(value: &SledProvisionPolicy) -> Self { value.clone() } @@ -21940,7 +22027,7 @@ pub mod types { } } - impl std::str::FromStr for SledProvisionPolicy { + impl ::std::str::FromStr for SledProvisionPolicy { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -21951,14 +22038,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SledProvisionPolicy { + impl ::std::convert::TryFrom<&str> for SledProvisionPolicy { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SledProvisionPolicy { + impl ::std::convert::TryFrom<&::std::string::String> for SledProvisionPolicy { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -21967,7 +22054,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SledProvisionPolicy { + impl ::std::convert::TryFrom<::std::string::String> for SledProvisionPolicy { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -22008,7 +22095,7 @@ pub mod types { pub state: SledProvisionPolicy, } - impl From<&SledProvisionPolicyParams> for SledProvisionPolicyParams { + impl ::std::convert::From<&SledProvisionPolicyParams> for SledProvisionPolicyParams { fn from(value: &SledProvisionPolicyParams) -> Self { value.clone() } @@ -22063,7 +22150,7 @@ pub mod types { pub old_state: SledProvisionPolicy, } - impl From<&SledProvisionPolicyResponse> for SledProvisionPolicyResponse { + impl ::std::convert::From<&SledProvisionPolicyResponse> for SledProvisionPolicyResponse { fn from(value: &SledProvisionPolicyResponse) -> Self { value.clone() } @@ -22117,7 +22204,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SledResultsPage> for SledResultsPage { + impl ::std::convert::From<&SledResultsPage> for SledResultsPage { fn from(value: &SledResultsPage) -> Self { value.clone() } @@ -22186,7 +22273,7 @@ pub mod types { Decommissioned, } - impl From<&SledState> for SledState { + impl ::std::convert::From<&SledState> for SledState { fn from(value: &SledState) -> Self { value.clone() } @@ -22201,7 +22288,7 @@ pub mod types { } } - impl std::str::FromStr for SledState { + impl ::std::str::FromStr for SledState { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -22212,14 +22299,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SledState { + impl ::std::convert::TryFrom<&str> for SledState { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SledState { + impl ::std::convert::TryFrom<&::std::string::String> for SledState { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -22228,7 +22315,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SledState { + impl ::std::convert::TryFrom<::std::string::String> for SledState { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -22324,7 +22411,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Snapshot> for Snapshot { + impl ::std::convert::From<&Snapshot> for Snapshot { fn from(value: &Snapshot) -> Self { value.clone() } @@ -22378,7 +22465,7 @@ pub mod types { pub name: Name, } - impl From<&SnapshotCreate> for SnapshotCreate { + impl ::std::convert::From<&SnapshotCreate> for SnapshotCreate { fn from(value: &SnapshotCreate) -> Self { value.clone() } @@ -22432,7 +22519,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SnapshotResultsPage> for SnapshotResultsPage { + impl ::std::convert::From<&SnapshotResultsPage> for SnapshotResultsPage { fn from(value: &SnapshotResultsPage) -> Self { value.clone() } @@ -22484,7 +22571,7 @@ pub mod types { Destroyed, } - impl From<&SnapshotState> for SnapshotState { + impl ::std::convert::From<&SnapshotState> for SnapshotState { fn from(value: &SnapshotState) -> Self { value.clone() } @@ -22501,7 +22588,7 @@ pub mod types { } } - impl std::str::FromStr for SnapshotState { + impl ::std::str::FromStr for SnapshotState { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -22514,14 +22601,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SnapshotState { + impl ::std::convert::TryFrom<&str> for SnapshotState { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SnapshotState { + impl ::std::convert::TryFrom<&::std::string::String> for SnapshotState { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -22530,7 +22617,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SnapshotState { + impl ::std::convert::TryFrom<::std::string::String> for SnapshotState { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -22620,7 +22707,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&SshKey> for SshKey { + impl ::std::convert::From<&SshKey> for SshKey { fn from(value: &SshKey) -> Self { value.clone() } @@ -22671,7 +22758,7 @@ pub mod types { pub public_key: ::std::string::String, } - impl From<&SshKeyCreate> for SshKeyCreate { + impl ::std::convert::From<&SshKeyCreate> for SshKeyCreate { fn from(value: &SshKeyCreate) -> Self { value.clone() } @@ -22725,7 +22812,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SshKeyResultsPage> for SshKeyResultsPage { + impl ::std::convert::From<&SshKeyResultsPage> for SshKeyResultsPage { fn from(value: &SshKeyResultsPage) -> Self { value.clone() } @@ -22797,7 +22884,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Switch> for Switch { + impl ::std::convert::From<&Switch> for Switch { fn from(value: &Switch) -> Self { value.clone() } @@ -22851,7 +22938,7 @@ pub mod types { pub switch: SwitchLocation, } - impl From<&SwitchBgpHistory> for SwitchBgpHistory { + impl ::std::convert::From<&SwitchBgpHistory> for SwitchBgpHistory { fn from(value: &SwitchBgpHistory) -> Self { value.clone() } @@ -22928,7 +23015,7 @@ pub mod types { pub v6_enabled: bool, } - impl From<&SwitchInterfaceConfig> for SwitchInterfaceConfig { + impl ::std::convert::From<&SwitchInterfaceConfig> for SwitchInterfaceConfig { fn from(value: &SwitchInterfaceConfig) -> Self { value.clone() } @@ -22982,7 +23069,7 @@ pub mod types { pub v6_enabled: bool, } - impl From<&SwitchInterfaceConfigCreate> for SwitchInterfaceConfigCreate { + impl ::std::convert::From<&SwitchInterfaceConfigCreate> for SwitchInterfaceConfigCreate { fn from(value: &SwitchInterfaceConfigCreate) -> Self { value.clone() } @@ -23081,13 +23168,13 @@ pub mod types { Loopback, } - impl From<&SwitchInterfaceKind> for SwitchInterfaceKind { + impl ::std::convert::From<&SwitchInterfaceKind> for SwitchInterfaceKind { fn from(value: &SwitchInterfaceKind) -> Self { value.clone() } } - impl From for SwitchInterfaceKind { + impl ::std::convert::From for SwitchInterfaceKind { fn from(value: u16) -> Self { Self::Vlan(value) } @@ -23159,7 +23246,7 @@ pub mod types { Loopback, } - impl From<&SwitchInterfaceKind2> for SwitchInterfaceKind2 { + impl ::std::convert::From<&SwitchInterfaceKind2> for SwitchInterfaceKind2 { fn from(value: &SwitchInterfaceKind2) -> Self { value.clone() } @@ -23175,7 +23262,7 @@ pub mod types { } } - impl std::str::FromStr for SwitchInterfaceKind2 { + impl ::std::str::FromStr for SwitchInterfaceKind2 { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -23187,14 +23274,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SwitchInterfaceKind2 { + impl ::std::convert::TryFrom<&str> for SwitchInterfaceKind2 { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SwitchInterfaceKind2 { + impl ::std::convert::TryFrom<&::std::string::String> for SwitchInterfaceKind2 { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -23203,7 +23290,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SwitchInterfaceKind2 { + impl ::std::convert::TryFrom<::std::string::String> for SwitchInterfaceKind2 { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -23223,6 +23310,7 @@ pub mod types { #[derive( :: serde :: Deserialize, :: serde :: Serialize, Clone, Debug, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct SwitchLinkState(pub ::serde_json::Value); impl ::std::ops::Deref for SwitchLinkState { type Target = ::serde_json::Value; @@ -23231,19 +23319,19 @@ pub mod types { } } - impl From for ::serde_json::Value { + impl ::std::convert::From for ::serde_json::Value { fn from(value: SwitchLinkState) -> Self { value.0 } } - impl From<&SwitchLinkState> for SwitchLinkState { + impl ::std::convert::From<&SwitchLinkState> for SwitchLinkState { fn from(value: &SwitchLinkState) -> Self { value.clone() } } - impl From<::serde_json::Value> for SwitchLinkState { + impl ::std::convert::From<::serde_json::Value> for SwitchLinkState { fn from(value: ::serde_json::Value) -> Self { Self(value) } @@ -23297,7 +23385,7 @@ pub mod types { Switch1, } - impl From<&SwitchLocation> for SwitchLocation { + impl ::std::convert::From<&SwitchLocation> for SwitchLocation { fn from(value: &SwitchLocation) -> Self { value.clone() } @@ -23312,7 +23400,7 @@ pub mod types { } } - impl std::str::FromStr for SwitchLocation { + impl ::std::str::FromStr for SwitchLocation { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -23323,14 +23411,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SwitchLocation { + impl ::std::convert::TryFrom<&str> for SwitchLocation { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SwitchLocation { + impl ::std::convert::TryFrom<&::std::string::String> for SwitchLocation { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -23339,7 +23427,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SwitchLocation { + impl ::std::convert::TryFrom<::std::string::String> for SwitchLocation { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -23413,7 +23501,7 @@ pub mod types { pub switch_location: ::std::string::String, } - impl From<&SwitchPort> for SwitchPort { + impl ::std::convert::From<&SwitchPort> for SwitchPort { fn from(value: &SwitchPort) -> Self { value.clone() } @@ -23495,7 +23583,7 @@ pub mod types { pub vlan_id: ::std::option::Option, } - impl From<&SwitchPortAddressConfig> for SwitchPortAddressConfig { + impl ::std::convert::From<&SwitchPortAddressConfig> for SwitchPortAddressConfig { fn from(value: &SwitchPortAddressConfig) -> Self { value.clone() } @@ -23540,7 +23628,7 @@ pub mod types { pub port_settings: NameOrId, } - impl From<&SwitchPortApplySettings> for SwitchPortApplySettings { + impl ::std::convert::From<&SwitchPortApplySettings> for SwitchPortApplySettings { fn from(value: &SwitchPortApplySettings) -> Self { value.clone() } @@ -23594,7 +23682,7 @@ pub mod types { pub port_settings_id: uuid::Uuid, } - impl From<&SwitchPortConfig> for SwitchPortConfig { + impl ::std::convert::From<&SwitchPortConfig> for SwitchPortConfig { fn from(value: &SwitchPortConfig) -> Self { value.clone() } @@ -23638,7 +23726,7 @@ pub mod types { pub geometry: SwitchPortGeometry, } - impl From<&SwitchPortConfigCreate> for SwitchPortConfigCreate { + impl ::std::convert::From<&SwitchPortConfigCreate> for SwitchPortConfigCreate { fn from(value: &SwitchPortConfigCreate) -> Self { value.clone() } @@ -23711,7 +23799,7 @@ pub mod types { Sfp28x4, } - impl From<&SwitchPortGeometry> for SwitchPortGeometry { + impl ::std::convert::From<&SwitchPortGeometry> for SwitchPortGeometry { fn from(value: &SwitchPortGeometry) -> Self { value.clone() } @@ -23727,7 +23815,7 @@ pub mod types { } } - impl std::str::FromStr for SwitchPortGeometry { + impl ::std::str::FromStr for SwitchPortGeometry { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -23739,14 +23827,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SwitchPortGeometry { + impl ::std::convert::TryFrom<&str> for SwitchPortGeometry { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SwitchPortGeometry { + impl ::std::convert::TryFrom<&::std::string::String> for SwitchPortGeometry { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -23755,7 +23843,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SwitchPortGeometry { + impl ::std::convert::TryFrom<::std::string::String> for SwitchPortGeometry { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -23825,7 +23913,7 @@ pub mod types { Sfp28x4, } - impl From<&SwitchPortGeometry2> for SwitchPortGeometry2 { + impl ::std::convert::From<&SwitchPortGeometry2> for SwitchPortGeometry2 { fn from(value: &SwitchPortGeometry2) -> Self { value.clone() } @@ -23841,7 +23929,7 @@ pub mod types { } } - impl std::str::FromStr for SwitchPortGeometry2 { + impl ::std::str::FromStr for SwitchPortGeometry2 { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -23853,14 +23941,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SwitchPortGeometry2 { + impl ::std::convert::TryFrom<&str> for SwitchPortGeometry2 { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SwitchPortGeometry2 { + impl ::std::convert::TryFrom<&::std::string::String> for SwitchPortGeometry2 { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -23869,7 +23957,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SwitchPortGeometry2 { + impl ::std::convert::TryFrom<::std::string::String> for SwitchPortGeometry2 { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -23989,7 +24077,7 @@ pub mod types { pub tx_eq_config_id: ::std::option::Option, } - impl From<&SwitchPortLinkConfig> for SwitchPortLinkConfig { + impl ::std::convert::From<&SwitchPortLinkConfig> for SwitchPortLinkConfig { fn from(value: &SwitchPortLinkConfig) -> Self { value.clone() } @@ -24043,7 +24131,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SwitchPortResultsPage> for SwitchPortResultsPage { + impl ::std::convert::From<&SwitchPortResultsPage> for SwitchPortResultsPage { fn from(value: &SwitchPortResultsPage) -> Self { value.clone() } @@ -24142,7 +24230,7 @@ pub mod types { pub vlan_id: ::std::option::Option, } - impl From<&SwitchPortRouteConfig> for SwitchPortRouteConfig { + impl ::std::convert::From<&SwitchPortRouteConfig> for SwitchPortRouteConfig { fn from(value: &SwitchPortRouteConfig) -> Self { value.clone() } @@ -24221,7 +24309,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&SwitchPortSettings> for SwitchPortSettings { + impl ::std::convert::From<&SwitchPortSettings> for SwitchPortSettings { fn from(value: &SwitchPortSettings) -> Self { value.clone() } @@ -24338,7 +24426,7 @@ pub mod types { pub routes: ::std::collections::HashMap<::std::string::String, RouteConfig>, } - impl From<&SwitchPortSettingsCreate> for SwitchPortSettingsCreate { + impl ::std::convert::From<&SwitchPortSettingsCreate> for SwitchPortSettingsCreate { fn from(value: &SwitchPortSettingsCreate) -> Self { value.clone() } @@ -24396,7 +24484,7 @@ pub mod types { pub port_settings_id: uuid::Uuid, } - impl From<&SwitchPortSettingsGroups> for SwitchPortSettingsGroups { + impl ::std::convert::From<&SwitchPortSettingsGroups> for SwitchPortSettingsGroups { fn from(value: &SwitchPortSettingsGroups) -> Self { value.clone() } @@ -24450,7 +24538,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SwitchPortSettingsResultsPage> for SwitchPortSettingsResultsPage { + impl ::std::convert::From<&SwitchPortSettingsResultsPage> for SwitchPortSettingsResultsPage { fn from(value: &SwitchPortSettingsResultsPage) -> Self { value.clone() } @@ -24614,7 +24702,7 @@ pub mod types { pub vlan_interfaces: ::std::vec::Vec, } - impl From<&SwitchPortSettingsView> for SwitchPortSettingsView { + impl ::std::convert::From<&SwitchPortSettingsView> for SwitchPortSettingsView { fn from(value: &SwitchPortSettingsView) -> Self { value.clone() } @@ -24668,7 +24756,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&SwitchResultsPage> for SwitchResultsPage { + impl ::std::convert::From<&SwitchResultsPage> for SwitchResultsPage { fn from(value: &SwitchResultsPage) -> Self { value.clone() } @@ -24725,7 +24813,7 @@ pub mod types { pub vlan_id: u16, } - impl From<&SwitchVlanInterfaceConfig> for SwitchVlanInterfaceConfig { + impl ::std::convert::From<&SwitchVlanInterfaceConfig> for SwitchVlanInterfaceConfig { fn from(value: &SwitchVlanInterfaceConfig) -> Self { value.clone() } @@ -24774,7 +24862,7 @@ pub mod types { RamProvisioned, } - impl From<&SystemMetricName> for SystemMetricName { + impl ::std::convert::From<&SystemMetricName> for SystemMetricName { fn from(value: &SystemMetricName) -> Self { value.clone() } @@ -24790,7 +24878,7 @@ pub mod types { } } - impl std::str::FromStr for SystemMetricName { + impl ::std::str::FromStr for SystemMetricName { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -24802,14 +24890,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for SystemMetricName { + impl ::std::convert::TryFrom<&str> for SystemMetricName { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for SystemMetricName { + impl ::std::convert::TryFrom<&::std::string::String> for SystemMetricName { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -24818,7 +24906,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for SystemMetricName { + impl ::std::convert::TryFrom<::std::string::String> for SystemMetricName { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -24865,7 +24953,7 @@ pub mod types { pub timeseries: ::std::collections::HashMap<::std::string::String, Timeseries>, } - impl From<&Table> for Table { + impl ::std::convert::From<&Table> for Table { fn from(value: &Table) -> Self { value.clone() } @@ -24916,7 +25004,7 @@ pub mod types { pub points: Points, } - impl From<&Timeseries> for Timeseries { + impl ::std::convert::From<&Timeseries> for Timeseries { fn from(value: &Timeseries) -> Self { value.clone() } @@ -24960,7 +25048,7 @@ pub mod types { pub target: ::std::string::String, } - impl From<&TimeseriesDescription> for TimeseriesDescription { + impl ::std::convert::From<&TimeseriesDescription> for TimeseriesDescription { fn from(value: &TimeseriesDescription) -> Self { value.clone() } @@ -25002,6 +25090,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct TimeseriesName(::std::string::String); impl ::std::ops::Deref for TimeseriesName { type Target = ::std::string::String; @@ -25010,13 +25099,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: TimeseriesName) -> Self { value.0 } } - impl From<&TimeseriesName> for TimeseriesName { + impl ::std::convert::From<&TimeseriesName> for TimeseriesName { fn from(value: &TimeseriesName) -> Self { value.clone() } @@ -25109,7 +25198,7 @@ pub mod types { pub query: ::std::string::String, } - impl From<&TimeseriesQuery> for TimeseriesQuery { + impl ::std::convert::From<&TimeseriesQuery> for TimeseriesQuery { fn from(value: &TimeseriesQuery) -> Self { value.clone() } @@ -25194,7 +25283,7 @@ pub mod types { pub version: std::num::NonZeroU8, } - impl From<&TimeseriesSchema> for TimeseriesSchema { + impl ::std::convert::From<&TimeseriesSchema> for TimeseriesSchema { fn from(value: &TimeseriesSchema) -> Self { value.clone() } @@ -25248,7 +25337,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&TimeseriesSchemaResultsPage> for TimeseriesSchemaResultsPage { + impl ::std::convert::From<&TimeseriesSchemaResultsPage> for TimeseriesSchemaResultsPage { fn from(value: &TimeseriesSchemaResultsPage) -> Self { value.clone() } @@ -25337,12 +25426,24 @@ pub mod types { pub pre2: ::std::option::Option, } - impl From<&TxEqConfig> for TxEqConfig { + impl ::std::convert::From<&TxEqConfig> for TxEqConfig { fn from(value: &TxEqConfig) -> Self { value.clone() } } + impl ::std::default::Default for TxEqConfig { + fn default() -> Self { + Self { + main: Default::default(), + post1: Default::default(), + post2: Default::default(), + pre1: Default::default(), + pre2: Default::default(), + } + } + } + impl TxEqConfig { pub fn builder() -> builder::TxEqConfig { Default::default() @@ -25389,7 +25490,7 @@ pub mod types { pub rack_id: uuid::Uuid, } - impl From<&UninitializedSled> for UninitializedSled { + impl ::std::convert::From<&UninitializedSled> for UninitializedSled { fn from(value: &UninitializedSled) -> Self { value.clone() } @@ -25432,7 +25533,7 @@ pub mod types { pub serial: ::std::string::String, } - impl From<&UninitializedSledId> for UninitializedSledId { + impl ::std::convert::From<&UninitializedSledId> for UninitializedSledId { fn from(value: &UninitializedSledId) -> Self { value.clone() } @@ -25486,7 +25587,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&UninitializedSledResultsPage> for UninitializedSledResultsPage { + impl ::std::convert::From<&UninitializedSledResultsPage> for UninitializedSledResultsPage { fn from(value: &UninitializedSledResultsPage) -> Self { value.clone() } @@ -25576,7 +25677,7 @@ pub mod types { Rpm, } - impl From<&Units> for Units { + impl ::std::convert::From<&Units> for Units { fn from(value: &Units) -> Self { value.clone() } @@ -25599,7 +25700,7 @@ pub mod types { } } - impl std::str::FromStr for Units { + impl ::std::str::FromStr for Units { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -25618,14 +25719,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for Units { + impl ::std::convert::TryFrom<&str> for Units { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for Units { + impl ::std::convert::TryFrom<&::std::string::String> for Units { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -25634,7 +25735,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for Units { + impl ::std::convert::TryFrom<::std::string::String> for Units { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -25685,7 +25786,7 @@ pub mod types { pub silo_id: uuid::Uuid, } - impl From<&User> for User { + impl ::std::convert::From<&User> for User { fn from(value: &User) -> Self { value.clone() } @@ -25767,7 +25868,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&UserBuiltin> for UserBuiltin { + impl ::std::convert::From<&UserBuiltin> for UserBuiltin { fn from(value: &UserBuiltin) -> Self { value.clone() } @@ -25821,7 +25922,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&UserBuiltinResultsPage> for UserBuiltinResultsPage { + impl ::std::convert::From<&UserBuiltinResultsPage> for UserBuiltinResultsPage { fn from(value: &UserBuiltinResultsPage) -> Self { value.clone() } @@ -25876,7 +25977,7 @@ pub mod types { pub password: UserPassword, } - impl From<&UserCreate> for UserCreate { + impl ::std::convert::From<&UserCreate> for UserCreate { fn from(value: &UserCreate) -> Self { value.clone() } @@ -25922,6 +26023,7 @@ pub mod types { PartialOrd, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct UserId(::std::string::String); impl ::std::ops::Deref for UserId { type Target = ::std::string::String; @@ -25930,13 +26032,13 @@ pub mod types { } } - impl From for ::std::string::String { + impl ::std::convert::From for ::std::string::String { fn from(value: UserId) -> Self { value.0 } } - impl From<&UserId> for UserId { + impl ::std::convert::From<&UserId> for UserId { fn from(value: &UserId) -> Self { value.clone() } @@ -26053,13 +26155,13 @@ pub mod types { LoginDisallowed, } - impl From<&UserPassword> for UserPassword { + impl ::std::convert::From<&UserPassword> for UserPassword { fn from(value: &UserPassword) -> Self { value.clone() } } - impl From for UserPassword { + impl ::std::convert::From for UserPassword { fn from(value: Password) -> Self { Self::Password(value) } @@ -26107,7 +26209,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&UserResultsPage> for UserResultsPage { + impl ::std::convert::From<&UserResultsPage> for UserResultsPage { fn from(value: &UserResultsPage) -> Self { value.clone() } @@ -26150,7 +26252,7 @@ pub mod types { pub username: UserId, } - impl From<&UsernamePasswordCredentials> for UsernamePasswordCredentials { + impl ::std::convert::From<&UsernamePasswordCredentials> for UsernamePasswordCredentials { fn from(value: &UsernamePasswordCredentials) -> Self { value.clone() } @@ -26215,7 +26317,7 @@ pub mod types { pub provisioned: VirtualResourceCounts, } - impl From<&Utilization> for Utilization { + impl ::std::convert::From<&Utilization> for Utilization { fn from(value: &Utilization) -> Self { value.clone() } @@ -26423,43 +26525,49 @@ pub mod types { DoubleDistribution(::std::vec::Vec<::std::option::Option>), } - impl From<&ValueArray> for ValueArray { + impl ::std::convert::From<&ValueArray> for ValueArray { fn from(value: &ValueArray) -> Self { value.clone() } } - impl From<::std::vec::Vec<::std::option::Option>> for ValueArray { + impl ::std::convert::From<::std::vec::Vec<::std::option::Option>> for ValueArray { fn from(value: ::std::vec::Vec<::std::option::Option>) -> Self { Self::Integer(value) } } - impl From<::std::vec::Vec<::std::option::Option>> for ValueArray { + impl ::std::convert::From<::std::vec::Vec<::std::option::Option>> for ValueArray { fn from(value: ::std::vec::Vec<::std::option::Option>) -> Self { Self::Double(value) } } - impl From<::std::vec::Vec<::std::option::Option>> for ValueArray { + impl ::std::convert::From<::std::vec::Vec<::std::option::Option>> for ValueArray { fn from(value: ::std::vec::Vec<::std::option::Option>) -> Self { Self::Boolean(value) } } - impl From<::std::vec::Vec<::std::option::Option<::std::string::String>>> for ValueArray { + impl ::std::convert::From<::std::vec::Vec<::std::option::Option<::std::string::String>>> + for ValueArray + { fn from(value: ::std::vec::Vec<::std::option::Option<::std::string::String>>) -> Self { Self::String(value) } } - impl From<::std::vec::Vec<::std::option::Option>> for ValueArray { + impl ::std::convert::From<::std::vec::Vec<::std::option::Option>> + for ValueArray + { fn from(value: ::std::vec::Vec<::std::option::Option>) -> Self { Self::IntegerDistribution(value) } } - impl From<::std::vec::Vec<::std::option::Option>> for ValueArray { + impl ::std::convert::From<::std::vec::Vec<::std::option::Option>> + for ValueArray + { fn from(value: ::std::vec::Vec<::std::option::Option>) -> Self { Self::DoubleDistribution(value) } @@ -26509,7 +26617,7 @@ pub mod types { pub values: ValueArray, } - impl From<&Values> for Values { + impl ::std::convert::From<&Values> for Values { fn from(value: &Values) -> Self { value.clone() } @@ -26574,7 +26682,7 @@ pub mod types { pub storage: ByteCount, } - impl From<&VirtualResourceCounts> for VirtualResourceCounts { + impl ::std::convert::From<&VirtualResourceCounts> for VirtualResourceCounts { fn from(value: &VirtualResourceCounts) -> Self { value.clone() } @@ -26602,6 +26710,7 @@ pub mod types { #[derive( :: serde :: Deserialize, :: serde :: Serialize, Clone, Debug, schemars :: JsonSchema, )] + #[serde(transparent)] pub struct Vni(pub u32); impl ::std::ops::Deref for Vni { type Target = u32; @@ -26610,46 +26719,46 @@ pub mod types { } } - impl From for u32 { + impl ::std::convert::From for u32 { fn from(value: Vni) -> Self { value.0 } } - impl From<&Vni> for Vni { + impl ::std::convert::From<&Vni> for Vni { fn from(value: &Vni) -> Self { value.clone() } } - impl From for Vni { + impl ::std::convert::From for Vni { fn from(value: u32) -> Self { Self(value) } } - impl std::str::FromStr for Vni { + impl ::std::str::FromStr for Vni { type Err = ::Err; fn from_str(value: &str) -> ::std::result::Result { Ok(Self(value.parse()?)) } } - impl std::convert::TryFrom<&str> for Vni { + impl ::std::convert::TryFrom<&str> for Vni { type Error = ::Err; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&String> for Vni { + impl ::std::convert::TryFrom<&String> for Vni { type Error = ::Err; fn try_from(value: &String) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom for Vni { + impl ::std::convert::TryFrom for Vni { type Error = ::Err; fn try_from(value: String) -> ::std::result::Result { value.parse() @@ -26767,7 +26876,7 @@ pub mod types { pub time_modified: chrono::DateTime, } - impl From<&Vpc> for Vpc { + impl ::std::convert::From<&Vpc> for Vpc { fn from(value: &Vpc) -> Self { value.clone() } @@ -26841,7 +26950,7 @@ pub mod types { pub name: Name, } - impl From<&VpcCreate> for VpcCreate { + impl ::std::convert::From<&VpcCreate> for VpcCreate { fn from(value: &VpcCreate) -> Self { value.clone() } @@ -26992,7 +27101,7 @@ pub mod types { pub vpc_id: uuid::Uuid, } - impl From<&VpcFirewallRule> for VpcFirewallRule { + impl ::std::convert::From<&VpcFirewallRule> for VpcFirewallRule { fn from(value: &VpcFirewallRule) -> Self { value.clone() } @@ -27038,7 +27147,7 @@ pub mod types { Deny, } - impl From<&VpcFirewallRuleAction> for VpcFirewallRuleAction { + impl ::std::convert::From<&VpcFirewallRuleAction> for VpcFirewallRuleAction { fn from(value: &VpcFirewallRuleAction) -> Self { value.clone() } @@ -27053,7 +27162,7 @@ pub mod types { } } - impl std::str::FromStr for VpcFirewallRuleAction { + impl ::std::str::FromStr for VpcFirewallRuleAction { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -27064,14 +27173,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for VpcFirewallRuleAction { + impl ::std::convert::TryFrom<&str> for VpcFirewallRuleAction { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleAction { + impl ::std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleAction { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -27080,7 +27189,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for VpcFirewallRuleAction { + impl ::std::convert::TryFrom<::std::string::String> for VpcFirewallRuleAction { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -27123,7 +27232,7 @@ pub mod types { Outbound, } - impl From<&VpcFirewallRuleDirection> for VpcFirewallRuleDirection { + impl ::std::convert::From<&VpcFirewallRuleDirection> for VpcFirewallRuleDirection { fn from(value: &VpcFirewallRuleDirection) -> Self { value.clone() } @@ -27138,7 +27247,7 @@ pub mod types { } } - impl std::str::FromStr for VpcFirewallRuleDirection { + impl ::std::str::FromStr for VpcFirewallRuleDirection { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -27149,14 +27258,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for VpcFirewallRuleDirection { + impl ::std::convert::TryFrom<&str> for VpcFirewallRuleDirection { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleDirection { + impl ::std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleDirection { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -27165,7 +27274,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for VpcFirewallRuleDirection { + impl ::std::convert::TryFrom<::std::string::String> for VpcFirewallRuleDirection { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -27250,12 +27359,22 @@ pub mod types { pub protocols: ::std::option::Option<::std::vec::Vec>, } - impl From<&VpcFirewallRuleFilter> for VpcFirewallRuleFilter { + impl ::std::convert::From<&VpcFirewallRuleFilter> for VpcFirewallRuleFilter { fn from(value: &VpcFirewallRuleFilter) -> Self { value.clone() } } + impl ::std::default::Default for VpcFirewallRuleFilter { + fn default() -> Self { + Self { + hosts: Default::default(), + ports: Default::default(), + protocols: Default::default(), + } + } + } + impl VpcFirewallRuleFilter { pub fn builder() -> builder::VpcFirewallRuleFilter { Default::default() @@ -27399,19 +27518,19 @@ pub mod types { IpNet(IpNet), } - impl From<&VpcFirewallRuleHostFilter> for VpcFirewallRuleHostFilter { + impl ::std::convert::From<&VpcFirewallRuleHostFilter> for VpcFirewallRuleHostFilter { fn from(value: &VpcFirewallRuleHostFilter) -> Self { value.clone() } } - impl From for VpcFirewallRuleHostFilter { + impl ::std::convert::From for VpcFirewallRuleHostFilter { fn from(value: std::net::IpAddr) -> Self { Self::Ip(value) } } - impl From for VpcFirewallRuleHostFilter { + impl ::std::convert::From for VpcFirewallRuleHostFilter { fn from(value: IpNet) -> Self { Self::IpNet(value) } @@ -27456,7 +27575,7 @@ pub mod types { Icmp, } - impl From<&VpcFirewallRuleProtocol> for VpcFirewallRuleProtocol { + impl ::std::convert::From<&VpcFirewallRuleProtocol> for VpcFirewallRuleProtocol { fn from(value: &VpcFirewallRuleProtocol) -> Self { value.clone() } @@ -27472,7 +27591,7 @@ pub mod types { } } - impl std::str::FromStr for VpcFirewallRuleProtocol { + impl ::std::str::FromStr for VpcFirewallRuleProtocol { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -27484,14 +27603,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for VpcFirewallRuleProtocol { + impl ::std::convert::TryFrom<&str> for VpcFirewallRuleProtocol { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleProtocol { + impl ::std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleProtocol { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -27500,7 +27619,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for VpcFirewallRuleProtocol { + impl ::std::convert::TryFrom<::std::string::String> for VpcFirewallRuleProtocol { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -27543,7 +27662,7 @@ pub mod types { Enabled, } - impl From<&VpcFirewallRuleStatus> for VpcFirewallRuleStatus { + impl ::std::convert::From<&VpcFirewallRuleStatus> for VpcFirewallRuleStatus { fn from(value: &VpcFirewallRuleStatus) -> Self { value.clone() } @@ -27558,7 +27677,7 @@ pub mod types { } } - impl std::str::FromStr for VpcFirewallRuleStatus { + impl ::std::str::FromStr for VpcFirewallRuleStatus { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -27569,14 +27688,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for VpcFirewallRuleStatus { + impl ::std::convert::TryFrom<&str> for VpcFirewallRuleStatus { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleStatus { + impl ::std::convert::TryFrom<&::std::string::String> for VpcFirewallRuleStatus { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -27585,7 +27704,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for VpcFirewallRuleStatus { + impl ::std::convert::TryFrom<::std::string::String> for VpcFirewallRuleStatus { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -27733,19 +27852,19 @@ pub mod types { IpNet(IpNet), } - impl From<&VpcFirewallRuleTarget> for VpcFirewallRuleTarget { + impl ::std::convert::From<&VpcFirewallRuleTarget> for VpcFirewallRuleTarget { fn from(value: &VpcFirewallRuleTarget) -> Self { value.clone() } } - impl From for VpcFirewallRuleTarget { + impl ::std::convert::From for VpcFirewallRuleTarget { fn from(value: std::net::IpAddr) -> Self { Self::Ip(value) } } - impl From for VpcFirewallRuleTarget { + impl ::std::convert::From for VpcFirewallRuleTarget { fn from(value: IpNet) -> Self { Self::IpNet(value) } @@ -27857,7 +27976,7 @@ pub mod types { pub targets: ::std::vec::Vec, } - impl From<&VpcFirewallRuleUpdate> for VpcFirewallRuleUpdate { + impl ::std::convert::From<&VpcFirewallRuleUpdate> for VpcFirewallRuleUpdate { fn from(value: &VpcFirewallRuleUpdate) -> Self { value.clone() } @@ -27900,7 +28019,7 @@ pub mod types { pub rules: ::std::vec::Vec, } - impl From<&VpcFirewallRuleUpdateParams> for VpcFirewallRuleUpdateParams { + impl ::std::convert::From<&VpcFirewallRuleUpdateParams> for VpcFirewallRuleUpdateParams { fn from(value: &VpcFirewallRuleUpdateParams) -> Self { value.clone() } @@ -27941,7 +28060,7 @@ pub mod types { pub rules: ::std::vec::Vec, } - impl From<&VpcFirewallRules> for VpcFirewallRules { + impl ::std::convert::From<&VpcFirewallRules> for VpcFirewallRules { fn from(value: &VpcFirewallRules) -> Self { value.clone() } @@ -27995,7 +28114,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&VpcResultsPage> for VpcResultsPage { + impl ::std::convert::From<&VpcResultsPage> for VpcResultsPage { fn from(value: &VpcResultsPage) -> Self { value.clone() } @@ -28087,7 +28206,7 @@ pub mod types { pub vpc_id: uuid::Uuid, } - impl From<&VpcRouter> for VpcRouter { + impl ::std::convert::From<&VpcRouter> for VpcRouter { fn from(value: &VpcRouter) -> Self { value.clone() } @@ -28130,7 +28249,7 @@ pub mod types { pub name: Name, } - impl From<&VpcRouterCreate> for VpcRouterCreate { + impl ::std::convert::From<&VpcRouterCreate> for VpcRouterCreate { fn from(value: &VpcRouterCreate) -> Self { value.clone() } @@ -28176,7 +28295,7 @@ pub mod types { Custom, } - impl From<&VpcRouterKind> for VpcRouterKind { + impl ::std::convert::From<&VpcRouterKind> for VpcRouterKind { fn from(value: &VpcRouterKind) -> Self { value.clone() } @@ -28191,7 +28310,7 @@ pub mod types { } } - impl std::str::FromStr for VpcRouterKind { + impl ::std::str::FromStr for VpcRouterKind { type Err = self::error::ConversionError; fn from_str(value: &str) -> ::std::result::Result { match value { @@ -28202,14 +28321,14 @@ pub mod types { } } - impl std::convert::TryFrom<&str> for VpcRouterKind { + impl ::std::convert::TryFrom<&str> for VpcRouterKind { type Error = self::error::ConversionError; fn try_from(value: &str) -> ::std::result::Result { value.parse() } } - impl std::convert::TryFrom<&::std::string::String> for VpcRouterKind { + impl ::std::convert::TryFrom<&::std::string::String> for VpcRouterKind { type Error = self::error::ConversionError; fn try_from( value: &::std::string::String, @@ -28218,7 +28337,7 @@ pub mod types { } } - impl std::convert::TryFrom<::std::string::String> for VpcRouterKind { + impl ::std::convert::TryFrom<::std::string::String> for VpcRouterKind { type Error = self::error::ConversionError; fn try_from( value: ::std::string::String, @@ -28269,7 +28388,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&VpcRouterResultsPage> for VpcRouterResultsPage { + impl ::std::convert::From<&VpcRouterResultsPage> for VpcRouterResultsPage { fn from(value: &VpcRouterResultsPage) -> Self { value.clone() } @@ -28324,12 +28443,21 @@ pub mod types { pub name: ::std::option::Option, } - impl From<&VpcRouterUpdate> for VpcRouterUpdate { + impl ::std::convert::From<&VpcRouterUpdate> for VpcRouterUpdate { fn from(value: &VpcRouterUpdate) -> Self { value.clone() } } + impl ::std::default::Default for VpcRouterUpdate { + fn default() -> Self { + Self { + description: Default::default(), + name: Default::default(), + } + } + } + impl VpcRouterUpdate { pub fn builder() -> builder::VpcRouterUpdate { Default::default() @@ -28446,7 +28574,7 @@ pub mod types { pub vpc_id: uuid::Uuid, } - impl From<&VpcSubnet> for VpcSubnet { + impl ::std::convert::From<&VpcSubnet> for VpcSubnet { fn from(value: &VpcSubnet) -> Self { value.clone() } @@ -28559,7 +28687,7 @@ pub mod types { pub name: Name, } - impl From<&VpcSubnetCreate> for VpcSubnetCreate { + impl ::std::convert::From<&VpcSubnetCreate> for VpcSubnetCreate { fn from(value: &VpcSubnetCreate) -> Self { value.clone() } @@ -28613,7 +28741,7 @@ pub mod types { pub next_page: ::std::option::Option<::std::string::String>, } - impl From<&VpcSubnetResultsPage> for VpcSubnetResultsPage { + impl ::std::convert::From<&VpcSubnetResultsPage> for VpcSubnetResultsPage { fn from(value: &VpcSubnetResultsPage) -> Self { value.clone() } @@ -28688,12 +28816,22 @@ pub mod types { pub name: ::std::option::Option, } - impl From<&VpcSubnetUpdate> for VpcSubnetUpdate { + impl ::std::convert::From<&VpcSubnetUpdate> for VpcSubnetUpdate { fn from(value: &VpcSubnetUpdate) -> Self { value.clone() } } + impl ::std::default::Default for VpcSubnetUpdate { + fn default() -> Self { + Self { + custom_router: Default::default(), + description: Default::default(), + name: Default::default(), + } + } + } + impl VpcSubnetUpdate { pub fn builder() -> builder::VpcSubnetUpdate { Default::default() @@ -28759,12 +28897,22 @@ pub mod types { pub name: ::std::option::Option, } - impl From<&VpcUpdate> for VpcUpdate { + impl ::std::convert::From<&VpcUpdate> for VpcUpdate { fn from(value: &VpcUpdate) -> Self { value.clone() } } + impl ::std::default::Default for VpcUpdate { + fn default() -> Self { + Self { + description: Default::default(), + dns_name: Default::default(), + name: Default::default(), + } + } + } + impl VpcUpdate { pub fn builder() -> builder::VpcUpdate { Default::default() @@ -28780,7 +28928,7 @@ pub mod types { vlan_id: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for Address { + impl ::std::default::Default for Address { fn default() -> Self { Self { address: Err("no value supplied for address".to_string()), @@ -28793,8 +28941,8 @@ pub mod types { impl Address { pub fn address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address = value .try_into() @@ -28803,8 +28951,8 @@ pub mod types { } pub fn address_lot(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address_lot = value .try_into() @@ -28813,8 +28961,8 @@ pub mod types { } pub fn vlan_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.vlan_id = value .try_into() @@ -28836,7 +28984,7 @@ pub mod types { } } - impl From for Address { + impl ::std::convert::From for Address { fn from(value: super::Address) -> Self { Self { address: Ok(value.address), @@ -28852,7 +29000,7 @@ pub mod types { ::std::result::Result<::std::vec::Vec, ::std::string::String>, } - impl Default for AddressConfig { + impl ::std::default::Default for AddressConfig { fn default() -> Self { Self { addresses: Err("no value supplied for addresses".to_string()), @@ -28863,8 +29011,8 @@ pub mod types { impl AddressConfig { pub fn addresses(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.addresses = value .try_into() @@ -28884,7 +29032,7 @@ pub mod types { } } - impl From for AddressConfig { + impl ::std::convert::From for AddressConfig { fn from(value: super::AddressConfig) -> Self { Self { addresses: Ok(value.addresses), @@ -28904,7 +29052,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for AddressLot { + impl ::std::default::Default for AddressLot { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -28920,8 +29068,8 @@ pub mod types { impl AddressLot { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -28930,8 +29078,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -28940,8 +29088,8 @@ pub mod types { } pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -28950,8 +29098,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -28960,8 +29108,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -28970,8 +29118,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -28996,7 +29144,7 @@ pub mod types { } } - impl From for AddressLot { + impl ::std::convert::From for AddressLot { fn from(value: super::AddressLot) -> Self { Self { description: Ok(value.description), @@ -29016,7 +29164,7 @@ pub mod types { last_address: ::std::result::Result, } - impl Default for AddressLotBlock { + impl ::std::default::Default for AddressLotBlock { fn default() -> Self { Self { first_address: Err("no value supplied for first_address".to_string()), @@ -29029,8 +29177,8 @@ pub mod types { impl AddressLotBlock { pub fn first_address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.first_address = value.try_into().map_err(|e| { format!("error converting supplied value for first_address: {}", e) @@ -29039,8 +29187,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -29049,8 +29197,8 @@ pub mod types { } pub fn last_address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.last_address = value.try_into().map_err(|e| { format!("error converting supplied value for last_address: {}", e) @@ -29072,7 +29220,7 @@ pub mod types { } } - impl From for AddressLotBlock { + impl ::std::convert::From for AddressLotBlock { fn from(value: super::AddressLotBlock) -> Self { Self { first_address: Ok(value.first_address), @@ -29088,7 +29236,7 @@ pub mod types { last_address: ::std::result::Result, } - impl Default for AddressLotBlockCreate { + impl ::std::default::Default for AddressLotBlockCreate { fn default() -> Self { Self { first_address: Err("no value supplied for first_address".to_string()), @@ -29100,8 +29248,8 @@ pub mod types { impl AddressLotBlockCreate { pub fn first_address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.first_address = value.try_into().map_err(|e| { format!("error converting supplied value for first_address: {}", e) @@ -29110,8 +29258,8 @@ pub mod types { } pub fn last_address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.last_address = value.try_into().map_err(|e| { format!("error converting supplied value for last_address: {}", e) @@ -29132,7 +29280,7 @@ pub mod types { } } - impl From for AddressLotBlockCreate { + impl ::std::convert::From for AddressLotBlockCreate { fn from(value: super::AddressLotBlockCreate) -> Self { Self { first_address: Ok(value.first_address), @@ -29153,7 +29301,7 @@ pub mod types { >, } - impl Default for AddressLotBlockResultsPage { + impl ::std::default::Default for AddressLotBlockResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -29165,8 +29313,8 @@ pub mod types { impl AddressLotBlockResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -29175,8 +29323,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -29197,7 +29345,7 @@ pub mod types { } } - impl From for AddressLotBlockResultsPage { + impl ::std::convert::From for AddressLotBlockResultsPage { fn from(value: super::AddressLotBlockResultsPage) -> Self { Self { items: Ok(value.items), @@ -29217,7 +29365,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for AddressLotCreate { + impl ::std::default::Default for AddressLotCreate { fn default() -> Self { Self { blocks: Err("no value supplied for blocks".to_string()), @@ -29231,8 +29379,8 @@ pub mod types { impl AddressLotCreate { pub fn blocks(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.blocks = value .try_into() @@ -29241,8 +29389,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -29251,8 +29399,8 @@ pub mod types { } pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -29261,8 +29409,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -29285,7 +29433,7 @@ pub mod types { } } - impl From for AddressLotCreate { + impl ::std::convert::From for AddressLotCreate { fn from(value: super::AddressLotCreate) -> Self { Self { blocks: Ok(value.blocks), @@ -29305,7 +29453,7 @@ pub mod types { lot: ::std::result::Result, } - impl Default for AddressLotCreateResponse { + impl ::std::default::Default for AddressLotCreateResponse { fn default() -> Self { Self { blocks: Err("no value supplied for blocks".to_string()), @@ -29317,8 +29465,8 @@ pub mod types { impl AddressLotCreateResponse { pub fn blocks(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.blocks = value .try_into() @@ -29327,8 +29475,8 @@ pub mod types { } pub fn lot(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.lot = value .try_into() @@ -29349,7 +29497,7 @@ pub mod types { } } - impl From for AddressLotCreateResponse { + impl ::std::convert::From for AddressLotCreateResponse { fn from(value: super::AddressLotCreateResponse) -> Self { Self { blocks: Ok(value.blocks), @@ -29367,7 +29515,7 @@ pub mod types { >, } - impl Default for AddressLotResultsPage { + impl ::std::default::Default for AddressLotResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -29379,8 +29527,8 @@ pub mod types { impl AddressLotResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -29389,8 +29537,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -29411,7 +29559,7 @@ pub mod types { } } - impl From for AddressLotResultsPage { + impl ::std::convert::From for AddressLotResultsPage { fn from(value: super::AddressLotResultsPage) -> Self { Self { items: Ok(value.items), @@ -29428,7 +29576,7 @@ pub mod types { >, } - impl Default for AggregateBgpMessageHistory { + impl ::std::default::Default for AggregateBgpMessageHistory { fn default() -> Self { Self { switch_histories: Err("no value supplied for switch_histories".to_string()), @@ -29439,8 +29587,8 @@ pub mod types { impl AggregateBgpMessageHistory { pub fn switch_histories(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.switch_histories = value.try_into().map_err(|e| { format!( @@ -29463,7 +29611,7 @@ pub mod types { } } - impl From for AggregateBgpMessageHistory { + impl ::std::convert::From for AggregateBgpMessageHistory { fn from(value: super::AggregateBgpMessageHistory) -> Self { Self { switch_histories: Ok(value.switch_histories), @@ -29480,7 +29628,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for AllowList { + impl ::std::default::Default for AllowList { fn default() -> Self { Self { allowed_ips: Err("no value supplied for allowed_ips".to_string()), @@ -29493,8 +29641,8 @@ pub mod types { impl AllowList { pub fn allowed_ips(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.allowed_ips = value .try_into() @@ -29503,8 +29651,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -29513,8 +29661,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -29536,7 +29684,7 @@ pub mod types { } } - impl From for AllowList { + impl ::std::convert::From for AllowList { fn from(value: super::AllowList) -> Self { Self { allowed_ips: Ok(value.allowed_ips), @@ -29551,7 +29699,7 @@ pub mod types { allowed_ips: ::std::result::Result, } - impl Default for AllowListUpdate { + impl ::std::default::Default for AllowListUpdate { fn default() -> Self { Self { allowed_ips: Err("no value supplied for allowed_ips".to_string()), @@ -29562,8 +29710,8 @@ pub mod types { impl AllowListUpdate { pub fn allowed_ips(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.allowed_ips = value .try_into() @@ -29583,7 +29731,7 @@ pub mod types { } } - impl From for AllowListUpdate { + impl ::std::convert::From for AllowListUpdate { fn from(value: super::AllowListUpdate) -> Self { Self { allowed_ips: Ok(value.allowed_ips), @@ -29598,7 +29746,7 @@ pub mod types { serial: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for Baseboard { + impl ::std::default::Default for Baseboard { fn default() -> Self { Self { part: Err("no value supplied for part".to_string()), @@ -29611,8 +29759,8 @@ pub mod types { impl Baseboard { pub fn part(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.part = value .try_into() @@ -29621,8 +29769,8 @@ pub mod types { } pub fn revision(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.revision = value .try_into() @@ -29631,8 +29779,8 @@ pub mod types { } pub fn serial(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.serial = value .try_into() @@ -29654,7 +29802,7 @@ pub mod types { } } - impl From for Baseboard { + impl ::std::convert::From for Baseboard { fn from(value: super::Baseboard) -> Self { Self { part: Ok(value.part), @@ -29670,7 +29818,7 @@ pub mod types { switch: ::std::result::Result, } - impl Default for BfdSessionDisable { + impl ::std::default::Default for BfdSessionDisable { fn default() -> Self { Self { remote: Err("no value supplied for remote".to_string()), @@ -29682,8 +29830,8 @@ pub mod types { impl BfdSessionDisable { pub fn remote(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.remote = value .try_into() @@ -29692,8 +29840,8 @@ pub mod types { } pub fn switch(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.switch = value .try_into() @@ -29714,7 +29862,7 @@ pub mod types { } } - impl From for BfdSessionDisable { + impl ::std::convert::From for BfdSessionDisable { fn from(value: super::BfdSessionDisable) -> Self { Self { remote: Ok(value.remote), @@ -29736,7 +29884,7 @@ pub mod types { switch: ::std::result::Result, } - impl Default for BfdSessionEnable { + impl ::std::default::Default for BfdSessionEnable { fn default() -> Self { Self { detection_threshold: Err( @@ -29754,8 +29902,8 @@ pub mod types { impl BfdSessionEnable { pub fn detection_threshold(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.detection_threshold = value.try_into().map_err(|e| { format!( @@ -29767,8 +29915,8 @@ pub mod types { } pub fn local(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.local = value .try_into() @@ -29777,8 +29925,8 @@ pub mod types { } pub fn mode(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.mode = value .try_into() @@ -29787,8 +29935,8 @@ pub mod types { } pub fn remote(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.remote = value .try_into() @@ -29797,8 +29945,8 @@ pub mod types { } pub fn required_rx(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.required_rx = value .try_into() @@ -29807,8 +29955,8 @@ pub mod types { } pub fn switch(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.switch = value .try_into() @@ -29833,7 +29981,7 @@ pub mod types { } } - impl From for BfdSessionEnable { + impl ::std::convert::From for BfdSessionEnable { fn from(value: super::BfdSessionEnable) -> Self { Self { detection_threshold: Ok(value.detection_threshold), @@ -29860,7 +30008,7 @@ pub mod types { switch: ::std::result::Result, } - impl Default for BfdStatus { + impl ::std::default::Default for BfdStatus { fn default() -> Self { Self { detection_threshold: Err( @@ -29879,8 +30027,8 @@ pub mod types { impl BfdStatus { pub fn detection_threshold(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.detection_threshold = value.try_into().map_err(|e| { format!( @@ -29892,8 +30040,8 @@ pub mod types { } pub fn local(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.local = value .try_into() @@ -29902,8 +30050,8 @@ pub mod types { } pub fn mode(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.mode = value .try_into() @@ -29912,8 +30060,8 @@ pub mod types { } pub fn peer(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.peer = value .try_into() @@ -29922,8 +30070,8 @@ pub mod types { } pub fn required_rx(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.required_rx = value .try_into() @@ -29932,8 +30080,8 @@ pub mod types { } pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -29942,8 +30090,8 @@ pub mod types { } pub fn switch(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.switch = value .try_into() @@ -29969,7 +30117,7 @@ pub mod types { } } - impl From for BfdStatus { + impl ::std::convert::From for BfdStatus { fn from(value: super::BfdStatus) -> Self { Self { detection_threshold: Ok(value.detection_threshold), @@ -29994,7 +30142,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for BgpAnnounceSet { + impl ::std::default::Default for BgpAnnounceSet { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -30009,8 +30157,8 @@ pub mod types { impl BgpAnnounceSet { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -30019,8 +30167,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -30029,8 +30177,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -30039,8 +30187,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -30049,8 +30197,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -30074,7 +30222,7 @@ pub mod types { } } - impl From for BgpAnnounceSet { + impl ::std::convert::From for BgpAnnounceSet { fn from(value: super::BgpAnnounceSet) -> Self { Self { description: Ok(value.description), @@ -30096,7 +30244,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for BgpAnnounceSetCreate { + impl ::std::default::Default for BgpAnnounceSetCreate { fn default() -> Self { Self { announcement: Err("no value supplied for announcement".to_string()), @@ -30109,8 +30257,8 @@ pub mod types { impl BgpAnnounceSetCreate { pub fn announcement(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.announcement = value.try_into().map_err(|e| { format!("error converting supplied value for announcement: {}", e) @@ -30119,8 +30267,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -30129,8 +30277,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -30152,7 +30300,7 @@ pub mod types { } } - impl From for BgpAnnounceSetCreate { + impl ::std::convert::From for BgpAnnounceSetCreate { fn from(value: super::BgpAnnounceSetCreate) -> Self { Self { announcement: Ok(value.announcement), @@ -30169,7 +30317,7 @@ pub mod types { network: ::std::result::Result, } - impl Default for BgpAnnouncement { + impl ::std::default::Default for BgpAnnouncement { fn default() -> Self { Self { address_lot_block_id: Err( @@ -30184,8 +30332,8 @@ pub mod types { impl BgpAnnouncement { pub fn address_lot_block_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address_lot_block_id = value.try_into().map_err(|e| { format!( @@ -30197,8 +30345,8 @@ pub mod types { } pub fn announce_set_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.announce_set_id = value.try_into().map_err(|e| { format!("error converting supplied value for announce_set_id: {}", e) @@ -30207,8 +30355,8 @@ pub mod types { } pub fn network(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.network = value .try_into() @@ -30230,7 +30378,7 @@ pub mod types { } } - impl From for BgpAnnouncement { + impl ::std::convert::From for BgpAnnouncement { fn from(value: super::BgpAnnouncement) -> Self { Self { address_lot_block_id: Ok(value.address_lot_block_id), @@ -30246,7 +30394,7 @@ pub mod types { network: ::std::result::Result, } - impl Default for BgpAnnouncementCreate { + impl ::std::default::Default for BgpAnnouncementCreate { fn default() -> Self { Self { address_lot_block: Err("no value supplied for address_lot_block".to_string()), @@ -30258,8 +30406,8 @@ pub mod types { impl BgpAnnouncementCreate { pub fn address_lot_block(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address_lot_block = value.try_into().map_err(|e| { format!( @@ -30271,8 +30419,8 @@ pub mod types { } pub fn network(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.network = value .try_into() @@ -30293,7 +30441,7 @@ pub mod types { } } - impl From for BgpAnnouncementCreate { + impl ::std::convert::From for BgpAnnouncementCreate { fn from(value: super::BgpAnnouncementCreate) -> Self { Self { address_lot_block: Ok(value.address_lot_block), @@ -30318,7 +30466,7 @@ pub mod types { >, } - impl Default for BgpConfig { + impl ::std::default::Default for BgpConfig { fn default() -> Self { Self { asn: Err("no value supplied for asn".to_string()), @@ -30335,8 +30483,8 @@ pub mod types { impl BgpConfig { pub fn asn(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.asn = value .try_into() @@ -30345,8 +30493,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -30355,8 +30503,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -30365,8 +30513,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -30375,8 +30523,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -30385,8 +30533,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -30395,8 +30543,8 @@ pub mod types { } pub fn vrf(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.vrf = value .try_into() @@ -30422,7 +30570,7 @@ pub mod types { } } - impl From for BgpConfig { + impl ::std::convert::From for BgpConfig { fn from(value: super::BgpConfig) -> Self { Self { asn: Ok(value.asn), @@ -30445,7 +30593,7 @@ pub mod types { vrf: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for BgpConfigCreate { + impl ::std::default::Default for BgpConfigCreate { fn default() -> Self { Self { asn: Err("no value supplied for asn".to_string()), @@ -30462,8 +30610,8 @@ pub mod types { impl BgpConfigCreate { pub fn asn(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.asn = value .try_into() @@ -30472,8 +30620,8 @@ pub mod types { } pub fn bgp_announce_set_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.bgp_announce_set_id = value.try_into().map_err(|e| { format!( @@ -30485,8 +30633,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -30495,8 +30643,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -30505,8 +30653,8 @@ pub mod types { } pub fn vrf(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.vrf = value .try_into() @@ -30530,7 +30678,7 @@ pub mod types { } } - impl From for BgpConfigCreate { + impl ::std::convert::From for BgpConfigCreate { fn from(value: super::BgpConfigCreate) -> Self { Self { asn: Ok(value.asn), @@ -30551,7 +30699,7 @@ pub mod types { >, } - impl Default for BgpConfigResultsPage { + impl ::std::default::Default for BgpConfigResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -30563,8 +30711,8 @@ pub mod types { impl BgpConfigResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -30573,8 +30721,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -30595,7 +30743,7 @@ pub mod types { } } - impl From for BgpConfigResultsPage { + impl ::std::convert::From for BgpConfigResultsPage { fn from(value: super::BgpConfigResultsPage) -> Self { Self { items: Ok(value.items), @@ -30612,7 +30760,7 @@ pub mod types { >, } - impl Default for BgpExported { + impl ::std::default::Default for BgpExported { fn default() -> Self { Self { exports: Err("no value supplied for exports".to_string()), @@ -30623,13 +30771,13 @@ pub mod types { impl BgpExported { pub fn exports(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap< ::std::string::String, ::std::vec::Vec, >, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.exports = value .try_into() @@ -30649,7 +30797,7 @@ pub mod types { } } - impl From for BgpExported { + impl ::std::convert::From for BgpExported { fn from(value: super::BgpExported) -> Self { Self { exports: Ok(value.exports), @@ -30665,7 +30813,7 @@ pub mod types { switch: ::std::result::Result, } - impl Default for BgpImportedRouteIpv4 { + impl ::std::default::Default for BgpImportedRouteIpv4 { fn default() -> Self { Self { id: Err("no value supplied for id".to_string()), @@ -30679,8 +30827,8 @@ pub mod types { impl BgpImportedRouteIpv4 { pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -30689,8 +30837,8 @@ pub mod types { } pub fn nexthop(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.nexthop = value .try_into() @@ -30699,8 +30847,8 @@ pub mod types { } pub fn prefix(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.prefix = value .try_into() @@ -30709,8 +30857,8 @@ pub mod types { } pub fn switch(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.switch = value .try_into() @@ -30733,7 +30881,7 @@ pub mod types { } } - impl From for BgpImportedRouteIpv4 { + impl ::std::convert::From for BgpImportedRouteIpv4 { fn from(value: super::BgpImportedRouteIpv4) -> Self { Self { id: Ok(value.id), @@ -30770,7 +30918,7 @@ pub mod types { vlan_id: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for BgpPeer { + impl ::std::default::Default for BgpPeer { fn default() -> Self { Self { addr: Err("no value supplied for addr".to_string()), @@ -30798,8 +30946,8 @@ pub mod types { impl BgpPeer { pub fn addr(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.addr = value .try_into() @@ -30808,8 +30956,8 @@ pub mod types { } pub fn allowed_export(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.allowed_export = value.try_into().map_err(|e| { format!("error converting supplied value for allowed_export: {}", e) @@ -30818,8 +30966,8 @@ pub mod types { } pub fn allowed_import(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.allowed_import = value.try_into().map_err(|e| { format!("error converting supplied value for allowed_import: {}", e) @@ -30828,8 +30976,8 @@ pub mod types { } pub fn bgp_config(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.bgp_config = value .try_into() @@ -30838,8 +30986,8 @@ pub mod types { } pub fn communities(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.communities = value .try_into() @@ -30848,8 +30996,8 @@ pub mod types { } pub fn connect_retry(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.connect_retry = value.try_into().map_err(|e| { format!("error converting supplied value for connect_retry: {}", e) @@ -30858,8 +31006,8 @@ pub mod types { } pub fn delay_open(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.delay_open = value .try_into() @@ -30868,8 +31016,8 @@ pub mod types { } pub fn enforce_first_as(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.enforce_first_as = value.try_into().map_err(|e| { format!( @@ -30881,8 +31029,8 @@ pub mod types { } pub fn hold_time(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.hold_time = value .try_into() @@ -30891,8 +31039,8 @@ pub mod types { } pub fn idle_hold_time(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.idle_hold_time = value.try_into().map_err(|e| { format!("error converting supplied value for idle_hold_time: {}", e) @@ -30901,8 +31049,8 @@ pub mod types { } pub fn interface_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.interface_name = value.try_into().map_err(|e| { format!("error converting supplied value for interface_name: {}", e) @@ -30911,8 +31059,8 @@ pub mod types { } pub fn keepalive(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.keepalive = value .try_into() @@ -30921,8 +31069,8 @@ pub mod types { } pub fn local_pref(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.local_pref = value .try_into() @@ -30931,8 +31079,8 @@ pub mod types { } pub fn md5_auth_key(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.md5_auth_key = value.try_into().map_err(|e| { format!("error converting supplied value for md5_auth_key: {}", e) @@ -30941,8 +31089,8 @@ pub mod types { } pub fn min_ttl(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.min_ttl = value .try_into() @@ -30951,8 +31099,8 @@ pub mod types { } pub fn multi_exit_discriminator(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.multi_exit_discriminator = value.try_into().map_err(|e| { format!( @@ -30964,8 +31112,8 @@ pub mod types { } pub fn remote_asn(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.remote_asn = value .try_into() @@ -30974,8 +31122,8 @@ pub mod types { } pub fn vlan_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.vlan_id = value .try_into() @@ -31012,7 +31160,7 @@ pub mod types { } } - impl From for BgpPeer { + impl ::std::convert::From for BgpPeer { fn from(value: super::BgpPeer) -> Self { Self { addr: Ok(value.addr), @@ -31042,7 +31190,7 @@ pub mod types { peers: ::std::result::Result<::std::vec::Vec, ::std::string::String>, } - impl Default for BgpPeerConfig { + impl ::std::default::Default for BgpPeerConfig { fn default() -> Self { Self { peers: Err("no value supplied for peers".to_string()), @@ -31053,8 +31201,8 @@ pub mod types { impl BgpPeerConfig { pub fn peers(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.peers = value .try_into() @@ -31074,7 +31222,7 @@ pub mod types { } } - impl From for BgpPeerConfig { + impl ::std::convert::From for BgpPeerConfig { fn from(value: super::BgpPeerConfig) -> Self { Self { peers: Ok(value.peers), @@ -31092,7 +31240,7 @@ pub mod types { switch: ::std::result::Result, } - impl Default for BgpPeerStatus { + impl ::std::default::Default for BgpPeerStatus { fn default() -> Self { Self { addr: Err("no value supplied for addr".to_string()), @@ -31110,8 +31258,8 @@ pub mod types { impl BgpPeerStatus { pub fn addr(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.addr = value .try_into() @@ -31120,8 +31268,8 @@ pub mod types { } pub fn local_asn(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.local_asn = value .try_into() @@ -31130,8 +31278,8 @@ pub mod types { } pub fn remote_asn(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.remote_asn = value .try_into() @@ -31140,8 +31288,8 @@ pub mod types { } pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -31150,8 +31298,8 @@ pub mod types { } pub fn state_duration_millis(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state_duration_millis = value.try_into().map_err(|e| { format!( @@ -31163,8 +31311,8 @@ pub mod types { } pub fn switch(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.switch = value .try_into() @@ -31189,7 +31337,7 @@ pub mod types { } } - impl From for BgpPeerStatus { + impl ::std::convert::From for BgpPeerStatus { fn from(value: super::BgpPeerStatus) -> Self { Self { addr: Ok(value.addr), @@ -31208,7 +31356,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Bindouble { + impl ::std::default::Default for Bindouble { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31220,8 +31368,8 @@ pub mod types { impl Bindouble { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31230,8 +31378,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31252,7 +31400,7 @@ pub mod types { } } - impl From for Bindouble { + impl ::std::convert::From for Bindouble { fn from(value: super::Bindouble) -> Self { Self { count: Ok(value.count), @@ -31267,7 +31415,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binfloat { + impl ::std::default::Default for Binfloat { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31279,8 +31427,8 @@ pub mod types { impl Binfloat { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31289,8 +31437,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31311,7 +31459,7 @@ pub mod types { } } - impl From for Binfloat { + impl ::std::convert::From for Binfloat { fn from(value: super::Binfloat) -> Self { Self { count: Ok(value.count), @@ -31326,7 +31474,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binint16 { + impl ::std::default::Default for Binint16 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31338,8 +31486,8 @@ pub mod types { impl Binint16 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31348,8 +31496,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31370,7 +31518,7 @@ pub mod types { } } - impl From for Binint16 { + impl ::std::convert::From for Binint16 { fn from(value: super::Binint16) -> Self { Self { count: Ok(value.count), @@ -31385,7 +31533,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binint32 { + impl ::std::default::Default for Binint32 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31397,8 +31545,8 @@ pub mod types { impl Binint32 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31407,8 +31555,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31429,7 +31577,7 @@ pub mod types { } } - impl From for Binint32 { + impl ::std::convert::From for Binint32 { fn from(value: super::Binint32) -> Self { Self { count: Ok(value.count), @@ -31444,7 +31592,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binint64 { + impl ::std::default::Default for Binint64 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31456,8 +31604,8 @@ pub mod types { impl Binint64 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31466,8 +31614,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31488,7 +31636,7 @@ pub mod types { } } - impl From for Binint64 { + impl ::std::convert::From for Binint64 { fn from(value: super::Binint64) -> Self { Self { count: Ok(value.count), @@ -31503,7 +31651,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binint8 { + impl ::std::default::Default for Binint8 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31515,8 +31663,8 @@ pub mod types { impl Binint8 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31525,8 +31673,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31547,7 +31695,7 @@ pub mod types { } } - impl From for Binint8 { + impl ::std::convert::From for Binint8 { fn from(value: super::Binint8) -> Self { Self { count: Ok(value.count), @@ -31562,7 +31710,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binuint16 { + impl ::std::default::Default for Binuint16 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31574,8 +31722,8 @@ pub mod types { impl Binuint16 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31584,8 +31732,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31606,7 +31754,7 @@ pub mod types { } } - impl From for Binuint16 { + impl ::std::convert::From for Binuint16 { fn from(value: super::Binuint16) -> Self { Self { count: Ok(value.count), @@ -31621,7 +31769,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binuint32 { + impl ::std::default::Default for Binuint32 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31633,8 +31781,8 @@ pub mod types { impl Binuint32 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31643,8 +31791,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31665,7 +31813,7 @@ pub mod types { } } - impl From for Binuint32 { + impl ::std::convert::From for Binuint32 { fn from(value: super::Binuint32) -> Self { Self { count: Ok(value.count), @@ -31680,7 +31828,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binuint64 { + impl ::std::default::Default for Binuint64 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31692,8 +31840,8 @@ pub mod types { impl Binuint64 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31702,8 +31850,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31724,7 +31872,7 @@ pub mod types { } } - impl From for Binuint64 { + impl ::std::convert::From for Binuint64 { fn from(value: super::Binuint64) -> Self { Self { count: Ok(value.count), @@ -31739,7 +31887,7 @@ pub mod types { range: ::std::result::Result, } - impl Default for Binuint8 { + impl ::std::default::Default for Binuint8 { fn default() -> Self { Self { count: Err("no value supplied for count".to_string()), @@ -31751,8 +31899,8 @@ pub mod types { impl Binuint8 { pub fn count(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.count = value .try_into() @@ -31761,8 +31909,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -31783,7 +31931,7 @@ pub mod types { } } - impl From for Binuint8 { + impl ::std::convert::From for Binuint8 { fn from(value: super::Binuint8) -> Self { Self { count: Ok(value.count), @@ -31805,7 +31953,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Certificate { + impl ::std::default::Default for Certificate { fn default() -> Self { Self { cert: Err("no value supplied for cert".to_string()), @@ -31822,8 +31970,8 @@ pub mod types { impl Certificate { pub fn cert(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.cert = value .try_into() @@ -31832,8 +31980,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -31842,8 +31990,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -31852,8 +32000,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -31862,8 +32010,8 @@ pub mod types { } pub fn service(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.service = value .try_into() @@ -31872,8 +32020,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -31882,8 +32030,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -31909,7 +32057,7 @@ pub mod types { } } - impl From for Certificate { + impl ::std::convert::From for Certificate { fn from(value: super::Certificate) -> Self { Self { cert: Ok(value.cert), @@ -31932,7 +32080,7 @@ pub mod types { service: ::std::result::Result, } - impl Default for CertificateCreate { + impl ::std::default::Default for CertificateCreate { fn default() -> Self { Self { cert: Err("no value supplied for cert".to_string()), @@ -31947,8 +32095,8 @@ pub mod types { impl CertificateCreate { pub fn cert(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.cert = value .try_into() @@ -31957,8 +32105,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -31967,8 +32115,8 @@ pub mod types { } pub fn key(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.key = value .try_into() @@ -31977,8 +32125,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -31987,8 +32135,8 @@ pub mod types { } pub fn service(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.service = value .try_into() @@ -32012,7 +32160,7 @@ pub mod types { } } - impl From for CertificateCreate { + impl ::std::convert::From for CertificateCreate { fn from(value: super::CertificateCreate) -> Self { Self { cert: Ok(value.cert), @@ -32034,7 +32182,7 @@ pub mod types { >, } - impl Default for CertificateResultsPage { + impl ::std::default::Default for CertificateResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -32046,8 +32194,8 @@ pub mod types { impl CertificateResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -32056,8 +32204,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -32078,7 +32226,7 @@ pub mod types { } } - impl From for CertificateResultsPage { + impl ::std::convert::From for CertificateResultsPage { fn from(value: super::CertificateResultsPage) -> Self { Self { items: Ok(value.items), @@ -32094,7 +32242,7 @@ pub mod types { value: ::std::result::Result, } - impl Default for Cumulativedouble { + impl ::std::default::Default for Cumulativedouble { fn default() -> Self { Self { start_time: Err("no value supplied for start_time".to_string()), @@ -32106,8 +32254,8 @@ pub mod types { impl Cumulativedouble { pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -32116,8 +32264,8 @@ pub mod types { } pub fn value(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.value = value .try_into() @@ -32138,7 +32286,7 @@ pub mod types { } } - impl From for Cumulativedouble { + impl ::std::convert::From for Cumulativedouble { fn from(value: super::Cumulativedouble) -> Self { Self { start_time: Ok(value.start_time), @@ -32154,7 +32302,7 @@ pub mod types { value: ::std::result::Result, } - impl Default for Cumulativefloat { + impl ::std::default::Default for Cumulativefloat { fn default() -> Self { Self { start_time: Err("no value supplied for start_time".to_string()), @@ -32166,8 +32314,8 @@ pub mod types { impl Cumulativefloat { pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -32176,8 +32324,8 @@ pub mod types { } pub fn value(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.value = value .try_into() @@ -32198,7 +32346,7 @@ pub mod types { } } - impl From for Cumulativefloat { + impl ::std::convert::From for Cumulativefloat { fn from(value: super::Cumulativefloat) -> Self { Self { start_time: Ok(value.start_time), @@ -32214,7 +32362,7 @@ pub mod types { value: ::std::result::Result, } - impl Default for Cumulativeint64 { + impl ::std::default::Default for Cumulativeint64 { fn default() -> Self { Self { start_time: Err("no value supplied for start_time".to_string()), @@ -32226,8 +32374,8 @@ pub mod types { impl Cumulativeint64 { pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -32236,8 +32384,8 @@ pub mod types { } pub fn value(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.value = value .try_into() @@ -32258,7 +32406,7 @@ pub mod types { } } - impl From for Cumulativeint64 { + impl ::std::convert::From for Cumulativeint64 { fn from(value: super::Cumulativeint64) -> Self { Self { start_time: Ok(value.start_time), @@ -32274,7 +32422,7 @@ pub mod types { value: ::std::result::Result, } - impl Default for Cumulativeuint64 { + impl ::std::default::Default for Cumulativeuint64 { fn default() -> Self { Self { start_time: Err("no value supplied for start_time".to_string()), @@ -32286,8 +32434,8 @@ pub mod types { impl Cumulativeuint64 { pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -32296,8 +32444,8 @@ pub mod types { } pub fn value(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.value = value .try_into() @@ -32318,7 +32466,7 @@ pub mod types { } } - impl From for Cumulativeuint64 { + impl ::std::convert::From for Cumulativeuint64 { fn from(value: super::Cumulativeuint64) -> Self { Self { start_time: Ok(value.start_time), @@ -32335,7 +32483,7 @@ pub mod types { silo_name: ::std::result::Result, } - impl Default for CurrentUser { + impl ::std::default::Default for CurrentUser { fn default() -> Self { Self { display_name: Err("no value supplied for display_name".to_string()), @@ -32349,8 +32497,8 @@ pub mod types { impl CurrentUser { pub fn display_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.display_name = value.try_into().map_err(|e| { format!("error converting supplied value for display_name: {}", e) @@ -32359,8 +32507,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -32369,8 +32517,8 @@ pub mod types { } pub fn silo_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_id = value .try_into() @@ -32379,8 +32527,8 @@ pub mod types { } pub fn silo_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_name = value .try_into() @@ -32403,7 +32551,7 @@ pub mod types { } } - impl From for CurrentUser { + impl ::std::convert::From for CurrentUser { fn from(value: super::CurrentUser) -> Self { Self { display_name: Ok(value.display_name), @@ -32420,7 +32568,7 @@ pub mod types { public_cert: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for DerEncodedKeyPair { + impl ::std::default::Default for DerEncodedKeyPair { fn default() -> Self { Self { private_key: Err("no value supplied for private_key".to_string()), @@ -32432,8 +32580,8 @@ pub mod types { impl DerEncodedKeyPair { pub fn private_key(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.private_key = value .try_into() @@ -32442,8 +32590,8 @@ pub mod types { } pub fn public_cert(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.public_cert = value .try_into() @@ -32464,7 +32612,7 @@ pub mod types { } } - impl From for DerEncodedKeyPair { + impl ::std::convert::From for DerEncodedKeyPair { fn from(value: super::DerEncodedKeyPair) -> Self { Self { private_key: Ok(value.private_key), @@ -32480,7 +32628,7 @@ pub mod types { grant_type: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for DeviceAccessTokenRequest { + impl ::std::default::Default for DeviceAccessTokenRequest { fn default() -> Self { Self { client_id: Err("no value supplied for client_id".to_string()), @@ -32493,8 +32641,8 @@ pub mod types { impl DeviceAccessTokenRequest { pub fn client_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.client_id = value .try_into() @@ -32503,8 +32651,8 @@ pub mod types { } pub fn device_code(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.device_code = value .try_into() @@ -32513,8 +32661,8 @@ pub mod types { } pub fn grant_type(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.grant_type = value .try_into() @@ -32536,7 +32684,7 @@ pub mod types { } } - impl From for DeviceAccessTokenRequest { + impl ::std::convert::From for DeviceAccessTokenRequest { fn from(value: super::DeviceAccessTokenRequest) -> Self { Self { client_id: Ok(value.client_id), @@ -32551,7 +32699,7 @@ pub mod types { client_id: ::std::result::Result, } - impl Default for DeviceAuthRequest { + impl ::std::default::Default for DeviceAuthRequest { fn default() -> Self { Self { client_id: Err("no value supplied for client_id".to_string()), @@ -32562,8 +32710,8 @@ pub mod types { impl DeviceAuthRequest { pub fn client_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.client_id = value .try_into() @@ -32583,7 +32731,7 @@ pub mod types { } } - impl From for DeviceAuthRequest { + impl ::std::convert::From for DeviceAuthRequest { fn from(value: super::DeviceAuthRequest) -> Self { Self { client_id: Ok(value.client_id), @@ -32596,7 +32744,7 @@ pub mod types { user_code: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for DeviceAuthVerify { + impl ::std::default::Default for DeviceAuthVerify { fn default() -> Self { Self { user_code: Err("no value supplied for user_code".to_string()), @@ -32607,8 +32755,8 @@ pub mod types { impl DeviceAuthVerify { pub fn user_code(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.user_code = value .try_into() @@ -32628,7 +32776,7 @@ pub mod types { } } - impl From for DeviceAuthVerify { + impl ::std::convert::From for DeviceAuthVerify { fn from(value: super::DeviceAuthVerify) -> Self { Self { user_code: Ok(value.user_code), @@ -32656,7 +32804,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Disk { + impl ::std::default::Default for Disk { fn default() -> Self { Self { block_size: Err("no value supplied for block_size".to_string()), @@ -32678,8 +32826,8 @@ pub mod types { impl Disk { pub fn block_size(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.block_size = value .try_into() @@ -32688,8 +32836,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -32698,8 +32846,8 @@ pub mod types { } pub fn device_path(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.device_path = value .try_into() @@ -32708,8 +32856,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -32718,8 +32866,8 @@ pub mod types { } pub fn image_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.image_id = value .try_into() @@ -32728,8 +32876,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -32738,8 +32886,8 @@ pub mod types { } pub fn project_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.project_id = value .try_into() @@ -32748,8 +32896,8 @@ pub mod types { } pub fn size(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.size = value .try_into() @@ -32758,8 +32906,8 @@ pub mod types { } pub fn snapshot_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.snapshot_id = value .try_into() @@ -32768,8 +32916,8 @@ pub mod types { } pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -32778,8 +32926,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -32788,8 +32936,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -32818,7 +32966,7 @@ pub mod types { } } - impl From for Disk { + impl ::std::convert::From for Disk { fn from(value: super::Disk) -> Self { Self { block_size: Ok(value.block_size), @@ -32845,7 +32993,7 @@ pub mod types { size: ::std::result::Result, } - impl Default for DiskCreate { + impl ::std::default::Default for DiskCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -32859,8 +33007,8 @@ pub mod types { impl DiskCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -32869,8 +33017,8 @@ pub mod types { } pub fn disk_source(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.disk_source = value .try_into() @@ -32879,8 +33027,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -32889,8 +33037,8 @@ pub mod types { } pub fn size(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.size = value .try_into() @@ -32913,7 +33061,7 @@ pub mod types { } } - impl From for DiskCreate { + impl ::std::convert::From for DiskCreate { fn from(value: super::DiskCreate) -> Self { Self { description: Ok(value.description), @@ -32929,7 +33077,7 @@ pub mod types { disk: ::std::result::Result, } - impl Default for DiskPath { + impl ::std::default::Default for DiskPath { fn default() -> Self { Self { disk: Err("no value supplied for disk".to_string()), @@ -32940,8 +33088,8 @@ pub mod types { impl DiskPath { pub fn disk(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.disk = value .try_into() @@ -32959,7 +33107,7 @@ pub mod types { } } - impl From for DiskPath { + impl ::std::convert::From for DiskPath { fn from(value: super::DiskPath) -> Self { Self { disk: Ok(value.disk), @@ -32976,7 +33124,7 @@ pub mod types { >, } - impl Default for DiskResultsPage { + impl ::std::default::Default for DiskResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -32988,8 +33136,8 @@ pub mod types { impl DiskResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -32998,8 +33146,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -33020,7 +33168,7 @@ pub mod types { } } - impl From for DiskResultsPage { + impl ::std::convert::From for DiskResultsPage { fn from(value: super::DiskResultsPage) -> Self { Self { items: Ok(value.items), @@ -33051,7 +33199,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Distributiondouble { + impl ::std::default::Default for Distributiondouble { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -33070,8 +33218,8 @@ pub mod types { impl Distributiondouble { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -33080,8 +33228,8 @@ pub mod types { } pub fn counts(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.counts = value .try_into() @@ -33090,8 +33238,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -33100,8 +33248,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -33110,8 +33258,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -33120,8 +33268,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -33130,8 +33278,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -33140,8 +33288,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -33150,8 +33298,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -33179,7 +33327,7 @@ pub mod types { } } - impl From for Distributiondouble { + impl ::std::convert::From for Distributiondouble { fn from(value: super::Distributiondouble) -> Self { Self { bins: Ok(value.bins), @@ -33217,7 +33365,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Distributionint64 { + impl ::std::default::Default for Distributionint64 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -33236,8 +33384,8 @@ pub mod types { impl Distributionint64 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -33246,8 +33394,8 @@ pub mod types { } pub fn counts(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.counts = value .try_into() @@ -33256,8 +33404,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -33266,8 +33414,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -33276,8 +33424,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -33286,8 +33434,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -33296,8 +33444,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -33306,8 +33454,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -33316,8 +33464,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -33345,7 +33493,7 @@ pub mod types { } } - impl From for Distributionint64 { + impl ::std::convert::From for Distributionint64 { fn from(value: super::Distributionint64) -> Self { Self { bins: Ok(value.bins), @@ -33369,7 +33517,7 @@ pub mod types { >, } - impl Default for EphemeralIpCreate { + impl ::std::default::Default for EphemeralIpCreate { fn default() -> Self { Self { pool: Ok(Default::default()), @@ -33380,8 +33528,8 @@ pub mod types { impl EphemeralIpCreate { pub fn pool(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.pool = value .try_into() @@ -33399,7 +33547,7 @@ pub mod types { } } - impl From for EphemeralIpCreate { + impl ::std::convert::From for EphemeralIpCreate { fn from(value: super::EphemeralIpCreate) -> Self { Self { pool: Ok(value.pool), @@ -33417,7 +33565,7 @@ pub mod types { request_id: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for Error { + impl ::std::default::Default for Error { fn default() -> Self { Self { error_code: Ok(Default::default()), @@ -33430,8 +33578,8 @@ pub mod types { impl Error { pub fn error_code(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.error_code = value .try_into() @@ -33440,8 +33588,8 @@ pub mod types { } pub fn message(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.message = value .try_into() @@ -33450,8 +33598,8 @@ pub mod types { } pub fn request_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.request_id = value .try_into() @@ -33473,7 +33621,7 @@ pub mod types { } } - impl From for Error { + impl ::std::convert::From for Error { fn from(value: super::Error) -> Self { Self { error_code: Ok(value.error_code), @@ -33492,7 +33640,7 @@ pub mod types { >, } - impl Default for ExternalIpResultsPage { + impl ::std::default::Default for ExternalIpResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -33504,8 +33652,8 @@ pub mod types { impl ExternalIpResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -33514,8 +33662,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -33536,7 +33684,7 @@ pub mod types { } } - impl From for ExternalIpResultsPage { + impl ::std::convert::From for ExternalIpResultsPage { fn from(value: super::ExternalIpResultsPage) -> Self { Self { items: Ok(value.items), @@ -33553,7 +33701,7 @@ pub mod types { source: ::std::result::Result, } - impl Default for FieldSchema { + impl ::std::default::Default for FieldSchema { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -33567,8 +33715,8 @@ pub mod types { impl FieldSchema { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -33577,8 +33725,8 @@ pub mod types { } pub fn field_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.field_type = value .try_into() @@ -33587,8 +33735,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -33597,8 +33745,8 @@ pub mod types { } pub fn source(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.source = value .try_into() @@ -33621,7 +33769,7 @@ pub mod types { } } - impl From for FieldSchema { + impl ::std::convert::From for FieldSchema { fn from(value: super::FieldSchema) -> Self { Self { description: Ok(value.description), @@ -33638,7 +33786,7 @@ pub mod types { ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for FinalizeDisk { + impl ::std::default::Default for FinalizeDisk { fn default() -> Self { Self { snapshot_name: Ok(Default::default()), @@ -33649,8 +33797,8 @@ pub mod types { impl FinalizeDisk { pub fn snapshot_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.snapshot_name = value.try_into().map_err(|e| { format!("error converting supplied value for snapshot_name: {}", e) @@ -33670,7 +33818,7 @@ pub mod types { } } - impl From for FinalizeDisk { + impl ::std::convert::From for FinalizeDisk { fn from(value: super::FinalizeDisk) -> Self { Self { snapshot_name: Ok(value.snapshot_name), @@ -33686,7 +33834,7 @@ pub mod types { >, } - impl Default for FleetRolePolicy { + impl ::std::default::Default for FleetRolePolicy { fn default() -> Self { Self { role_assignments: Err("no value supplied for role_assignments".to_string()), @@ -33697,8 +33845,8 @@ pub mod types { impl FleetRolePolicy { pub fn role_assignments(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.role_assignments = value.try_into().map_err(|e| { format!( @@ -33721,7 +33869,7 @@ pub mod types { } } - impl From for FleetRolePolicy { + impl ::std::convert::From for FleetRolePolicy { fn from(value: super::FleetRolePolicy) -> Self { Self { role_assignments: Ok(value.role_assignments), @@ -33736,7 +33884,7 @@ pub mod types { role_name: ::std::result::Result, } - impl Default for FleetRoleRoleAssignment { + impl ::std::default::Default for FleetRoleRoleAssignment { fn default() -> Self { Self { identity_id: Err("no value supplied for identity_id".to_string()), @@ -33749,8 +33897,8 @@ pub mod types { impl FleetRoleRoleAssignment { pub fn identity_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_id = value .try_into() @@ -33759,8 +33907,8 @@ pub mod types { } pub fn identity_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_type = value.try_into().map_err(|e| { format!("error converting supplied value for identity_type: {}", e) @@ -33769,8 +33917,8 @@ pub mod types { } pub fn role_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.role_name = value .try_into() @@ -33792,7 +33940,7 @@ pub mod types { } } - impl From for FleetRoleRoleAssignment { + impl ::std::convert::From for FleetRoleRoleAssignment { fn from(value: super::FleetRoleRoleAssignment) -> Self { Self { identity_id: Ok(value.identity_id), @@ -33818,7 +33966,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for FloatingIp { + impl ::std::default::Default for FloatingIp { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -33837,8 +33985,8 @@ pub mod types { impl FloatingIp { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -33847,8 +33995,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -33857,8 +34005,8 @@ pub mod types { } pub fn instance_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.instance_id = value .try_into() @@ -33867,8 +34015,8 @@ pub mod types { } pub fn ip(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip = value .try_into() @@ -33877,8 +34025,8 @@ pub mod types { } pub fn ip_pool_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip_pool_id = value .try_into() @@ -33887,8 +34035,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -33897,8 +34045,8 @@ pub mod types { } pub fn project_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.project_id = value .try_into() @@ -33907,8 +34055,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -33917,8 +34065,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -33946,7 +34094,7 @@ pub mod types { } } - impl From for FloatingIp { + impl ::std::convert::From for FloatingIp { fn from(value: super::FloatingIp) -> Self { Self { description: Ok(value.description), @@ -33968,7 +34116,7 @@ pub mod types { parent: ::std::result::Result, } - impl Default for FloatingIpAttach { + impl ::std::default::Default for FloatingIpAttach { fn default() -> Self { Self { kind: Err("no value supplied for kind".to_string()), @@ -33980,8 +34128,8 @@ pub mod types { impl FloatingIpAttach { pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -33990,8 +34138,8 @@ pub mod types { } pub fn parent(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.parent = value .try_into() @@ -34012,7 +34160,7 @@ pub mod types { } } - impl From for FloatingIpAttach { + impl ::std::convert::From for FloatingIpAttach { fn from(value: super::FloatingIpAttach) -> Self { Self { kind: Ok(value.kind), @@ -34035,7 +34183,7 @@ pub mod types { >, } - impl Default for FloatingIpCreate { + impl ::std::default::Default for FloatingIpCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -34049,8 +34197,8 @@ pub mod types { impl FloatingIpCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -34059,8 +34207,8 @@ pub mod types { } pub fn ip(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.ip = value .try_into() @@ -34069,8 +34217,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -34079,8 +34227,8 @@ pub mod types { } pub fn pool(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.pool = value .try_into() @@ -34103,7 +34251,7 @@ pub mod types { } } - impl From for FloatingIpCreate { + impl ::std::convert::From for FloatingIpCreate { fn from(value: super::FloatingIpCreate) -> Self { Self { description: Ok(value.description), @@ -34123,7 +34271,7 @@ pub mod types { >, } - impl Default for FloatingIpResultsPage { + impl ::std::default::Default for FloatingIpResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -34135,8 +34283,8 @@ pub mod types { impl FloatingIpResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -34145,8 +34293,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -34167,7 +34315,7 @@ pub mod types { } } - impl From for FloatingIpResultsPage { + impl ::std::convert::From for FloatingIpResultsPage { fn from(value: super::FloatingIpResultsPage) -> Self { Self { items: Ok(value.items), @@ -34185,7 +34333,7 @@ pub mod types { name: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for FloatingIpUpdate { + impl ::std::default::Default for FloatingIpUpdate { fn default() -> Self { Self { description: Ok(Default::default()), @@ -34197,8 +34345,8 @@ pub mod types { impl FloatingIpUpdate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -34207,8 +34355,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -34229,7 +34377,7 @@ pub mod types { } } - impl From for FloatingIpUpdate { + impl ::std::convert::From for FloatingIpUpdate { fn from(value: super::FloatingIpUpdate) -> Self { Self { description: Ok(value.description), @@ -34245,7 +34393,7 @@ pub mod types { silo_id: ::std::result::Result, } - impl Default for Group { + impl ::std::default::Default for Group { fn default() -> Self { Self { display_name: Err("no value supplied for display_name".to_string()), @@ -34258,8 +34406,8 @@ pub mod types { impl Group { pub fn display_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.display_name = value.try_into().map_err(|e| { format!("error converting supplied value for display_name: {}", e) @@ -34268,8 +34416,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -34278,8 +34426,8 @@ pub mod types { } pub fn silo_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_id = value .try_into() @@ -34301,7 +34449,7 @@ pub mod types { } } - impl From for Group { + impl ::std::convert::From for Group { fn from(value: super::Group) -> Self { Self { display_name: Ok(value.display_name), @@ -34320,7 +34468,7 @@ pub mod types { >, } - impl Default for GroupResultsPage { + impl ::std::default::Default for GroupResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -34332,8 +34480,8 @@ pub mod types { impl GroupResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -34342,8 +34490,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -34364,7 +34512,7 @@ pub mod types { } } - impl From for GroupResultsPage { + impl ::std::convert::From for GroupResultsPage { fn from(value: super::GroupResultsPage) -> Self { Self { items: Ok(value.items), @@ -34388,7 +34536,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramdouble { + impl ::std::default::Default for Histogramdouble { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -34408,8 +34556,8 @@ pub mod types { impl Histogramdouble { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -34418,8 +34566,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -34428,8 +34576,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -34438,8 +34586,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -34448,8 +34596,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -34458,8 +34606,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -34468,8 +34616,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -34478,8 +34626,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -34488,8 +34636,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -34498,8 +34646,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -34528,7 +34676,7 @@ pub mod types { } } - impl From for Histogramdouble { + impl ::std::convert::From for Histogramdouble { fn from(value: super::Histogramdouble) -> Self { Self { bins: Ok(value.bins), @@ -34560,7 +34708,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramfloat { + impl ::std::default::Default for Histogramfloat { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -34580,8 +34728,8 @@ pub mod types { impl Histogramfloat { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -34590,8 +34738,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -34600,8 +34748,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -34610,8 +34758,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -34620,8 +34768,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -34630,8 +34778,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -34640,8 +34788,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -34650,8 +34798,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -34660,8 +34808,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -34670,8 +34818,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -34700,7 +34848,7 @@ pub mod types { } } - impl From for Histogramfloat { + impl ::std::convert::From for Histogramfloat { fn from(value: super::Histogramfloat) -> Self { Self { bins: Ok(value.bins), @@ -34732,7 +34880,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramint16 { + impl ::std::default::Default for Histogramint16 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -34752,8 +34900,8 @@ pub mod types { impl Histogramint16 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -34762,8 +34910,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -34772,8 +34920,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -34782,8 +34930,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -34792,8 +34940,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -34802,8 +34950,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -34812,8 +34960,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -34822,8 +34970,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -34832,8 +34980,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -34842,8 +34990,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -34872,7 +35020,7 @@ pub mod types { } } - impl From for Histogramint16 { + impl ::std::convert::From for Histogramint16 { fn from(value: super::Histogramint16) -> Self { Self { bins: Ok(value.bins), @@ -34904,7 +35052,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramint32 { + impl ::std::default::Default for Histogramint32 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -34924,8 +35072,8 @@ pub mod types { impl Histogramint32 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -34934,8 +35082,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -34944,8 +35092,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -34954,8 +35102,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -34964,8 +35112,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -34974,8 +35122,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -34984,8 +35132,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -34994,8 +35142,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -35004,8 +35152,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -35014,8 +35162,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -35044,7 +35192,7 @@ pub mod types { } } - impl From for Histogramint32 { + impl ::std::convert::From for Histogramint32 { fn from(value: super::Histogramint32) -> Self { Self { bins: Ok(value.bins), @@ -35076,7 +35224,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramint64 { + impl ::std::default::Default for Histogramint64 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -35096,8 +35244,8 @@ pub mod types { impl Histogramint64 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -35106,8 +35254,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -35116,8 +35264,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -35126,8 +35274,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -35136,8 +35284,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -35146,8 +35294,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -35156,8 +35304,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -35166,8 +35314,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -35176,8 +35324,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -35186,8 +35334,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -35216,7 +35364,7 @@ pub mod types { } } - impl From for Histogramint64 { + impl ::std::convert::From for Histogramint64 { fn from(value: super::Histogramint64) -> Self { Self { bins: Ok(value.bins), @@ -35248,7 +35396,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramint8 { + impl ::std::default::Default for Histogramint8 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -35268,8 +35416,8 @@ pub mod types { impl Histogramint8 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -35278,8 +35426,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -35288,8 +35436,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -35298,8 +35446,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -35308,8 +35456,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -35318,8 +35466,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -35328,8 +35476,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -35338,8 +35486,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -35348,8 +35496,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -35358,8 +35506,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -35388,7 +35536,7 @@ pub mod types { } } - impl From for Histogramint8 { + impl ::std::convert::From for Histogramint8 { fn from(value: super::Histogramint8) -> Self { Self { bins: Ok(value.bins), @@ -35420,7 +35568,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramuint16 { + impl ::std::default::Default for Histogramuint16 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -35440,8 +35588,8 @@ pub mod types { impl Histogramuint16 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -35450,8 +35598,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -35460,8 +35608,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -35470,8 +35618,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -35480,8 +35628,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -35490,8 +35638,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -35500,8 +35648,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -35510,8 +35658,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -35520,8 +35668,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -35530,8 +35678,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -35560,7 +35708,7 @@ pub mod types { } } - impl From for Histogramuint16 { + impl ::std::convert::From for Histogramuint16 { fn from(value: super::Histogramuint16) -> Self { Self { bins: Ok(value.bins), @@ -35592,7 +35740,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramuint32 { + impl ::std::default::Default for Histogramuint32 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -35612,8 +35760,8 @@ pub mod types { impl Histogramuint32 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -35622,8 +35770,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -35632,8 +35780,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -35642,8 +35790,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -35652,8 +35800,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -35662,8 +35810,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -35672,8 +35820,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -35682,8 +35830,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -35692,8 +35840,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -35702,8 +35850,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -35732,7 +35880,7 @@ pub mod types { } } - impl From for Histogramuint32 { + impl ::std::convert::From for Histogramuint32 { fn from(value: super::Histogramuint32) -> Self { Self { bins: Ok(value.bins), @@ -35764,7 +35912,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramuint64 { + impl ::std::default::Default for Histogramuint64 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -35784,8 +35932,8 @@ pub mod types { impl Histogramuint64 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -35794,8 +35942,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -35804,8 +35952,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -35814,8 +35962,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -35824,8 +35972,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -35834,8 +35982,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -35844,8 +35992,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -35854,8 +36002,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -35864,8 +36012,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -35874,8 +36022,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -35904,7 +36052,7 @@ pub mod types { } } - impl From for Histogramuint64 { + impl ::std::convert::From for Histogramuint64 { fn from(value: super::Histogramuint64) -> Self { Self { bins: Ok(value.bins), @@ -35936,7 +36084,7 @@ pub mod types { sum_of_samples: ::std::result::Result, } - impl Default for Histogramuint8 { + impl ::std::default::Default for Histogramuint8 { fn default() -> Self { Self { bins: Err("no value supplied for bins".to_string()), @@ -35956,8 +36104,8 @@ pub mod types { impl Histogramuint8 { pub fn bins(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bins = value .try_into() @@ -35966,8 +36114,8 @@ pub mod types { } pub fn max(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.max = value .try_into() @@ -35976,8 +36124,8 @@ pub mod types { } pub fn min(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.min = value .try_into() @@ -35986,8 +36134,8 @@ pub mod types { } pub fn n_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.n_samples = value .try_into() @@ -35996,8 +36144,8 @@ pub mod types { } pub fn p50(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p50 = value .try_into() @@ -36006,8 +36154,8 @@ pub mod types { } pub fn p90(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p90 = value .try_into() @@ -36016,8 +36164,8 @@ pub mod types { } pub fn p99(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p99 = value .try_into() @@ -36026,8 +36174,8 @@ pub mod types { } pub fn squared_mean(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.squared_mean = value.try_into().map_err(|e| { format!("error converting supplied value for squared_mean: {}", e) @@ -36036,8 +36184,8 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -36046,8 +36194,8 @@ pub mod types { } pub fn sum_of_samples(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sum_of_samples = value.try_into().map_err(|e| { format!("error converting supplied value for sum_of_samples: {}", e) @@ -36076,7 +36224,7 @@ pub mod types { } } - impl From for Histogramuint8 { + impl ::std::convert::From for Histogramuint8 { fn from(value: super::Histogramuint8) -> Self { Self { bins: Ok(value.bins), @@ -36106,7 +36254,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for IdentityProvider { + impl ::std::default::Default for IdentityProvider { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -36122,8 +36270,8 @@ pub mod types { impl IdentityProvider { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -36132,8 +36280,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -36142,8 +36290,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -36152,8 +36300,8 @@ pub mod types { } pub fn provider_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.provider_type = value.try_into().map_err(|e| { format!("error converting supplied value for provider_type: {}", e) @@ -36162,8 +36310,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -36172,8 +36320,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -36198,7 +36346,7 @@ pub mod types { } } - impl From for IdentityProvider { + impl ::std::convert::From for IdentityProvider { fn from(value: super::IdentityProvider) -> Self { Self { description: Ok(value.description), @@ -36223,7 +36371,7 @@ pub mod types { >, } - impl Default for IdentityProviderResultsPage { + impl ::std::default::Default for IdentityProviderResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -36235,8 +36383,8 @@ pub mod types { impl IdentityProviderResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -36245,8 +36393,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -36267,7 +36415,7 @@ pub mod types { } } - impl From for IdentityProviderResultsPage { + impl ::std::convert::From for IdentityProviderResultsPage { fn from(value: super::IdentityProviderResultsPage) -> Self { Self { items: Ok(value.items), @@ -36295,7 +36443,7 @@ pub mod types { version: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for Image { + impl ::std::default::Default for Image { fn default() -> Self { Self { block_size: Err("no value supplied for block_size".to_string()), @@ -36316,8 +36464,8 @@ pub mod types { impl Image { pub fn block_size(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.block_size = value .try_into() @@ -36326,8 +36474,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -36336,8 +36484,8 @@ pub mod types { } pub fn digest(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.digest = value .try_into() @@ -36346,8 +36494,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -36356,8 +36504,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -36366,8 +36514,8 @@ pub mod types { } pub fn os(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.os = value .try_into() @@ -36376,8 +36524,8 @@ pub mod types { } pub fn project_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.project_id = value .try_into() @@ -36386,8 +36534,8 @@ pub mod types { } pub fn size(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.size = value .try_into() @@ -36396,8 +36544,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -36406,8 +36554,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -36416,8 +36564,8 @@ pub mod types { } pub fn version(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.version = value .try_into() @@ -36447,7 +36595,7 @@ pub mod types { } } - impl From for Image { + impl ::std::convert::From for Image { fn from(value: super::Image) -> Self { Self { block_size: Ok(value.block_size), @@ -36474,7 +36622,7 @@ pub mod types { version: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for ImageCreate { + impl ::std::default::Default for ImageCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -36489,8 +36637,8 @@ pub mod types { impl ImageCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -36499,8 +36647,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -36509,8 +36657,8 @@ pub mod types { } pub fn os(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.os = value .try_into() @@ -36519,8 +36667,8 @@ pub mod types { } pub fn source(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.source = value .try_into() @@ -36529,8 +36677,8 @@ pub mod types { } pub fn version(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.version = value .try_into() @@ -36554,7 +36702,7 @@ pub mod types { } } - impl From for ImageCreate { + impl ::std::convert::From for ImageCreate { fn from(value: super::ImageCreate) -> Self { Self { description: Ok(value.description), @@ -36575,7 +36723,7 @@ pub mod types { >, } - impl Default for ImageResultsPage { + impl ::std::default::Default for ImageResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -36587,8 +36735,8 @@ pub mod types { impl ImageResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -36597,8 +36745,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -36619,7 +36767,7 @@ pub mod types { } } - impl From for ImageResultsPage { + impl ::std::convert::From for ImageResultsPage { fn from(value: super::ImageResultsPage) -> Self { Self { items: Ok(value.items), @@ -36635,7 +36783,7 @@ pub mod types { offset: ::std::result::Result, } - impl Default for ImportBlocksBulkWrite { + impl ::std::default::Default for ImportBlocksBulkWrite { fn default() -> Self { Self { base64_encoded_data: Err( @@ -36649,8 +36797,8 @@ pub mod types { impl ImportBlocksBulkWrite { pub fn base64_encoded_data(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.base64_encoded_data = value.try_into().map_err(|e| { format!( @@ -36662,8 +36810,8 @@ pub mod types { } pub fn offset(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.offset = value .try_into() @@ -36684,7 +36832,7 @@ pub mod types { } } - impl From for ImportBlocksBulkWrite { + impl ::std::convert::From for ImportBlocksBulkWrite { fn from(value: super::ImportBlocksBulkWrite) -> Self { Self { base64_encoded_data: Ok(value.base64_encoded_data), @@ -36726,7 +36874,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Instance { + impl ::std::default::Default for Instance { fn default() -> Self { Self { auto_restart_cooldown_expiration: Ok(Default::default()), @@ -36756,10 +36904,10 @@ pub mod types { impl Instance { pub fn auto_restart_cooldown_expiration(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::option::Option>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.auto_restart_cooldown_expiration = value.try_into().map_err(|e| { format!( @@ -36771,8 +36919,8 @@ pub mod types { } pub fn auto_restart_enabled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.auto_restart_enabled = value.try_into().map_err(|e| { format!( @@ -36784,8 +36932,8 @@ pub mod types { } pub fn auto_restart_policy(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.auto_restart_policy = value.try_into().map_err(|e| { format!( @@ -36797,8 +36945,8 @@ pub mod types { } pub fn boot_disk_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.boot_disk_id = value.try_into().map_err(|e| { format!("error converting supplied value for boot_disk_id: {}", e) @@ -36807,8 +36955,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -36817,8 +36965,8 @@ pub mod types { } pub fn hostname(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.hostname = value .try_into() @@ -36827,8 +36975,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -36837,8 +36985,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -36847,8 +36995,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -36857,8 +37005,8 @@ pub mod types { } pub fn ncpus(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ncpus = value .try_into() @@ -36867,8 +37015,8 @@ pub mod types { } pub fn project_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.project_id = value .try_into() @@ -36877,8 +37025,8 @@ pub mod types { } pub fn run_state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.run_state = value .try_into() @@ -36887,8 +37035,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -36897,10 +37045,10 @@ pub mod types { } pub fn time_last_auto_restarted(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::option::Option>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.time_last_auto_restarted = value.try_into().map_err(|e| { format!( @@ -36912,8 +37060,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -36922,8 +37070,8 @@ pub mod types { } pub fn time_run_state_updated(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_run_state_updated = value.try_into().map_err(|e| { format!( @@ -36961,7 +37109,7 @@ pub mod types { } } - impl From for Instance { + impl ::std::convert::From for Instance { fn from(value: super::Instance) -> Self { Self { auto_restart_cooldown_expiration: Ok(value.auto_restart_cooldown_expiration), @@ -37019,7 +37167,7 @@ pub mod types { user_data: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for InstanceCreate { + impl ::std::default::Default for InstanceCreate { fn default() -> Self { Self { auto_restart_policy: Ok(Default::default()), @@ -37042,8 +37190,8 @@ pub mod types { impl InstanceCreate { pub fn auto_restart_policy(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.auto_restart_policy = value.try_into().map_err(|e| { format!( @@ -37055,8 +37203,8 @@ pub mod types { } pub fn boot_disk(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.boot_disk = value .try_into() @@ -37065,8 +37213,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -37075,8 +37223,8 @@ pub mod types { } pub fn disks(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.disks = value .try_into() @@ -37085,8 +37233,8 @@ pub mod types { } pub fn external_ips(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.external_ips = value.try_into().map_err(|e| { format!("error converting supplied value for external_ips: {}", e) @@ -37095,8 +37243,8 @@ pub mod types { } pub fn hostname(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.hostname = value .try_into() @@ -37105,8 +37253,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -37115,8 +37263,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -37125,8 +37273,8 @@ pub mod types { } pub fn ncpus(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ncpus = value .try_into() @@ -37135,8 +37283,8 @@ pub mod types { } pub fn network_interfaces(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.network_interfaces = value.try_into().map_err(|e| { format!( @@ -37148,8 +37296,8 @@ pub mod types { } pub fn ssh_public_keys(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::vec::Vec>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::vec::Vec>>, + T::Error: ::std::fmt::Display, { self.ssh_public_keys = value.try_into().map_err(|e| { format!("error converting supplied value for ssh_public_keys: {}", e) @@ -37158,8 +37306,8 @@ pub mod types { } pub fn start(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.start = value .try_into() @@ -37168,8 +37316,8 @@ pub mod types { } pub fn user_data(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.user_data = value .try_into() @@ -37201,7 +37349,7 @@ pub mod types { } } - impl From for InstanceCreate { + impl ::std::convert::From for InstanceCreate { fn from(value: super::InstanceCreate) -> Self { Self { auto_restart_policy: Ok(value.auto_restart_policy), @@ -37240,7 +37388,7 @@ pub mod types { vpc_id: ::std::result::Result, } - impl Default for InstanceNetworkInterface { + impl ::std::default::Default for InstanceNetworkInterface { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -37262,8 +37410,8 @@ pub mod types { impl InstanceNetworkInterface { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -37272,8 +37420,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -37282,8 +37430,8 @@ pub mod types { } pub fn instance_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.instance_id = value .try_into() @@ -37292,8 +37440,8 @@ pub mod types { } pub fn ip(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip = value .try_into() @@ -37302,8 +37450,8 @@ pub mod types { } pub fn mac(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.mac = value .try_into() @@ -37312,8 +37460,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -37322,8 +37470,8 @@ pub mod types { } pub fn primary(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.primary = value .try_into() @@ -37332,8 +37480,8 @@ pub mod types { } pub fn subnet_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.subnet_id = value .try_into() @@ -37342,8 +37490,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -37352,8 +37500,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -37362,8 +37510,8 @@ pub mod types { } pub fn transit_ips(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.transit_ips = value .try_into() @@ -37372,8 +37520,8 @@ pub mod types { } pub fn vpc_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vpc_id = value .try_into() @@ -37404,7 +37552,7 @@ pub mod types { } } - impl From for InstanceNetworkInterface { + impl ::std::convert::From for InstanceNetworkInterface { fn from(value: super::InstanceNetworkInterface) -> Self { Self { description: Ok(value.description), @@ -37435,7 +37583,7 @@ pub mod types { vpc_name: ::std::result::Result, } - impl Default for InstanceNetworkInterfaceCreate { + impl ::std::default::Default for InstanceNetworkInterfaceCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -37450,8 +37598,8 @@ pub mod types { impl InstanceNetworkInterfaceCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -37460,8 +37608,8 @@ pub mod types { } pub fn ip(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.ip = value .try_into() @@ -37470,8 +37618,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -37480,8 +37628,8 @@ pub mod types { } pub fn subnet_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.subnet_name = value .try_into() @@ -37490,8 +37638,8 @@ pub mod types { } pub fn vpc_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vpc_name = value .try_into() @@ -37517,7 +37665,9 @@ pub mod types { } } - impl From for InstanceNetworkInterfaceCreate { + impl ::std::convert::From + for InstanceNetworkInterfaceCreate + { fn from(value: super::InstanceNetworkInterfaceCreate) -> Self { Self { description: Ok(value.description), @@ -37541,7 +37691,7 @@ pub mod types { >, } - impl Default for InstanceNetworkInterfaceResultsPage { + impl ::std::default::Default for InstanceNetworkInterfaceResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -37553,8 +37703,8 @@ pub mod types { impl InstanceNetworkInterfaceResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -37563,8 +37713,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -37587,7 +37737,9 @@ pub mod types { } } - impl From for InstanceNetworkInterfaceResultsPage { + impl ::std::convert::From + for InstanceNetworkInterfaceResultsPage + { fn from(value: super::InstanceNetworkInterfaceResultsPage) -> Self { Self { items: Ok(value.items), @@ -37608,7 +37760,7 @@ pub mod types { ::std::result::Result<::std::vec::Vec, ::std::string::String>, } - impl Default for InstanceNetworkInterfaceUpdate { + impl ::std::default::Default for InstanceNetworkInterfaceUpdate { fn default() -> Self { Self { description: Ok(Default::default()), @@ -37622,8 +37774,8 @@ pub mod types { impl InstanceNetworkInterfaceUpdate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -37632,8 +37784,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -37642,8 +37794,8 @@ pub mod types { } pub fn primary(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.primary = value .try_into() @@ -37652,8 +37804,8 @@ pub mod types { } pub fn transit_ips(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.transit_ips = value .try_into() @@ -37678,7 +37830,9 @@ pub mod types { } } - impl From for InstanceNetworkInterfaceUpdate { + impl ::std::convert::From + for InstanceNetworkInterfaceUpdate + { fn from(value: super::InstanceNetworkInterfaceUpdate) -> Self { Self { description: Ok(value.description), @@ -37698,7 +37852,7 @@ pub mod types { >, } - impl Default for InstanceResultsPage { + impl ::std::default::Default for InstanceResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -37710,8 +37864,8 @@ pub mod types { impl InstanceResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -37720,8 +37874,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -37742,7 +37896,7 @@ pub mod types { } } - impl From for InstanceResultsPage { + impl ::std::convert::From for InstanceResultsPage { fn from(value: super::InstanceResultsPage) -> Self { Self { items: Ok(value.items), @@ -37757,7 +37911,7 @@ pub mod types { last_byte_offset: ::std::result::Result, } - impl Default for InstanceSerialConsoleData { + impl ::std::default::Default for InstanceSerialConsoleData { fn default() -> Self { Self { data: Err("no value supplied for data".to_string()), @@ -37769,8 +37923,8 @@ pub mod types { impl InstanceSerialConsoleData { pub fn data(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.data = value .try_into() @@ -37779,8 +37933,8 @@ pub mod types { } pub fn last_byte_offset(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.last_byte_offset = value.try_into().map_err(|e| { format!( @@ -37804,7 +37958,7 @@ pub mod types { } } - impl From for InstanceSerialConsoleData { + impl ::std::convert::From for InstanceSerialConsoleData { fn from(value: super::InstanceSerialConsoleData) -> Self { Self { data: Ok(value.data), @@ -37827,7 +37981,7 @@ pub mod types { ncpus: ::std::result::Result, } - impl Default for InstanceUpdate { + impl ::std::default::Default for InstanceUpdate { fn default() -> Self { Self { auto_restart_policy: Ok(Default::default()), @@ -37841,8 +37995,8 @@ pub mod types { impl InstanceUpdate { pub fn auto_restart_policy(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.auto_restart_policy = value.try_into().map_err(|e| { format!( @@ -37854,8 +38008,8 @@ pub mod types { } pub fn boot_disk(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.boot_disk = value .try_into() @@ -37864,8 +38018,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -37874,8 +38028,8 @@ pub mod types { } pub fn ncpus(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ncpus = value .try_into() @@ -37898,7 +38052,7 @@ pub mod types { } } - impl From for InstanceUpdate { + impl ::std::convert::From for InstanceUpdate { fn from(value: super::InstanceUpdate) -> Self { Self { auto_restart_policy: Ok(value.auto_restart_policy), @@ -37921,7 +38075,7 @@ pub mod types { vpc_id: ::std::result::Result, } - impl Default for InternetGateway { + impl ::std::default::Default for InternetGateway { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -37937,8 +38091,8 @@ pub mod types { impl InternetGateway { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -37947,8 +38101,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -37957,8 +38111,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -37967,8 +38121,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -37977,8 +38131,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -37987,8 +38141,8 @@ pub mod types { } pub fn vpc_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vpc_id = value .try_into() @@ -38013,7 +38167,7 @@ pub mod types { } } - impl From for InternetGateway { + impl ::std::convert::From for InternetGateway { fn from(value: super::InternetGateway) -> Self { Self { description: Ok(value.description), @@ -38032,7 +38186,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for InternetGatewayCreate { + impl ::std::default::Default for InternetGatewayCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -38044,8 +38198,8 @@ pub mod types { impl InternetGatewayCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -38054,8 +38208,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -38076,7 +38230,7 @@ pub mod types { } } - impl From for InternetGatewayCreate { + impl ::std::convert::From for InternetGatewayCreate { fn from(value: super::InternetGatewayCreate) -> Self { Self { description: Ok(value.description), @@ -38098,7 +38252,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for InternetGatewayIpAddress { + impl ::std::default::Default for InternetGatewayIpAddress { fn default() -> Self { Self { address: Err("no value supplied for address".to_string()), @@ -38117,8 +38271,8 @@ pub mod types { impl InternetGatewayIpAddress { pub fn address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address = value .try_into() @@ -38127,8 +38281,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -38137,8 +38291,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -38147,8 +38301,8 @@ pub mod types { } pub fn internet_gateway_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.internet_gateway_id = value.try_into().map_err(|e| { format!( @@ -38160,8 +38314,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -38170,8 +38324,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -38180,8 +38334,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -38207,7 +38361,7 @@ pub mod types { } } - impl From for InternetGatewayIpAddress { + impl ::std::convert::From for InternetGatewayIpAddress { fn from(value: super::InternetGatewayIpAddress) -> Self { Self { address: Ok(value.address), @@ -38228,7 +38382,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for InternetGatewayIpAddressCreate { + impl ::std::default::Default for InternetGatewayIpAddressCreate { fn default() -> Self { Self { address: Err("no value supplied for address".to_string()), @@ -38241,8 +38395,8 @@ pub mod types { impl InternetGatewayIpAddressCreate { pub fn address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address = value .try_into() @@ -38251,8 +38405,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -38261,8 +38415,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -38286,7 +38440,9 @@ pub mod types { } } - impl From for InternetGatewayIpAddressCreate { + impl ::std::convert::From + for InternetGatewayIpAddressCreate + { fn from(value: super::InternetGatewayIpAddressCreate) -> Self { Self { address: Ok(value.address), @@ -38308,7 +38464,7 @@ pub mod types { >, } - impl Default for InternetGatewayIpAddressResultsPage { + impl ::std::default::Default for InternetGatewayIpAddressResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -38320,8 +38476,8 @@ pub mod types { impl InternetGatewayIpAddressResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -38330,8 +38486,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -38354,7 +38510,9 @@ pub mod types { } } - impl From for InternetGatewayIpAddressResultsPage { + impl ::std::convert::From + for InternetGatewayIpAddressResultsPage + { fn from(value: super::InternetGatewayIpAddressResultsPage) -> Self { Self { items: Ok(value.items), @@ -38376,7 +38534,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for InternetGatewayIpPool { + impl ::std::default::Default for InternetGatewayIpPool { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -38395,8 +38553,8 @@ pub mod types { impl InternetGatewayIpPool { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -38405,8 +38563,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -38415,8 +38573,8 @@ pub mod types { } pub fn internet_gateway_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.internet_gateway_id = value.try_into().map_err(|e| { format!( @@ -38428,8 +38586,8 @@ pub mod types { } pub fn ip_pool_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip_pool_id = value .try_into() @@ -38438,8 +38596,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -38448,8 +38606,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -38458,8 +38616,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -38485,7 +38643,7 @@ pub mod types { } } - impl From for InternetGatewayIpPool { + impl ::std::convert::From for InternetGatewayIpPool { fn from(value: super::InternetGatewayIpPool) -> Self { Self { description: Ok(value.description), @@ -38506,7 +38664,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for InternetGatewayIpPoolCreate { + impl ::std::default::Default for InternetGatewayIpPoolCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -38519,8 +38677,8 @@ pub mod types { impl InternetGatewayIpPoolCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -38529,8 +38687,8 @@ pub mod types { } pub fn ip_pool(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip_pool = value .try_into() @@ -38539,8 +38697,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -38562,7 +38720,7 @@ pub mod types { } } - impl From for InternetGatewayIpPoolCreate { + impl ::std::convert::From for InternetGatewayIpPoolCreate { fn from(value: super::InternetGatewayIpPoolCreate) -> Self { Self { description: Ok(value.description), @@ -38584,7 +38742,7 @@ pub mod types { >, } - impl Default for InternetGatewayIpPoolResultsPage { + impl ::std::default::Default for InternetGatewayIpPoolResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -38596,8 +38754,8 @@ pub mod types { impl InternetGatewayIpPoolResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -38606,8 +38764,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -38630,7 +38788,9 @@ pub mod types { } } - impl From for InternetGatewayIpPoolResultsPage { + impl ::std::convert::From + for InternetGatewayIpPoolResultsPage + { fn from(value: super::InternetGatewayIpPoolResultsPage) -> Self { Self { items: Ok(value.items), @@ -38651,7 +38811,7 @@ pub mod types { >, } - impl Default for InternetGatewayResultsPage { + impl ::std::default::Default for InternetGatewayResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -38663,8 +38823,8 @@ pub mod types { impl InternetGatewayResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -38673,8 +38833,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -38695,7 +38855,7 @@ pub mod types { } } - impl From for InternetGatewayResultsPage { + impl ::std::convert::From for InternetGatewayResultsPage { fn from(value: super::InternetGatewayResultsPage) -> Self { Self { items: Ok(value.items), @@ -38715,7 +38875,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for IpPool { + impl ::std::default::Default for IpPool { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -38730,8 +38890,8 @@ pub mod types { impl IpPool { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -38740,8 +38900,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -38750,8 +38910,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -38760,8 +38920,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -38770,8 +38930,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -38795,7 +38955,7 @@ pub mod types { } } - impl From for IpPool { + impl ::std::convert::From for IpPool { fn from(value: super::IpPool) -> Self { Self { description: Ok(value.description), @@ -38813,7 +38973,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for IpPoolCreate { + impl ::std::default::Default for IpPoolCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -38825,8 +38985,8 @@ pub mod types { impl IpPoolCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -38835,8 +38995,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -38857,7 +39017,7 @@ pub mod types { } } - impl From for IpPoolCreate { + impl ::std::convert::From for IpPoolCreate { fn from(value: super::IpPoolCreate) -> Self { Self { description: Ok(value.description), @@ -38872,7 +39032,7 @@ pub mod types { silo: ::std::result::Result, } - impl Default for IpPoolLinkSilo { + impl ::std::default::Default for IpPoolLinkSilo { fn default() -> Self { Self { is_default: Err("no value supplied for is_default".to_string()), @@ -38884,8 +39044,8 @@ pub mod types { impl IpPoolLinkSilo { pub fn is_default(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.is_default = value .try_into() @@ -38894,8 +39054,8 @@ pub mod types { } pub fn silo(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo = value .try_into() @@ -38916,7 +39076,7 @@ pub mod types { } } - impl From for IpPoolLinkSilo { + impl ::std::convert::From for IpPoolLinkSilo { fn from(value: super::IpPoolLinkSilo) -> Self { Self { is_default: Ok(value.is_default), @@ -38934,7 +39094,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for IpPoolRange { + impl ::std::default::Default for IpPoolRange { fn default() -> Self { Self { id: Err("no value supplied for id".to_string()), @@ -38948,8 +39108,8 @@ pub mod types { impl IpPoolRange { pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -38958,8 +39118,8 @@ pub mod types { } pub fn ip_pool_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip_pool_id = value .try_into() @@ -38968,8 +39128,8 @@ pub mod types { } pub fn range(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.range = value .try_into() @@ -38978,8 +39138,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -39002,7 +39162,7 @@ pub mod types { } } - impl From for IpPoolRange { + impl ::std::convert::From for IpPoolRange { fn from(value: super::IpPoolRange) -> Self { Self { id: Ok(value.id), @@ -39023,7 +39183,7 @@ pub mod types { >, } - impl Default for IpPoolRangeResultsPage { + impl ::std::default::Default for IpPoolRangeResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -39035,8 +39195,8 @@ pub mod types { impl IpPoolRangeResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -39045,8 +39205,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -39067,7 +39227,7 @@ pub mod types { } } - impl From for IpPoolRangeResultsPage { + impl ::std::convert::From for IpPoolRangeResultsPage { fn from(value: super::IpPoolRangeResultsPage) -> Self { Self { items: Ok(value.items), @@ -39085,7 +39245,7 @@ pub mod types { >, } - impl Default for IpPoolResultsPage { + impl ::std::default::Default for IpPoolResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -39097,8 +39257,8 @@ pub mod types { impl IpPoolResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -39107,8 +39267,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -39129,7 +39289,7 @@ pub mod types { } } - impl From for IpPoolResultsPage { + impl ::std::convert::From for IpPoolResultsPage { fn from(value: super::IpPoolResultsPage) -> Self { Self { items: Ok(value.items), @@ -39145,7 +39305,7 @@ pub mod types { silo_id: ::std::result::Result, } - impl Default for IpPoolSiloLink { + impl ::std::default::Default for IpPoolSiloLink { fn default() -> Self { Self { ip_pool_id: Err("no value supplied for ip_pool_id".to_string()), @@ -39158,8 +39318,8 @@ pub mod types { impl IpPoolSiloLink { pub fn ip_pool_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip_pool_id = value .try_into() @@ -39168,8 +39328,8 @@ pub mod types { } pub fn is_default(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.is_default = value .try_into() @@ -39178,8 +39338,8 @@ pub mod types { } pub fn silo_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_id = value .try_into() @@ -39201,7 +39361,7 @@ pub mod types { } } - impl From for IpPoolSiloLink { + impl ::std::convert::From for IpPoolSiloLink { fn from(value: super::IpPoolSiloLink) -> Self { Self { ip_pool_id: Ok(value.ip_pool_id), @@ -39223,7 +39383,7 @@ pub mod types { >, } - impl Default for IpPoolSiloLinkResultsPage { + impl ::std::default::Default for IpPoolSiloLinkResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -39235,8 +39395,8 @@ pub mod types { impl IpPoolSiloLinkResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -39245,8 +39405,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -39267,7 +39427,7 @@ pub mod types { } } - impl From for IpPoolSiloLinkResultsPage { + impl ::std::convert::From for IpPoolSiloLinkResultsPage { fn from(value: super::IpPoolSiloLinkResultsPage) -> Self { Self { items: Ok(value.items), @@ -39281,7 +39441,7 @@ pub mod types { is_default: ::std::result::Result, } - impl Default for IpPoolSiloUpdate { + impl ::std::default::Default for IpPoolSiloUpdate { fn default() -> Self { Self { is_default: Err("no value supplied for is_default".to_string()), @@ -39292,8 +39452,8 @@ pub mod types { impl IpPoolSiloUpdate { pub fn is_default(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.is_default = value .try_into() @@ -39313,7 +39473,7 @@ pub mod types { } } - impl From for IpPoolSiloUpdate { + impl ::std::convert::From for IpPoolSiloUpdate { fn from(value: super::IpPoolSiloUpdate) -> Self { Self { is_default: Ok(value.is_default), @@ -39330,7 +39490,7 @@ pub mod types { name: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for IpPoolUpdate { + impl ::std::default::Default for IpPoolUpdate { fn default() -> Self { Self { description: Ok(Default::default()), @@ -39342,8 +39502,8 @@ pub mod types { impl IpPoolUpdate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -39352,8 +39512,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -39374,7 +39534,7 @@ pub mod types { } } - impl From for IpPoolUpdate { + impl ::std::convert::From for IpPoolUpdate { fn from(value: super::IpPoolUpdate) -> Self { Self { description: Ok(value.description), @@ -39389,7 +39549,7 @@ pub mod types { ipv6: ::std::result::Result, } - impl Default for IpPoolUtilization { + impl ::std::default::Default for IpPoolUtilization { fn default() -> Self { Self { ipv4: Err("no value supplied for ipv4".to_string()), @@ -39401,8 +39561,8 @@ pub mod types { impl IpPoolUtilization { pub fn ipv4(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ipv4 = value .try_into() @@ -39411,8 +39571,8 @@ pub mod types { } pub fn ipv6(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ipv6 = value .try_into() @@ -39433,7 +39593,7 @@ pub mod types { } } - impl From for IpPoolUtilization { + impl ::std::convert::From for IpPoolUtilization { fn from(value: super::IpPoolUtilization) -> Self { Self { ipv4: Ok(value.ipv4), @@ -39448,7 +39608,7 @@ pub mod types { last: ::std::result::Result, } - impl Default for Ipv4Range { + impl ::std::default::Default for Ipv4Range { fn default() -> Self { Self { first: Err("no value supplied for first".to_string()), @@ -39460,8 +39620,8 @@ pub mod types { impl Ipv4Range { pub fn first(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.first = value .try_into() @@ -39470,8 +39630,8 @@ pub mod types { } pub fn last(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.last = value .try_into() @@ -39492,7 +39652,7 @@ pub mod types { } } - impl From for Ipv4Range { + impl ::std::convert::From for Ipv4Range { fn from(value: super::Ipv4Range) -> Self { Self { first: Ok(value.first), @@ -39507,7 +39667,7 @@ pub mod types { capacity: ::std::result::Result, } - impl Default for Ipv4Utilization { + impl ::std::default::Default for Ipv4Utilization { fn default() -> Self { Self { allocated: Err("no value supplied for allocated".to_string()), @@ -39519,8 +39679,8 @@ pub mod types { impl Ipv4Utilization { pub fn allocated(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.allocated = value .try_into() @@ -39529,8 +39689,8 @@ pub mod types { } pub fn capacity(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.capacity = value .try_into() @@ -39551,7 +39711,7 @@ pub mod types { } } - impl From for Ipv4Utilization { + impl ::std::convert::From for Ipv4Utilization { fn from(value: super::Ipv4Utilization) -> Self { Self { allocated: Ok(value.allocated), @@ -39566,7 +39726,7 @@ pub mod types { last: ::std::result::Result, } - impl Default for Ipv6Range { + impl ::std::default::Default for Ipv6Range { fn default() -> Self { Self { first: Err("no value supplied for first".to_string()), @@ -39578,8 +39738,8 @@ pub mod types { impl Ipv6Range { pub fn first(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.first = value .try_into() @@ -39588,8 +39748,8 @@ pub mod types { } pub fn last(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.last = value .try_into() @@ -39610,7 +39770,7 @@ pub mod types { } } - impl From for Ipv6Range { + impl ::std::convert::From for Ipv6Range { fn from(value: super::Ipv6Range) -> Self { Self { first: Ok(value.first), @@ -39625,7 +39785,7 @@ pub mod types { capacity: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for Ipv6Utilization { + impl ::std::default::Default for Ipv6Utilization { fn default() -> Self { Self { allocated: Err("no value supplied for allocated".to_string()), @@ -39637,8 +39797,8 @@ pub mod types { impl Ipv6Utilization { pub fn allocated(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.allocated = value .try_into() @@ -39647,8 +39807,8 @@ pub mod types { } pub fn capacity(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.capacity = value .try_into() @@ -39669,7 +39829,7 @@ pub mod types { } } - impl From for Ipv6Utilization { + impl ::std::convert::From for Ipv6Utilization { fn from(value: super::Ipv6Utilization) -> Self { Self { allocated: Ok(value.allocated), @@ -39692,7 +39852,7 @@ pub mod types { >, } - impl Default for LinkConfigCreate { + impl ::std::default::Default for LinkConfigCreate { fn default() -> Self { Self { autoneg: Err("no value supplied for autoneg".to_string()), @@ -39708,8 +39868,8 @@ pub mod types { impl LinkConfigCreate { pub fn autoneg(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.autoneg = value .try_into() @@ -39718,8 +39878,8 @@ pub mod types { } pub fn fec(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.fec = value .try_into() @@ -39728,8 +39888,8 @@ pub mod types { } pub fn lldp(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.lldp = value .try_into() @@ -39738,8 +39898,8 @@ pub mod types { } pub fn mtu(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.mtu = value .try_into() @@ -39748,8 +39908,8 @@ pub mod types { } pub fn speed(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.speed = value .try_into() @@ -39758,8 +39918,8 @@ pub mod types { } pub fn tx_eq(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.tx_eq = value .try_into() @@ -39784,7 +39944,7 @@ pub mod types { } } - impl From for LinkConfigCreate { + impl ::std::convert::From for LinkConfigCreate { fn from(value: super::LinkConfigCreate) -> Self { Self { autoneg: Ok(value.autoneg), @@ -39825,7 +39985,7 @@ pub mod types { >, } - impl Default for LldpLinkConfig { + impl ::std::default::Default for LldpLinkConfig { fn default() -> Self { Self { chassis_id: Ok(Default::default()), @@ -39843,8 +40003,8 @@ pub mod types { impl LldpLinkConfig { pub fn chassis_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.chassis_id = value .try_into() @@ -39853,8 +40013,8 @@ pub mod types { } pub fn enabled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.enabled = value .try_into() @@ -39863,8 +40023,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -39873,8 +40033,8 @@ pub mod types { } pub fn link_description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.link_description = value.try_into().map_err(|e| { format!( @@ -39886,8 +40046,8 @@ pub mod types { } pub fn link_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.link_name = value .try_into() @@ -39896,8 +40056,8 @@ pub mod types { } pub fn management_ip(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.management_ip = value.try_into().map_err(|e| { format!("error converting supplied value for management_ip: {}", e) @@ -39906,8 +40066,8 @@ pub mod types { } pub fn system_description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.system_description = value.try_into().map_err(|e| { format!( @@ -39919,8 +40079,8 @@ pub mod types { } pub fn system_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.system_name = value .try_into() @@ -39947,7 +40107,7 @@ pub mod types { } } - impl From for LldpLinkConfig { + impl ::std::convert::From for LldpLinkConfig { fn from(value: super::LldpLinkConfig) -> Self { Self { chassis_id: Ok(value.chassis_id), @@ -39991,7 +40151,7 @@ pub mod types { >, } - impl Default for LldpLinkConfigCreate { + impl ::std::default::Default for LldpLinkConfigCreate { fn default() -> Self { Self { chassis_id: Ok(Default::default()), @@ -40008,8 +40168,8 @@ pub mod types { impl LldpLinkConfigCreate { pub fn chassis_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.chassis_id = value .try_into() @@ -40018,8 +40178,8 @@ pub mod types { } pub fn enabled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.enabled = value .try_into() @@ -40028,8 +40188,8 @@ pub mod types { } pub fn link_description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.link_description = value.try_into().map_err(|e| { format!( @@ -40041,8 +40201,8 @@ pub mod types { } pub fn link_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.link_name = value .try_into() @@ -40051,8 +40211,8 @@ pub mod types { } pub fn management_ip(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.management_ip = value.try_into().map_err(|e| { format!("error converting supplied value for management_ip: {}", e) @@ -40061,8 +40221,8 @@ pub mod types { } pub fn system_description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.system_description = value.try_into().map_err(|e| { format!( @@ -40074,8 +40234,8 @@ pub mod types { } pub fn system_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.system_name = value .try_into() @@ -40101,7 +40261,7 @@ pub mod types { } } - impl From for LldpLinkConfigCreate { + impl ::std::convert::From for LldpLinkConfigCreate { fn from(value: super::LldpLinkConfigCreate) -> Self { Self { chassis_id: Ok(value.chassis_id), @@ -40124,7 +40284,7 @@ pub mod types { switch_location: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for LoopbackAddress { + impl ::std::default::Default for LoopbackAddress { fn default() -> Self { Self { address: Err("no value supplied for address".to_string()), @@ -40141,8 +40301,8 @@ pub mod types { impl LoopbackAddress { pub fn address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address = value .try_into() @@ -40151,8 +40311,8 @@ pub mod types { } pub fn address_lot_block_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address_lot_block_id = value.try_into().map_err(|e| { format!( @@ -40164,8 +40324,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -40174,8 +40334,8 @@ pub mod types { } pub fn rack_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.rack_id = value .try_into() @@ -40184,8 +40344,8 @@ pub mod types { } pub fn switch_location(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.switch_location = value.try_into().map_err(|e| { format!("error converting supplied value for switch_location: {}", e) @@ -40209,7 +40369,7 @@ pub mod types { } } - impl From for LoopbackAddress { + impl ::std::convert::From for LoopbackAddress { fn from(value: super::LoopbackAddress) -> Self { Self { address: Ok(value.address), @@ -40231,7 +40391,7 @@ pub mod types { switch_location: ::std::result::Result, } - impl Default for LoopbackAddressCreate { + impl ::std::default::Default for LoopbackAddressCreate { fn default() -> Self { Self { address: Err("no value supplied for address".to_string()), @@ -40247,8 +40407,8 @@ pub mod types { impl LoopbackAddressCreate { pub fn address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address = value .try_into() @@ -40257,8 +40417,8 @@ pub mod types { } pub fn address_lot(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address_lot = value .try_into() @@ -40267,8 +40427,8 @@ pub mod types { } pub fn anycast(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.anycast = value .try_into() @@ -40277,8 +40437,8 @@ pub mod types { } pub fn mask(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.mask = value .try_into() @@ -40287,8 +40447,8 @@ pub mod types { } pub fn rack_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.rack_id = value .try_into() @@ -40297,8 +40457,8 @@ pub mod types { } pub fn switch_location(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.switch_location = value.try_into().map_err(|e| { format!("error converting supplied value for switch_location: {}", e) @@ -40323,7 +40483,7 @@ pub mod types { } } - impl From for LoopbackAddressCreate { + impl ::std::convert::From for LoopbackAddressCreate { fn from(value: super::LoopbackAddressCreate) -> Self { Self { address: Ok(value.address), @@ -40348,7 +40508,7 @@ pub mod types { >, } - impl Default for LoopbackAddressResultsPage { + impl ::std::default::Default for LoopbackAddressResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -40360,8 +40520,8 @@ pub mod types { impl LoopbackAddressResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -40370,8 +40530,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -40392,7 +40552,7 @@ pub mod types { } } - impl From for LoopbackAddressResultsPage { + impl ::std::convert::From for LoopbackAddressResultsPage { fn from(value: super::LoopbackAddressResultsPage) -> Self { Self { items: Ok(value.items), @@ -40408,7 +40568,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Measurement { + impl ::std::default::Default for Measurement { fn default() -> Self { Self { datum: Err("no value supplied for datum".to_string()), @@ -40420,8 +40580,8 @@ pub mod types { impl Measurement { pub fn datum(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.datum = value .try_into() @@ -40430,8 +40590,8 @@ pub mod types { } pub fn timestamp(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.timestamp = value .try_into() @@ -40452,7 +40612,7 @@ pub mod types { } } - impl From for Measurement { + impl ::std::convert::From for Measurement { fn from(value: super::Measurement) -> Self { Self { datum: Ok(value.datum), @@ -40471,7 +40631,7 @@ pub mod types { >, } - impl Default for MeasurementResultsPage { + impl ::std::default::Default for MeasurementResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -40483,8 +40643,8 @@ pub mod types { impl MeasurementResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -40493,8 +40653,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -40515,7 +40675,7 @@ pub mod types { } } - impl From for MeasurementResultsPage { + impl ::std::convert::From for MeasurementResultsPage { fn from(value: super::MeasurementResultsPage) -> Self { Self { items: Ok(value.items), @@ -40533,7 +40693,7 @@ pub mod types { >, } - impl Default for MissingDatum { + impl ::std::default::Default for MissingDatum { fn default() -> Self { Self { datum_type: Err("no value supplied for datum_type".to_string()), @@ -40545,8 +40705,8 @@ pub mod types { impl MissingDatum { pub fn datum_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.datum_type = value .try_into() @@ -40555,10 +40715,10 @@ pub mod types { } pub fn start_time(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::option::Option>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.start_time = value .try_into() @@ -40579,7 +40739,7 @@ pub mod types { } } - impl From for MissingDatum { + impl ::std::convert::From for MissingDatum { fn from(value: super::MissingDatum) -> Self { Self { datum_type: Ok(value.datum_type), @@ -40603,7 +40763,7 @@ pub mod types { vni: ::std::result::Result, } - impl Default for NetworkInterface { + impl ::std::default::Default for NetworkInterface { fn default() -> Self { Self { id: Err("no value supplied for id".to_string()), @@ -40623,8 +40783,8 @@ pub mod types { impl NetworkInterface { pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -40633,8 +40793,8 @@ pub mod types { } pub fn ip(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip = value .try_into() @@ -40643,8 +40803,8 @@ pub mod types { } pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -40653,8 +40813,8 @@ pub mod types { } pub fn mac(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.mac = value .try_into() @@ -40663,8 +40823,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -40673,8 +40833,8 @@ pub mod types { } pub fn primary(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.primary = value .try_into() @@ -40683,8 +40843,8 @@ pub mod types { } pub fn slot(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.slot = value .try_into() @@ -40693,8 +40853,8 @@ pub mod types { } pub fn subnet(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.subnet = value .try_into() @@ -40703,8 +40863,8 @@ pub mod types { } pub fn transit_ips(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.transit_ips = value .try_into() @@ -40713,8 +40873,8 @@ pub mod types { } pub fn vni(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vni = value .try_into() @@ -40743,7 +40903,7 @@ pub mod types { } } - impl From for NetworkInterface { + impl ::std::convert::From for NetworkInterface { fn from(value: super::NetworkInterface) -> Self { Self { id: Ok(value.id), @@ -40765,7 +40925,7 @@ pub mod types { tables: ::std::result::Result<::std::vec::Vec, ::std::string::String>, } - impl Default for OxqlQueryResult { + impl ::std::default::Default for OxqlQueryResult { fn default() -> Self { Self { tables: Err("no value supplied for tables".to_string()), @@ -40776,8 +40936,8 @@ pub mod types { impl OxqlQueryResult { pub fn tables(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.tables = value .try_into() @@ -40797,7 +40957,7 @@ pub mod types { } } - impl From for OxqlQueryResult { + impl ::std::convert::From for OxqlQueryResult { fn from(value: super::OxqlQueryResult) -> Self { Self { tables: Ok(value.tables), @@ -40822,7 +40982,7 @@ pub mod types { vendor: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for PhysicalDisk { + impl ::std::default::Default for PhysicalDisk { fn default() -> Self { Self { form_factor: Err("no value supplied for form_factor".to_string()), @@ -40842,8 +41002,8 @@ pub mod types { impl PhysicalDisk { pub fn form_factor(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.form_factor = value .try_into() @@ -40852,8 +41012,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -40862,8 +41022,8 @@ pub mod types { } pub fn model(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.model = value .try_into() @@ -40872,8 +41032,8 @@ pub mod types { } pub fn policy(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.policy = value .try_into() @@ -40882,8 +41042,8 @@ pub mod types { } pub fn serial(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.serial = value .try_into() @@ -40892,8 +41052,8 @@ pub mod types { } pub fn sled_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.sled_id = value .try_into() @@ -40902,8 +41062,8 @@ pub mod types { } pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -40912,8 +41072,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -40922,8 +41082,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -40932,8 +41092,8 @@ pub mod types { } pub fn vendor(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.vendor = value .try_into() @@ -40962,7 +41122,7 @@ pub mod types { } } - impl From for PhysicalDisk { + impl ::std::convert::From for PhysicalDisk { fn from(value: super::PhysicalDisk) -> Self { Self { form_factor: Ok(value.form_factor), @@ -40989,7 +41149,7 @@ pub mod types { >, } - impl Default for PhysicalDiskResultsPage { + impl ::std::default::Default for PhysicalDiskResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -41001,8 +41161,8 @@ pub mod types { impl PhysicalDiskResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -41011,8 +41171,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -41033,7 +41193,7 @@ pub mod types { } } - impl From for PhysicalDiskResultsPage { + impl ::std::convert::From for PhysicalDiskResultsPage { fn from(value: super::PhysicalDiskResultsPage) -> Self { Self { items: Ok(value.items), @@ -41047,7 +41207,7 @@ pub mod types { status: ::std::result::Result, } - impl Default for Ping { + impl ::std::default::Default for Ping { fn default() -> Self { Self { status: Err("no value supplied for status".to_string()), @@ -41058,8 +41218,8 @@ pub mod types { impl Ping { pub fn status(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.status = value .try_into() @@ -41077,7 +41237,7 @@ pub mod types { } } - impl From for Ping { + impl ::std::convert::From for Ping { fn from(value: super::Ping) -> Self { Self { status: Ok(value.status), @@ -41098,7 +41258,7 @@ pub mod types { values: ::std::result::Result<::std::vec::Vec, ::std::string::String>, } - impl Default for Points { + impl ::std::default::Default for Points { fn default() -> Self { Self { start_times: Ok(Default::default()), @@ -41111,10 +41271,10 @@ pub mod types { impl Points { pub fn start_times(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::option::Option<::std::vec::Vec>>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.start_times = value .try_into() @@ -41123,8 +41283,8 @@ pub mod types { } pub fn timestamps(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>>, + T::Error: ::std::fmt::Display, { self.timestamps = value .try_into() @@ -41133,8 +41293,8 @@ pub mod types { } pub fn values(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.values = value .try_into() @@ -41156,7 +41316,7 @@ pub mod types { } } - impl From for Points { + impl ::std::convert::From for Points { fn from(value: super::Points) -> Self { Self { start_times: Ok(value.start_times), @@ -41178,7 +41338,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Probe { + impl ::std::default::Default for Probe { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -41194,8 +41354,8 @@ pub mod types { impl Probe { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -41204,8 +41364,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -41214,8 +41374,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -41224,8 +41384,8 @@ pub mod types { } pub fn sled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sled = value .try_into() @@ -41234,8 +41394,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -41244,8 +41404,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -41270,7 +41430,7 @@ pub mod types { } } - impl From for Probe { + impl ::std::convert::From for Probe { fn from(value: super::Probe) -> Self { Self { description: Ok(value.description), @@ -41294,7 +41454,7 @@ pub mod types { sled: ::std::result::Result, } - impl Default for ProbeCreate { + impl ::std::default::Default for ProbeCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -41308,8 +41468,8 @@ pub mod types { impl ProbeCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -41318,8 +41478,8 @@ pub mod types { } pub fn ip_pool(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.ip_pool = value .try_into() @@ -41328,8 +41488,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -41338,8 +41498,8 @@ pub mod types { } pub fn sled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sled = value .try_into() @@ -41362,7 +41522,7 @@ pub mod types { } } - impl From for ProbeCreate { + impl ::std::convert::From for ProbeCreate { fn from(value: super::ProbeCreate) -> Self { Self { description: Ok(value.description), @@ -41381,7 +41541,7 @@ pub mod types { last_port: ::std::result::Result, } - impl Default for ProbeExternalIp { + impl ::std::default::Default for ProbeExternalIp { fn default() -> Self { Self { first_port: Err("no value supplied for first_port".to_string()), @@ -41395,8 +41555,8 @@ pub mod types { impl ProbeExternalIp { pub fn first_port(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.first_port = value .try_into() @@ -41405,8 +41565,8 @@ pub mod types { } pub fn ip(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ip = value .try_into() @@ -41415,8 +41575,8 @@ pub mod types { } pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -41425,8 +41585,8 @@ pub mod types { } pub fn last_port(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.last_port = value .try_into() @@ -41449,7 +41609,7 @@ pub mod types { } } - impl From for ProbeExternalIp { + impl ::std::convert::From for ProbeExternalIp { fn from(value: super::ProbeExternalIp) -> Self { Self { first_port: Ok(value.first_port), @@ -41472,7 +41632,7 @@ pub mod types { sled: ::std::result::Result, } - impl Default for ProbeInfo { + impl ::std::default::Default for ProbeInfo { fn default() -> Self { Self { external_ips: Err("no value supplied for external_ips".to_string()), @@ -41487,8 +41647,8 @@ pub mod types { impl ProbeInfo { pub fn external_ips(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.external_ips = value.try_into().map_err(|e| { format!("error converting supplied value for external_ips: {}", e) @@ -41497,8 +41657,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -41507,8 +41667,8 @@ pub mod types { } pub fn interface(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.interface = value .try_into() @@ -41517,8 +41677,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -41527,8 +41687,8 @@ pub mod types { } pub fn sled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.sled = value .try_into() @@ -41552,7 +41712,7 @@ pub mod types { } } - impl From for ProbeInfo { + impl ::std::convert::From for ProbeInfo { fn from(value: super::ProbeInfo) -> Self { Self { external_ips: Ok(value.external_ips), @@ -41573,7 +41733,7 @@ pub mod types { >, } - impl Default for ProbeInfoResultsPage { + impl ::std::default::Default for ProbeInfoResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -41585,8 +41745,8 @@ pub mod types { impl ProbeInfoResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -41595,8 +41755,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -41617,7 +41777,7 @@ pub mod types { } } - impl From for ProbeInfoResultsPage { + impl ::std::convert::From for ProbeInfoResultsPage { fn from(value: super::ProbeInfoResultsPage) -> Self { Self { items: Ok(value.items), @@ -41637,7 +41797,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Project { + impl ::std::default::Default for Project { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -41652,8 +41812,8 @@ pub mod types { impl Project { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -41662,8 +41822,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -41672,8 +41832,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -41682,8 +41842,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -41692,8 +41852,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -41717,7 +41877,7 @@ pub mod types { } } - impl From for Project { + impl ::std::convert::From for Project { fn from(value: super::Project) -> Self { Self { description: Ok(value.description), @@ -41735,7 +41895,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for ProjectCreate { + impl ::std::default::Default for ProjectCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -41747,8 +41907,8 @@ pub mod types { impl ProjectCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -41757,8 +41917,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -41779,7 +41939,7 @@ pub mod types { } } - impl From for ProjectCreate { + impl ::std::convert::From for ProjectCreate { fn from(value: super::ProjectCreate) -> Self { Self { description: Ok(value.description), @@ -41797,7 +41957,7 @@ pub mod types { >, } - impl Default for ProjectResultsPage { + impl ::std::default::Default for ProjectResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -41809,8 +41969,8 @@ pub mod types { impl ProjectResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -41819,8 +41979,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -41841,7 +42001,7 @@ pub mod types { } } - impl From for ProjectResultsPage { + impl ::std::convert::From for ProjectResultsPage { fn from(value: super::ProjectResultsPage) -> Self { Self { items: Ok(value.items), @@ -41858,7 +42018,7 @@ pub mod types { >, } - impl Default for ProjectRolePolicy { + impl ::std::default::Default for ProjectRolePolicy { fn default() -> Self { Self { role_assignments: Err("no value supplied for role_assignments".to_string()), @@ -41869,8 +42029,8 @@ pub mod types { impl ProjectRolePolicy { pub fn role_assignments(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.role_assignments = value.try_into().map_err(|e| { format!( @@ -41893,7 +42053,7 @@ pub mod types { } } - impl From for ProjectRolePolicy { + impl ::std::convert::From for ProjectRolePolicy { fn from(value: super::ProjectRolePolicy) -> Self { Self { role_assignments: Ok(value.role_assignments), @@ -41908,7 +42068,7 @@ pub mod types { role_name: ::std::result::Result, } - impl Default for ProjectRoleRoleAssignment { + impl ::std::default::Default for ProjectRoleRoleAssignment { fn default() -> Self { Self { identity_id: Err("no value supplied for identity_id".to_string()), @@ -41921,8 +42081,8 @@ pub mod types { impl ProjectRoleRoleAssignment { pub fn identity_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_id = value .try_into() @@ -41931,8 +42091,8 @@ pub mod types { } pub fn identity_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_type = value.try_into().map_err(|e| { format!("error converting supplied value for identity_type: {}", e) @@ -41941,8 +42101,8 @@ pub mod types { } pub fn role_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.role_name = value .try_into() @@ -41964,7 +42124,7 @@ pub mod types { } } - impl From for ProjectRoleRoleAssignment { + impl ::std::convert::From for ProjectRoleRoleAssignment { fn from(value: super::ProjectRoleRoleAssignment) -> Self { Self { identity_id: Ok(value.identity_id), @@ -41983,7 +42143,7 @@ pub mod types { name: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for ProjectUpdate { + impl ::std::default::Default for ProjectUpdate { fn default() -> Self { Self { description: Ok(Default::default()), @@ -41995,8 +42155,8 @@ pub mod types { impl ProjectUpdate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -42005,8 +42165,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -42027,7 +42187,7 @@ pub mod types { } } - impl From for ProjectUpdate { + impl ::std::convert::From for ProjectUpdate { fn from(value: super::ProjectUpdate) -> Self { Self { description: Ok(value.description), @@ -42044,7 +42204,7 @@ pub mod types { p: ::std::result::Result, } - impl Default for Quantile { + impl ::std::default::Default for Quantile { fn default() -> Self { Self { desired_marker_positions: Err( @@ -42060,8 +42220,8 @@ pub mod types { impl Quantile { pub fn desired_marker_positions(mut self, value: T) -> Self where - T: std::convert::TryInto<[f64; 5usize]>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<[f64; 5usize]>, + T::Error: ::std::fmt::Display, { self.desired_marker_positions = value.try_into().map_err(|e| { format!( @@ -42073,8 +42233,8 @@ pub mod types { } pub fn marker_heights(mut self, value: T) -> Self where - T: std::convert::TryInto<[f64; 5usize]>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<[f64; 5usize]>, + T::Error: ::std::fmt::Display, { self.marker_heights = value.try_into().map_err(|e| { format!("error converting supplied value for marker_heights: {}", e) @@ -42083,8 +42243,8 @@ pub mod types { } pub fn marker_positions(mut self, value: T) -> Self where - T: std::convert::TryInto<[u64; 5usize]>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<[u64; 5usize]>, + T::Error: ::std::fmt::Display, { self.marker_positions = value.try_into().map_err(|e| { format!( @@ -42096,8 +42256,8 @@ pub mod types { } pub fn p(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.p = value .try_into() @@ -42120,7 +42280,7 @@ pub mod types { } } - impl From for Quantile { + impl ::std::convert::From for Quantile { fn from(value: super::Quantile) -> Self { Self { desired_marker_positions: Ok(value.desired_marker_positions), @@ -42140,7 +42300,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Rack { + impl ::std::default::Default for Rack { fn default() -> Self { Self { id: Err("no value supplied for id".to_string()), @@ -42153,8 +42313,8 @@ pub mod types { impl Rack { pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -42163,8 +42323,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -42173,8 +42333,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -42194,7 +42354,7 @@ pub mod types { } } - impl From for Rack { + impl ::std::convert::From for Rack { fn from(value: super::Rack) -> Self { Self { id: Ok(value.id), @@ -42213,7 +42373,7 @@ pub mod types { >, } - impl Default for RackResultsPage { + impl ::std::default::Default for RackResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -42225,8 +42385,8 @@ pub mod types { impl RackResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -42235,8 +42395,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -42257,7 +42417,7 @@ pub mod types { } } - impl From for RackResultsPage { + impl ::std::convert::From for RackResultsPage { fn from(value: super::RackResultsPage) -> Self { Self { items: Ok(value.items), @@ -42272,7 +42432,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for Role { + impl ::std::default::Default for Role { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -42284,8 +42444,8 @@ pub mod types { impl Role { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -42294,8 +42454,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -42314,7 +42474,7 @@ pub mod types { } } - impl From for Role { + impl ::std::convert::From for Role { fn from(value: super::Role) -> Self { Self { description: Ok(value.description), @@ -42332,7 +42492,7 @@ pub mod types { >, } - impl Default for RoleResultsPage { + impl ::std::default::Default for RoleResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -42344,8 +42504,8 @@ pub mod types { impl RoleResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -42354,8 +42514,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -42376,7 +42536,7 @@ pub mod types { } } - impl From for RoleResultsPage { + impl ::std::convert::From for RoleResultsPage { fn from(value: super::RoleResultsPage) -> Self { Self { items: Ok(value.items), @@ -42393,7 +42553,7 @@ pub mod types { vid: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for Route { + impl ::std::default::Default for Route { fn default() -> Self { Self { dst: Err("no value supplied for dst".to_string()), @@ -42407,8 +42567,8 @@ pub mod types { impl Route { pub fn dst(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.dst = value .try_into() @@ -42417,8 +42577,8 @@ pub mod types { } pub fn gw(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.gw = value .try_into() @@ -42427,8 +42587,8 @@ pub mod types { } pub fn rib_priority(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.rib_priority = value.try_into().map_err(|e| { format!("error converting supplied value for rib_priority: {}", e) @@ -42437,8 +42597,8 @@ pub mod types { } pub fn vid(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.vid = value .try_into() @@ -42461,7 +42621,7 @@ pub mod types { } } - impl From for Route { + impl ::std::convert::From for Route { fn from(value: super::Route) -> Self { Self { dst: Ok(value.dst), @@ -42477,7 +42637,7 @@ pub mod types { routes: ::std::result::Result<::std::vec::Vec, ::std::string::String>, } - impl Default for RouteConfig { + impl ::std::default::Default for RouteConfig { fn default() -> Self { Self { routes: Err("no value supplied for routes".to_string()), @@ -42488,8 +42648,8 @@ pub mod types { impl RouteConfig { pub fn routes(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.routes = value .try_into() @@ -42509,7 +42669,7 @@ pub mod types { } } - impl From for RouteConfig { + impl ::std::convert::From for RouteConfig { fn from(value: super::RouteConfig) -> Self { Self { routes: Ok(value.routes), @@ -42532,7 +42692,7 @@ pub mod types { vpc_router_id: ::std::result::Result, } - impl Default for RouterRoute { + impl ::std::default::Default for RouterRoute { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -42551,8 +42711,8 @@ pub mod types { impl RouterRoute { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -42561,8 +42721,8 @@ pub mod types { } pub fn destination(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.destination = value .try_into() @@ -42571,8 +42731,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -42581,8 +42741,8 @@ pub mod types { } pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -42591,8 +42751,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -42601,8 +42761,8 @@ pub mod types { } pub fn target(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.target = value .try_into() @@ -42611,8 +42771,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -42621,8 +42781,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -42631,8 +42791,8 @@ pub mod types { } pub fn vpc_router_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vpc_router_id = value.try_into().map_err(|e| { format!("error converting supplied value for vpc_router_id: {}", e) @@ -42660,7 +42820,7 @@ pub mod types { } } - impl From for RouterRoute { + impl ::std::convert::From for RouterRoute { fn from(value: super::RouterRoute) -> Self { Self { description: Ok(value.description), @@ -42684,7 +42844,7 @@ pub mod types { target: ::std::result::Result, } - impl Default for RouterRouteCreate { + impl ::std::default::Default for RouterRouteCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -42698,8 +42858,8 @@ pub mod types { impl RouterRouteCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -42708,8 +42868,8 @@ pub mod types { } pub fn destination(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.destination = value .try_into() @@ -42718,8 +42878,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -42728,8 +42888,8 @@ pub mod types { } pub fn target(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.target = value .try_into() @@ -42752,7 +42912,7 @@ pub mod types { } } - impl From for RouterRouteCreate { + impl ::std::convert::From for RouterRouteCreate { fn from(value: super::RouterRouteCreate) -> Self { Self { description: Ok(value.description), @@ -42773,7 +42933,7 @@ pub mod types { >, } - impl Default for RouterRouteResultsPage { + impl ::std::default::Default for RouterRouteResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -42785,8 +42945,8 @@ pub mod types { impl RouterRouteResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -42795,8 +42955,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -42817,7 +42977,7 @@ pub mod types { } } - impl From for RouterRouteResultsPage { + impl ::std::convert::From for RouterRouteResultsPage { fn from(value: super::RouterRouteResultsPage) -> Self { Self { items: Ok(value.items), @@ -42837,7 +42997,7 @@ pub mod types { target: ::std::result::Result, } - impl Default for RouterRouteUpdate { + impl ::std::default::Default for RouterRouteUpdate { fn default() -> Self { Self { description: Ok(Default::default()), @@ -42851,8 +43011,8 @@ pub mod types { impl RouterRouteUpdate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -42861,8 +43021,8 @@ pub mod types { } pub fn destination(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.destination = value .try_into() @@ -42871,8 +43031,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -42881,8 +43041,8 @@ pub mod types { } pub fn target(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.target = value .try_into() @@ -42905,7 +43065,7 @@ pub mod types { } } - impl From for RouterRouteUpdate { + impl ::std::convert::From for RouterRouteUpdate { fn from(value: super::RouterRouteUpdate) -> Self { Self { description: Ok(value.description), @@ -42941,7 +43101,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for SamlIdentityProvider { + impl ::std::default::Default for SamlIdentityProvider { fn default() -> Self { Self { acs_url: Err("no value supplied for acs_url".to_string()), @@ -42965,8 +43125,8 @@ pub mod types { impl SamlIdentityProvider { pub fn acs_url(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.acs_url = value .try_into() @@ -42975,8 +43135,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -42985,8 +43145,8 @@ pub mod types { } pub fn group_attribute_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.group_attribute_name = value.try_into().map_err(|e| { format!( @@ -42998,8 +43158,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -43008,8 +43168,8 @@ pub mod types { } pub fn idp_entity_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.idp_entity_id = value.try_into().map_err(|e| { format!("error converting supplied value for idp_entity_id: {}", e) @@ -43018,8 +43178,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -43028,8 +43188,8 @@ pub mod types { } pub fn public_cert(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.public_cert = value .try_into() @@ -43038,8 +43198,8 @@ pub mod types { } pub fn slo_url(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.slo_url = value .try_into() @@ -43048,8 +43208,8 @@ pub mod types { } pub fn sp_client_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.sp_client_id = value.try_into().map_err(|e| { format!("error converting supplied value for sp_client_id: {}", e) @@ -43058,8 +43218,8 @@ pub mod types { } pub fn technical_contact_email(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.technical_contact_email = value.try_into().map_err(|e| { format!( @@ -43071,8 +43231,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -43081,8 +43241,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -43113,7 +43273,7 @@ pub mod types { } } - impl From for SamlIdentityProvider { + impl ::std::convert::From for SamlIdentityProvider { fn from(value: super::SamlIdentityProvider) -> Self { Self { acs_url: Ok(value.acs_url), @@ -43154,7 +43314,7 @@ pub mod types { ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for SamlIdentityProviderCreate { + impl ::std::default::Default for SamlIdentityProviderCreate { fn default() -> Self { Self { acs_url: Err("no value supplied for acs_url".to_string()), @@ -43178,8 +43338,8 @@ pub mod types { impl SamlIdentityProviderCreate { pub fn acs_url(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.acs_url = value .try_into() @@ -43188,8 +43348,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -43198,8 +43358,8 @@ pub mod types { } pub fn group_attribute_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.group_attribute_name = value.try_into().map_err(|e| { format!( @@ -43211,8 +43371,8 @@ pub mod types { } pub fn idp_entity_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.idp_entity_id = value.try_into().map_err(|e| { format!("error converting supplied value for idp_entity_id: {}", e) @@ -43221,8 +43381,8 @@ pub mod types { } pub fn idp_metadata_source(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.idp_metadata_source = value.try_into().map_err(|e| { format!( @@ -43234,8 +43394,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -43244,8 +43404,8 @@ pub mod types { } pub fn signing_keypair(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.signing_keypair = value.try_into().map_err(|e| { format!("error converting supplied value for signing_keypair: {}", e) @@ -43254,8 +43414,8 @@ pub mod types { } pub fn slo_url(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.slo_url = value .try_into() @@ -43264,8 +43424,8 @@ pub mod types { } pub fn sp_client_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.sp_client_id = value.try_into().map_err(|e| { format!("error converting supplied value for sp_client_id: {}", e) @@ -43274,8 +43434,8 @@ pub mod types { } pub fn technical_contact_email(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.technical_contact_email = value.try_into().map_err(|e| { format!( @@ -43307,7 +43467,7 @@ pub mod types { } } - impl From for SamlIdentityProviderCreate { + impl ::std::convert::From for SamlIdentityProviderCreate { fn from(value: super::SamlIdentityProviderCreate) -> Self { Self { acs_url: Ok(value.acs_url), @@ -43341,7 +43501,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Silo { + impl ::std::default::Default for Silo { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -43359,8 +43519,8 @@ pub mod types { impl Silo { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -43369,8 +43529,8 @@ pub mod types { } pub fn discoverable(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.discoverable = value.try_into().map_err(|e| { format!("error converting supplied value for discoverable: {}", e) @@ -43379,8 +43539,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -43389,8 +43549,8 @@ pub mod types { } pub fn identity_mode(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_mode = value.try_into().map_err(|e| { format!("error converting supplied value for identity_mode: {}", e) @@ -43399,10 +43559,10 @@ pub mod types { } pub fn mapped_fleet_roles(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, Vec>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.mapped_fleet_roles = value.try_into().map_err(|e| { format!( @@ -43414,8 +43574,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -43424,8 +43584,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -43434,8 +43594,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -43460,7 +43620,7 @@ pub mod types { } } - impl From for Silo { + impl ::std::convert::From for Silo { fn from(value: super::Silo) -> Self { Self { description: Ok(value.description), @@ -43496,7 +43656,7 @@ pub mod types { >, } - impl Default for SiloCreate { + impl ::std::default::Default for SiloCreate { fn default() -> Self { Self { admin_group_name: Ok(Default::default()), @@ -43514,8 +43674,8 @@ pub mod types { impl SiloCreate { pub fn admin_group_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.admin_group_name = value.try_into().map_err(|e| { format!( @@ -43527,8 +43687,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -43537,8 +43697,8 @@ pub mod types { } pub fn discoverable(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.discoverable = value.try_into().map_err(|e| { format!("error converting supplied value for discoverable: {}", e) @@ -43547,8 +43707,8 @@ pub mod types { } pub fn identity_mode(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_mode = value.try_into().map_err(|e| { format!("error converting supplied value for identity_mode: {}", e) @@ -43557,10 +43717,10 @@ pub mod types { } pub fn mapped_fleet_roles(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, Vec>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.mapped_fleet_roles = value.try_into().map_err(|e| { format!( @@ -43572,8 +43732,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -43582,8 +43742,8 @@ pub mod types { } pub fn quotas(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.quotas = value .try_into() @@ -43592,8 +43752,8 @@ pub mod types { } pub fn tls_certificates(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.tls_certificates = value.try_into().map_err(|e| { format!( @@ -43623,7 +43783,7 @@ pub mod types { } } - impl From for SiloCreate { + impl ::std::convert::From for SiloCreate { fn from(value: super::SiloCreate) -> Self { Self { admin_group_name: Ok(value.admin_group_name), @@ -43650,7 +43810,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for SiloIpPool { + impl ::std::default::Default for SiloIpPool { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -43666,8 +43826,8 @@ pub mod types { impl SiloIpPool { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -43676,8 +43836,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -43686,8 +43846,8 @@ pub mod types { } pub fn is_default(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.is_default = value .try_into() @@ -43696,8 +43856,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -43706,8 +43866,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -43716,8 +43876,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -43742,7 +43902,7 @@ pub mod types { } } - impl From for SiloIpPool { + impl ::std::convert::From for SiloIpPool { fn from(value: super::SiloIpPool) -> Self { Self { description: Ok(value.description), @@ -43764,7 +43924,7 @@ pub mod types { >, } - impl Default for SiloIpPoolResultsPage { + impl ::std::default::Default for SiloIpPoolResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -43776,8 +43936,8 @@ pub mod types { impl SiloIpPoolResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -43786,8 +43946,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -43808,7 +43968,7 @@ pub mod types { } } - impl From for SiloIpPoolResultsPage { + impl ::std::convert::From for SiloIpPoolResultsPage { fn from(value: super::SiloIpPoolResultsPage) -> Self { Self { items: Ok(value.items), @@ -43825,7 +43985,7 @@ pub mod types { storage: ::std::result::Result, } - impl Default for SiloQuotas { + impl ::std::default::Default for SiloQuotas { fn default() -> Self { Self { cpus: Err("no value supplied for cpus".to_string()), @@ -43839,8 +43999,8 @@ pub mod types { impl SiloQuotas { pub fn cpus(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.cpus = value .try_into() @@ -43849,8 +44009,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -43859,8 +44019,8 @@ pub mod types { } pub fn silo_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_id = value .try_into() @@ -43869,8 +44029,8 @@ pub mod types { } pub fn storage(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.storage = value .try_into() @@ -43893,7 +44053,7 @@ pub mod types { } } - impl From for SiloQuotas { + impl ::std::convert::From for SiloQuotas { fn from(value: super::SiloQuotas) -> Self { Self { cpus: Ok(value.cpus), @@ -43911,7 +44071,7 @@ pub mod types { storage: ::std::result::Result, } - impl Default for SiloQuotasCreate { + impl ::std::default::Default for SiloQuotasCreate { fn default() -> Self { Self { cpus: Err("no value supplied for cpus".to_string()), @@ -43924,8 +44084,8 @@ pub mod types { impl SiloQuotasCreate { pub fn cpus(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.cpus = value .try_into() @@ -43934,8 +44094,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -43944,8 +44104,8 @@ pub mod types { } pub fn storage(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.storage = value .try_into() @@ -43967,7 +44127,7 @@ pub mod types { } } - impl From for SiloQuotasCreate { + impl ::std::convert::From for SiloQuotasCreate { fn from(value: super::SiloQuotasCreate) -> Self { Self { cpus: Ok(value.cpus), @@ -43986,7 +44146,7 @@ pub mod types { >, } - impl Default for SiloQuotasResultsPage { + impl ::std::default::Default for SiloQuotasResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -43998,8 +44158,8 @@ pub mod types { impl SiloQuotasResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -44008,8 +44168,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -44030,7 +44190,7 @@ pub mod types { } } - impl From for SiloQuotasResultsPage { + impl ::std::convert::From for SiloQuotasResultsPage { fn from(value: super::SiloQuotasResultsPage) -> Self { Self { items: Ok(value.items), @@ -44052,7 +44212,7 @@ pub mod types { >, } - impl Default for SiloQuotasUpdate { + impl ::std::default::Default for SiloQuotasUpdate { fn default() -> Self { Self { cpus: Ok(Default::default()), @@ -44065,8 +44225,8 @@ pub mod types { impl SiloQuotasUpdate { pub fn cpus(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.cpus = value .try_into() @@ -44075,8 +44235,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -44085,8 +44245,8 @@ pub mod types { } pub fn storage(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.storage = value .try_into() @@ -44108,7 +44268,7 @@ pub mod types { } } - impl From for SiloQuotasUpdate { + impl ::std::convert::From for SiloQuotasUpdate { fn from(value: super::SiloQuotasUpdate) -> Self { Self { cpus: Ok(value.cpus), @@ -44127,7 +44287,7 @@ pub mod types { >, } - impl Default for SiloResultsPage { + impl ::std::default::Default for SiloResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -44139,8 +44299,8 @@ pub mod types { impl SiloResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -44149,8 +44309,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -44171,7 +44331,7 @@ pub mod types { } } - impl From for SiloResultsPage { + impl ::std::convert::From for SiloResultsPage { fn from(value: super::SiloResultsPage) -> Self { Self { items: Ok(value.items), @@ -44188,7 +44348,7 @@ pub mod types { >, } - impl Default for SiloRolePolicy { + impl ::std::default::Default for SiloRolePolicy { fn default() -> Self { Self { role_assignments: Err("no value supplied for role_assignments".to_string()), @@ -44199,8 +44359,8 @@ pub mod types { impl SiloRolePolicy { pub fn role_assignments(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.role_assignments = value.try_into().map_err(|e| { format!( @@ -44223,7 +44383,7 @@ pub mod types { } } - impl From for SiloRolePolicy { + impl ::std::convert::From for SiloRolePolicy { fn from(value: super::SiloRolePolicy) -> Self { Self { role_assignments: Ok(value.role_assignments), @@ -44238,7 +44398,7 @@ pub mod types { role_name: ::std::result::Result, } - impl Default for SiloRoleRoleAssignment { + impl ::std::default::Default for SiloRoleRoleAssignment { fn default() -> Self { Self { identity_id: Err("no value supplied for identity_id".to_string()), @@ -44251,8 +44411,8 @@ pub mod types { impl SiloRoleRoleAssignment { pub fn identity_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_id = value .try_into() @@ -44261,8 +44421,8 @@ pub mod types { } pub fn identity_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.identity_type = value.try_into().map_err(|e| { format!("error converting supplied value for identity_type: {}", e) @@ -44271,8 +44431,8 @@ pub mod types { } pub fn role_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.role_name = value .try_into() @@ -44294,7 +44454,7 @@ pub mod types { } } - impl From for SiloRoleRoleAssignment { + impl ::std::convert::From for SiloRoleRoleAssignment { fn from(value: super::SiloRoleRoleAssignment) -> Self { Self { identity_id: Ok(value.identity_id), @@ -44312,7 +44472,7 @@ pub mod types { silo_name: ::std::result::Result, } - impl Default for SiloUtilization { + impl ::std::default::Default for SiloUtilization { fn default() -> Self { Self { allocated: Err("no value supplied for allocated".to_string()), @@ -44326,8 +44486,8 @@ pub mod types { impl SiloUtilization { pub fn allocated(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.allocated = value .try_into() @@ -44336,8 +44496,8 @@ pub mod types { } pub fn provisioned(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.provisioned = value .try_into() @@ -44346,8 +44506,8 @@ pub mod types { } pub fn silo_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_id = value .try_into() @@ -44356,8 +44516,8 @@ pub mod types { } pub fn silo_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_name = value .try_into() @@ -44380,7 +44540,7 @@ pub mod types { } } - impl From for SiloUtilization { + impl ::std::convert::From for SiloUtilization { fn from(value: super::SiloUtilization) -> Self { Self { allocated: Ok(value.allocated), @@ -44403,7 +44563,7 @@ pub mod types { >, } - impl Default for SiloUtilizationResultsPage { + impl ::std::default::Default for SiloUtilizationResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -44415,8 +44575,8 @@ pub mod types { impl SiloUtilizationResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -44425,8 +44585,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -44447,7 +44607,7 @@ pub mod types { } } - impl From for SiloUtilizationResultsPage { + impl ::std::convert::From for SiloUtilizationResultsPage { fn from(value: super::SiloUtilizationResultsPage) -> Self { Self { items: Ok(value.items), @@ -44471,7 +44631,7 @@ pub mod types { usable_physical_ram: ::std::result::Result, } - impl Default for Sled { + impl ::std::default::Default for Sled { fn default() -> Self { Self { baseboard: Err("no value supplied for baseboard".to_string()), @@ -44494,8 +44654,8 @@ pub mod types { impl Sled { pub fn baseboard(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.baseboard = value .try_into() @@ -44504,8 +44664,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -44514,8 +44674,8 @@ pub mod types { } pub fn policy(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.policy = value .try_into() @@ -44524,8 +44684,8 @@ pub mod types { } pub fn rack_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.rack_id = value .try_into() @@ -44534,8 +44694,8 @@ pub mod types { } pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -44544,8 +44704,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -44554,8 +44714,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -44564,8 +44724,8 @@ pub mod types { } pub fn usable_hardware_threads(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.usable_hardware_threads = value.try_into().map_err(|e| { format!( @@ -44577,8 +44737,8 @@ pub mod types { } pub fn usable_physical_ram(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.usable_physical_ram = value.try_into().map_err(|e| { format!( @@ -44607,7 +44767,7 @@ pub mod types { } } - impl From for Sled { + impl ::std::convert::From for Sled { fn from(value: super::Sled) -> Self { Self { baseboard: Ok(value.baseboard), @@ -44628,7 +44788,7 @@ pub mod types { id: ::std::result::Result, } - impl Default for SledId { + impl ::std::default::Default for SledId { fn default() -> Self { Self { id: Err("no value supplied for id".to_string()), @@ -44639,8 +44799,8 @@ pub mod types { impl SledId { pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -44658,7 +44818,7 @@ pub mod types { } } - impl From for SledId { + impl ::std::convert::From for SledId { fn from(value: super::SledId) -> Self { Self { id: Ok(value.id) } } @@ -44682,7 +44842,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for SledInstance { + impl ::std::default::Default for SledInstance { fn default() -> Self { Self { active_sled_id: Err("no value supplied for active_sled_id".to_string()), @@ -44703,8 +44863,8 @@ pub mod types { impl SledInstance { pub fn active_sled_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.active_sled_id = value.try_into().map_err(|e| { format!("error converting supplied value for active_sled_id: {}", e) @@ -44713,8 +44873,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -44723,8 +44883,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -44733,8 +44893,8 @@ pub mod types { } pub fn migration_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.migration_id = value.try_into().map_err(|e| { format!("error converting supplied value for migration_id: {}", e) @@ -44743,8 +44903,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -44753,8 +44913,8 @@ pub mod types { } pub fn ncpus(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ncpus = value .try_into() @@ -44763,8 +44923,8 @@ pub mod types { } pub fn project_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.project_name = value.try_into().map_err(|e| { format!("error converting supplied value for project_name: {}", e) @@ -44773,8 +44933,8 @@ pub mod types { } pub fn silo_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_name = value .try_into() @@ -44783,8 +44943,8 @@ pub mod types { } pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -44793,8 +44953,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -44803,8 +44963,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -44834,7 +44994,7 @@ pub mod types { } } - impl From for SledInstance { + impl ::std::convert::From for SledInstance { fn from(value: super::SledInstance) -> Self { Self { active_sled_id: Ok(value.active_sled_id), @@ -44862,7 +45022,7 @@ pub mod types { >, } - impl Default for SledInstanceResultsPage { + impl ::std::default::Default for SledInstanceResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -44874,8 +45034,8 @@ pub mod types { impl SledInstanceResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -44884,8 +45044,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -44906,7 +45066,7 @@ pub mod types { } } - impl From for SledInstanceResultsPage { + impl ::std::convert::From for SledInstanceResultsPage { fn from(value: super::SledInstanceResultsPage) -> Self { Self { items: Ok(value.items), @@ -44920,7 +45080,7 @@ pub mod types { state: ::std::result::Result, } - impl Default for SledProvisionPolicyParams { + impl ::std::default::Default for SledProvisionPolicyParams { fn default() -> Self { Self { state: Err("no value supplied for state".to_string()), @@ -44931,8 +45091,8 @@ pub mod types { impl SledProvisionPolicyParams { pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -44952,7 +45112,7 @@ pub mod types { } } - impl From for SledProvisionPolicyParams { + impl ::std::convert::From for SledProvisionPolicyParams { fn from(value: super::SledProvisionPolicyParams) -> Self { Self { state: Ok(value.state), @@ -44966,7 +45126,7 @@ pub mod types { old_state: ::std::result::Result, } - impl Default for SledProvisionPolicyResponse { + impl ::std::default::Default for SledProvisionPolicyResponse { fn default() -> Self { Self { new_state: Err("no value supplied for new_state".to_string()), @@ -44978,8 +45138,8 @@ pub mod types { impl SledProvisionPolicyResponse { pub fn new_state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.new_state = value .try_into() @@ -44988,8 +45148,8 @@ pub mod types { } pub fn old_state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.old_state = value .try_into() @@ -45010,7 +45170,7 @@ pub mod types { } } - impl From for SledProvisionPolicyResponse { + impl ::std::convert::From for SledProvisionPolicyResponse { fn from(value: super::SledProvisionPolicyResponse) -> Self { Self { new_state: Ok(value.new_state), @@ -45028,7 +45188,7 @@ pub mod types { >, } - impl Default for SledResultsPage { + impl ::std::default::Default for SledResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -45040,8 +45200,8 @@ pub mod types { impl SledResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -45050,8 +45210,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -45072,7 +45232,7 @@ pub mod types { } } - impl From for SledResultsPage { + impl ::std::convert::From for SledResultsPage { fn from(value: super::SledResultsPage) -> Self { Self { items: Ok(value.items), @@ -45096,7 +45256,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Snapshot { + impl ::std::default::Default for Snapshot { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -45115,8 +45275,8 @@ pub mod types { impl Snapshot { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -45125,8 +45285,8 @@ pub mod types { } pub fn disk_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.disk_id = value .try_into() @@ -45135,8 +45295,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -45145,8 +45305,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -45155,8 +45315,8 @@ pub mod types { } pub fn project_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.project_id = value .try_into() @@ -45165,8 +45325,8 @@ pub mod types { } pub fn size(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.size = value .try_into() @@ -45175,8 +45335,8 @@ pub mod types { } pub fn state(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.state = value .try_into() @@ -45185,8 +45345,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -45195,8 +45355,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -45224,7 +45384,7 @@ pub mod types { } } - impl From for Snapshot { + impl ::std::convert::From for Snapshot { fn from(value: super::Snapshot) -> Self { Self { description: Ok(value.description), @@ -45247,7 +45407,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for SnapshotCreate { + impl ::std::default::Default for SnapshotCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -45260,8 +45420,8 @@ pub mod types { impl SnapshotCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -45270,8 +45430,8 @@ pub mod types { } pub fn disk(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.disk = value .try_into() @@ -45280,8 +45440,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -45303,7 +45463,7 @@ pub mod types { } } - impl From for SnapshotCreate { + impl ::std::convert::From for SnapshotCreate { fn from(value: super::SnapshotCreate) -> Self { Self { description: Ok(value.description), @@ -45322,7 +45482,7 @@ pub mod types { >, } - impl Default for SnapshotResultsPage { + impl ::std::default::Default for SnapshotResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -45334,8 +45494,8 @@ pub mod types { impl SnapshotResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -45344,8 +45504,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -45366,7 +45526,7 @@ pub mod types { } } - impl From for SnapshotResultsPage { + impl ::std::convert::From for SnapshotResultsPage { fn from(value: super::SnapshotResultsPage) -> Self { Self { items: Ok(value.items), @@ -45388,7 +45548,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for SshKey { + impl ::std::default::Default for SshKey { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -45405,8 +45565,8 @@ pub mod types { impl SshKey { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -45415,8 +45575,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -45425,8 +45585,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -45435,8 +45595,8 @@ pub mod types { } pub fn public_key(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.public_key = value .try_into() @@ -45445,8 +45605,8 @@ pub mod types { } pub fn silo_user_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_user_id = value.try_into().map_err(|e| { format!("error converting supplied value for silo_user_id: {}", e) @@ -45455,8 +45615,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -45465,8 +45625,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -45492,7 +45652,7 @@ pub mod types { } } - impl From for SshKey { + impl ::std::convert::From for SshKey { fn from(value: super::SshKey) -> Self { Self { description: Ok(value.description), @@ -45513,7 +45673,7 @@ pub mod types { public_key: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for SshKeyCreate { + impl ::std::default::Default for SshKeyCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -45526,8 +45686,8 @@ pub mod types { impl SshKeyCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -45536,8 +45696,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -45546,8 +45706,8 @@ pub mod types { } pub fn public_key(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.public_key = value .try_into() @@ -45569,7 +45729,7 @@ pub mod types { } } - impl From for SshKeyCreate { + impl ::std::convert::From for SshKeyCreate { fn from(value: super::SshKeyCreate) -> Self { Self { description: Ok(value.description), @@ -45588,7 +45748,7 @@ pub mod types { >, } - impl Default for SshKeyResultsPage { + impl ::std::default::Default for SshKeyResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -45600,8 +45760,8 @@ pub mod types { impl SshKeyResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -45610,8 +45770,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -45632,7 +45792,7 @@ pub mod types { } } - impl From for SshKeyResultsPage { + impl ::std::convert::From for SshKeyResultsPage { fn from(value: super::SshKeyResultsPage) -> Self { Self { items: Ok(value.items), @@ -45652,7 +45812,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Switch { + impl ::std::default::Default for Switch { fn default() -> Self { Self { baseboard: Err("no value supplied for baseboard".to_string()), @@ -45667,8 +45827,8 @@ pub mod types { impl Switch { pub fn baseboard(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.baseboard = value .try_into() @@ -45677,8 +45837,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -45687,8 +45847,8 @@ pub mod types { } pub fn rack_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.rack_id = value .try_into() @@ -45697,8 +45857,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -45707,8 +45867,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -45732,7 +45892,7 @@ pub mod types { } } - impl From for Switch { + impl ::std::convert::From for Switch { fn from(value: super::Switch) -> Self { Self { baseboard: Ok(value.baseboard), @@ -45753,7 +45913,7 @@ pub mod types { switch: ::std::result::Result, } - impl Default for SwitchBgpHistory { + impl ::std::default::Default for SwitchBgpHistory { fn default() -> Self { Self { history: Err("no value supplied for history".to_string()), @@ -45765,10 +45925,10 @@ pub mod types { impl SwitchBgpHistory { pub fn history(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, super::BgpMessageHistory>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.history = value .try_into() @@ -45777,8 +45937,8 @@ pub mod types { } pub fn switch(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.switch = value .try_into() @@ -45799,7 +45959,7 @@ pub mod types { } } - impl From for SwitchBgpHistory { + impl ::std::convert::From for SwitchBgpHistory { fn from(value: super::SwitchBgpHistory) -> Self { Self { history: Ok(value.history), @@ -45817,7 +45977,7 @@ pub mod types { v6_enabled: ::std::result::Result, } - impl Default for SwitchInterfaceConfig { + impl ::std::default::Default for SwitchInterfaceConfig { fn default() -> Self { Self { id: Err("no value supplied for id".to_string()), @@ -45832,8 +45992,8 @@ pub mod types { impl SwitchInterfaceConfig { pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -45842,8 +46002,8 @@ pub mod types { } pub fn interface_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.interface_name = value.try_into().map_err(|e| { format!("error converting supplied value for interface_name: {}", e) @@ -45852,8 +46012,8 @@ pub mod types { } pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -45862,8 +46022,8 @@ pub mod types { } pub fn port_settings_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings_id = value.try_into().map_err(|e| { format!( @@ -45875,8 +46035,8 @@ pub mod types { } pub fn v6_enabled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.v6_enabled = value .try_into() @@ -45900,7 +46060,7 @@ pub mod types { } } - impl From for SwitchInterfaceConfig { + impl ::std::convert::From for SwitchInterfaceConfig { fn from(value: super::SwitchInterfaceConfig) -> Self { Self { id: Ok(value.id), @@ -45918,7 +46078,7 @@ pub mod types { v6_enabled: ::std::result::Result, } - impl Default for SwitchInterfaceConfigCreate { + impl ::std::default::Default for SwitchInterfaceConfigCreate { fn default() -> Self { Self { kind: Err("no value supplied for kind".to_string()), @@ -45930,8 +46090,8 @@ pub mod types { impl SwitchInterfaceConfigCreate { pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -45940,8 +46100,8 @@ pub mod types { } pub fn v6_enabled(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.v6_enabled = value .try_into() @@ -45962,7 +46122,7 @@ pub mod types { } } - impl From for SwitchInterfaceConfigCreate { + impl ::std::convert::From for SwitchInterfaceConfigCreate { fn from(value: super::SwitchInterfaceConfigCreate) -> Self { Self { kind: Ok(value.kind), @@ -45981,7 +46141,7 @@ pub mod types { switch_location: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for SwitchPort { + impl ::std::default::Default for SwitchPort { fn default() -> Self { Self { id: Err("no value supplied for id".to_string()), @@ -45996,8 +46156,8 @@ pub mod types { impl SwitchPort { pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -46006,8 +46166,8 @@ pub mod types { } pub fn port_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.port_name = value .try_into() @@ -46016,8 +46176,8 @@ pub mod types { } pub fn port_settings_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.port_settings_id = value.try_into().map_err(|e| { format!( @@ -46029,8 +46189,8 @@ pub mod types { } pub fn rack_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.rack_id = value .try_into() @@ -46039,8 +46199,8 @@ pub mod types { } pub fn switch_location(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.switch_location = value.try_into().map_err(|e| { format!("error converting supplied value for switch_location: {}", e) @@ -46064,7 +46224,7 @@ pub mod types { } } - impl From for SwitchPort { + impl ::std::convert::From for SwitchPort { fn from(value: super::SwitchPort) -> Self { Self { id: Ok(value.id), @@ -46085,7 +46245,7 @@ pub mod types { vlan_id: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for SwitchPortAddressConfig { + impl ::std::default::Default for SwitchPortAddressConfig { fn default() -> Self { Self { address: Err("no value supplied for address".to_string()), @@ -46102,8 +46262,8 @@ pub mod types { impl SwitchPortAddressConfig { pub fn address(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address = value .try_into() @@ -46112,8 +46272,8 @@ pub mod types { } pub fn address_lot_block_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.address_lot_block_id = value.try_into().map_err(|e| { format!( @@ -46125,8 +46285,8 @@ pub mod types { } pub fn interface_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.interface_name = value.try_into().map_err(|e| { format!("error converting supplied value for interface_name: {}", e) @@ -46135,8 +46295,8 @@ pub mod types { } pub fn port_settings_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings_id = value.try_into().map_err(|e| { format!( @@ -46148,8 +46308,8 @@ pub mod types { } pub fn vlan_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.vlan_id = value .try_into() @@ -46173,7 +46333,7 @@ pub mod types { } } - impl From for SwitchPortAddressConfig { + impl ::std::convert::From for SwitchPortAddressConfig { fn from(value: super::SwitchPortAddressConfig) -> Self { Self { address: Ok(value.address), @@ -46190,7 +46350,7 @@ pub mod types { port_settings: ::std::result::Result, } - impl Default for SwitchPortApplySettings { + impl ::std::default::Default for SwitchPortApplySettings { fn default() -> Self { Self { port_settings: Err("no value supplied for port_settings".to_string()), @@ -46201,8 +46361,8 @@ pub mod types { impl SwitchPortApplySettings { pub fn port_settings(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings = value.try_into().map_err(|e| { format!("error converting supplied value for port_settings: {}", e) @@ -46222,7 +46382,7 @@ pub mod types { } } - impl From for SwitchPortApplySettings { + impl ::std::convert::From for SwitchPortApplySettings { fn from(value: super::SwitchPortApplySettings) -> Self { Self { port_settings: Ok(value.port_settings), @@ -46236,7 +46396,7 @@ pub mod types { port_settings_id: ::std::result::Result, } - impl Default for SwitchPortConfig { + impl ::std::default::Default for SwitchPortConfig { fn default() -> Self { Self { geometry: Err("no value supplied for geometry".to_string()), @@ -46248,8 +46408,8 @@ pub mod types { impl SwitchPortConfig { pub fn geometry(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.geometry = value .try_into() @@ -46258,8 +46418,8 @@ pub mod types { } pub fn port_settings_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings_id = value.try_into().map_err(|e| { format!( @@ -46283,7 +46443,7 @@ pub mod types { } } - impl From for SwitchPortConfig { + impl ::std::convert::From for SwitchPortConfig { fn from(value: super::SwitchPortConfig) -> Self { Self { geometry: Ok(value.geometry), @@ -46297,7 +46457,7 @@ pub mod types { geometry: ::std::result::Result, } - impl Default for SwitchPortConfigCreate { + impl ::std::default::Default for SwitchPortConfigCreate { fn default() -> Self { Self { geometry: Err("no value supplied for geometry".to_string()), @@ -46308,8 +46468,8 @@ pub mod types { impl SwitchPortConfigCreate { pub fn geometry(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.geometry = value .try_into() @@ -46329,7 +46489,7 @@ pub mod types { } } - impl From for SwitchPortConfigCreate { + impl ::std::convert::From for SwitchPortConfigCreate { fn from(value: super::SwitchPortConfigCreate) -> Self { Self { geometry: Ok(value.geometry), @@ -46352,7 +46512,7 @@ pub mod types { ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for SwitchPortLinkConfig { + impl ::std::default::Default for SwitchPortLinkConfig { fn default() -> Self { Self { autoneg: Err("no value supplied for autoneg".to_string()), @@ -46370,8 +46530,8 @@ pub mod types { impl SwitchPortLinkConfig { pub fn autoneg(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.autoneg = value .try_into() @@ -46380,8 +46540,8 @@ pub mod types { } pub fn fec(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.fec = value .try_into() @@ -46390,8 +46550,8 @@ pub mod types { } pub fn link_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.link_name = value .try_into() @@ -46400,8 +46560,8 @@ pub mod types { } pub fn lldp_link_config_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.lldp_link_config_id = value.try_into().map_err(|e| { format!( @@ -46413,8 +46573,8 @@ pub mod types { } pub fn mtu(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.mtu = value .try_into() @@ -46423,8 +46583,8 @@ pub mod types { } pub fn port_settings_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings_id = value.try_into().map_err(|e| { format!( @@ -46436,8 +46596,8 @@ pub mod types { } pub fn speed(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.speed = value .try_into() @@ -46446,8 +46606,8 @@ pub mod types { } pub fn tx_eq_config_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.tx_eq_config_id = value.try_into().map_err(|e| { format!("error converting supplied value for tx_eq_config_id: {}", e) @@ -46474,7 +46634,7 @@ pub mod types { } } - impl From for SwitchPortLinkConfig { + impl ::std::convert::From for SwitchPortLinkConfig { fn from(value: super::SwitchPortLinkConfig) -> Self { Self { autoneg: Ok(value.autoneg), @@ -46498,7 +46658,7 @@ pub mod types { >, } - impl Default for SwitchPortResultsPage { + impl ::std::default::Default for SwitchPortResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -46510,8 +46670,8 @@ pub mod types { impl SwitchPortResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -46520,8 +46680,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -46542,7 +46702,7 @@ pub mod types { } } - impl From for SwitchPortResultsPage { + impl ::std::convert::From for SwitchPortResultsPage { fn from(value: super::SwitchPortResultsPage) -> Self { Self { items: Ok(value.items), @@ -46561,7 +46721,7 @@ pub mod types { vlan_id: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for SwitchPortRouteConfig { + impl ::std::default::Default for SwitchPortRouteConfig { fn default() -> Self { Self { dst: Err("no value supplied for dst".to_string()), @@ -46577,8 +46737,8 @@ pub mod types { impl SwitchPortRouteConfig { pub fn dst(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.dst = value .try_into() @@ -46587,8 +46747,8 @@ pub mod types { } pub fn gw(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.gw = value .try_into() @@ -46597,8 +46757,8 @@ pub mod types { } pub fn interface_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.interface_name = value.try_into().map_err(|e| { format!("error converting supplied value for interface_name: {}", e) @@ -46607,8 +46767,8 @@ pub mod types { } pub fn port_settings_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings_id = value.try_into().map_err(|e| { format!( @@ -46620,8 +46780,8 @@ pub mod types { } pub fn rib_priority(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.rib_priority = value.try_into().map_err(|e| { format!("error converting supplied value for rib_priority: {}", e) @@ -46630,8 +46790,8 @@ pub mod types { } pub fn vlan_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.vlan_id = value .try_into() @@ -46656,7 +46816,7 @@ pub mod types { } } - impl From for SwitchPortRouteConfig { + impl ::std::convert::From for SwitchPortRouteConfig { fn from(value: super::SwitchPortRouteConfig) -> Self { Self { dst: Ok(value.dst), @@ -46680,7 +46840,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for SwitchPortSettings { + impl ::std::default::Default for SwitchPortSettings { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -46695,8 +46855,8 @@ pub mod types { impl SwitchPortSettings { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -46705,8 +46865,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -46715,8 +46875,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -46725,8 +46885,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -46735,8 +46895,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -46760,7 +46920,7 @@ pub mod types { } } - impl From for SwitchPortSettings { + impl ::std::convert::From for SwitchPortSettings { fn from(value: super::SwitchPortSettings) -> Self { Self { description: Ok(value.description), @@ -46804,7 +46964,7 @@ pub mod types { >, } - impl Default for SwitchPortSettingsCreate { + impl ::std::default::Default for SwitchPortSettingsCreate { fn default() -> Self { Self { addresses: Err("no value supplied for addresses".to_string()), @@ -46823,10 +46983,10 @@ pub mod types { impl SwitchPortSettingsCreate { pub fn addresses(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, super::AddressConfig>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.addresses = value .try_into() @@ -46835,10 +46995,10 @@ pub mod types { } pub fn bgp_peers(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, super::BgpPeerConfig>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.bgp_peers = value .try_into() @@ -46847,8 +47007,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -46857,8 +47017,8 @@ pub mod types { } pub fn groups(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.groups = value .try_into() @@ -46867,13 +47027,13 @@ pub mod types { } pub fn interfaces(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap< ::std::string::String, super::SwitchInterfaceConfigCreate, >, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.interfaces = value .try_into() @@ -46882,10 +47042,10 @@ pub mod types { } pub fn links(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, super::LinkConfigCreate>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.links = value .try_into() @@ -46894,8 +47054,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -46904,8 +47064,8 @@ pub mod types { } pub fn port_config(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_config = value .try_into() @@ -46914,10 +47074,10 @@ pub mod types { } pub fn routes(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, super::RouteConfig>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.routes = value .try_into() @@ -46945,7 +47105,7 @@ pub mod types { } } - impl From for SwitchPortSettingsCreate { + impl ::std::convert::From for SwitchPortSettingsCreate { fn from(value: super::SwitchPortSettingsCreate) -> Self { Self { addresses: Ok(value.addresses), @@ -46967,7 +47127,7 @@ pub mod types { port_settings_id: ::std::result::Result, } - impl Default for SwitchPortSettingsGroups { + impl ::std::default::Default for SwitchPortSettingsGroups { fn default() -> Self { Self { port_settings_group_id: Err( @@ -46981,8 +47141,8 @@ pub mod types { impl SwitchPortSettingsGroups { pub fn port_settings_group_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings_group_id = value.try_into().map_err(|e| { format!( @@ -46994,8 +47154,8 @@ pub mod types { } pub fn port_settings_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port_settings_id = value.try_into().map_err(|e| { format!( @@ -47019,7 +47179,7 @@ pub mod types { } } - impl From for SwitchPortSettingsGroups { + impl ::std::convert::From for SwitchPortSettingsGroups { fn from(value: super::SwitchPortSettingsGroups) -> Self { Self { port_settings_group_id: Ok(value.port_settings_group_id), @@ -47040,7 +47200,7 @@ pub mod types { >, } - impl Default for SwitchPortSettingsResultsPage { + impl ::std::default::Default for SwitchPortSettingsResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -47052,8 +47212,8 @@ pub mod types { impl SwitchPortSettingsResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -47062,8 +47222,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -47086,7 +47246,7 @@ pub mod types { } } - impl From for SwitchPortSettingsResultsPage { + impl ::std::convert::From for SwitchPortSettingsResultsPage { fn from(value: super::SwitchPortSettingsResultsPage) -> Self { Self { items: Ok(value.items), @@ -47135,7 +47295,7 @@ pub mod types { >, } - impl Default for SwitchPortSettingsView { + impl ::std::default::Default for SwitchPortSettingsView { fn default() -> Self { Self { addresses: Err("no value supplied for addresses".to_string()), @@ -47156,8 +47316,8 @@ pub mod types { impl SwitchPortSettingsView { pub fn addresses(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.addresses = value .try_into() @@ -47166,8 +47326,8 @@ pub mod types { } pub fn bgp_peers(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.bgp_peers = value .try_into() @@ -47176,8 +47336,8 @@ pub mod types { } pub fn groups(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.groups = value .try_into() @@ -47186,8 +47346,8 @@ pub mod types { } pub fn interfaces(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.interfaces = value .try_into() @@ -47196,8 +47356,8 @@ pub mod types { } pub fn link_lldp(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.link_lldp = value .try_into() @@ -47206,8 +47366,8 @@ pub mod types { } pub fn links(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.links = value .try_into() @@ -47216,8 +47376,8 @@ pub mod types { } pub fn port(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.port = value .try_into() @@ -47226,8 +47386,8 @@ pub mod types { } pub fn routes(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.routes = value .try_into() @@ -47236,8 +47396,8 @@ pub mod types { } pub fn settings(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.settings = value .try_into() @@ -47246,8 +47406,10 @@ pub mod types { } pub fn tx_eq(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec<::std::option::Option>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto< + ::std::vec::Vec<::std::option::Option>, + >, + T::Error: ::std::fmt::Display, { self.tx_eq = value .try_into() @@ -47256,8 +47418,8 @@ pub mod types { } pub fn vlan_interfaces(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.vlan_interfaces = value.try_into().map_err(|e| { format!("error converting supplied value for vlan_interfaces: {}", e) @@ -47287,7 +47449,7 @@ pub mod types { } } - impl From for SwitchPortSettingsView { + impl ::std::convert::From for SwitchPortSettingsView { fn from(value: super::SwitchPortSettingsView) -> Self { Self { addresses: Ok(value.addresses), @@ -47314,7 +47476,7 @@ pub mod types { >, } - impl Default for SwitchResultsPage { + impl ::std::default::Default for SwitchResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -47326,8 +47488,8 @@ pub mod types { impl SwitchResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -47336,8 +47498,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -47358,7 +47520,7 @@ pub mod types { } } - impl From for SwitchResultsPage { + impl ::std::convert::From for SwitchResultsPage { fn from(value: super::SwitchResultsPage) -> Self { Self { items: Ok(value.items), @@ -47373,7 +47535,7 @@ pub mod types { vlan_id: ::std::result::Result, } - impl Default for SwitchVlanInterfaceConfig { + impl ::std::default::Default for SwitchVlanInterfaceConfig { fn default() -> Self { Self { interface_config_id: Err( @@ -47387,8 +47549,8 @@ pub mod types { impl SwitchVlanInterfaceConfig { pub fn interface_config_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.interface_config_id = value.try_into().map_err(|e| { format!( @@ -47400,8 +47562,8 @@ pub mod types { } pub fn vlan_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vlan_id = value .try_into() @@ -47422,7 +47584,7 @@ pub mod types { } } - impl From for SwitchVlanInterfaceConfig { + impl ::std::convert::From for SwitchVlanInterfaceConfig { fn from(value: super::SwitchVlanInterfaceConfig) -> Self { Self { interface_config_id: Ok(value.interface_config_id), @@ -47440,7 +47602,7 @@ pub mod types { >, } - impl Default for Table { + impl ::std::default::Default for Table { fn default() -> Self { Self { name: Err("no value supplied for name".to_string()), @@ -47452,8 +47614,8 @@ pub mod types { impl Table { pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -47462,10 +47624,10 @@ pub mod types { } pub fn timeseries(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, super::Timeseries>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.timeseries = value .try_into() @@ -47486,7 +47648,7 @@ pub mod types { } } - impl From for Table { + impl ::std::convert::From for Table { fn from(value: super::Table) -> Self { Self { name: Ok(value.name), @@ -47504,7 +47666,7 @@ pub mod types { points: ::std::result::Result, } - impl Default for Timeseries { + impl ::std::default::Default for Timeseries { fn default() -> Self { Self { fields: Err("no value supplied for fields".to_string()), @@ -47516,10 +47678,10 @@ pub mod types { impl Timeseries { pub fn fields(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::collections::HashMap<::std::string::String, super::FieldValue>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.fields = value .try_into() @@ -47528,8 +47690,8 @@ pub mod types { } pub fn points(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.points = value .try_into() @@ -47550,7 +47712,7 @@ pub mod types { } } - impl From for Timeseries { + impl ::std::convert::From for Timeseries { fn from(value: super::Timeseries) -> Self { Self { fields: Ok(value.fields), @@ -47565,7 +47727,7 @@ pub mod types { target: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for TimeseriesDescription { + impl ::std::default::Default for TimeseriesDescription { fn default() -> Self { Self { metric: Err("no value supplied for metric".to_string()), @@ -47577,8 +47739,8 @@ pub mod types { impl TimeseriesDescription { pub fn metric(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.metric = value .try_into() @@ -47587,8 +47749,8 @@ pub mod types { } pub fn target(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.target = value .try_into() @@ -47609,7 +47771,7 @@ pub mod types { } } - impl From for TimeseriesDescription { + impl ::std::convert::From for TimeseriesDescription { fn from(value: super::TimeseriesDescription) -> Self { Self { metric: Ok(value.metric), @@ -47623,7 +47785,7 @@ pub mod types { query: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for TimeseriesQuery { + impl ::std::default::Default for TimeseriesQuery { fn default() -> Self { Self { query: Err("no value supplied for query".to_string()), @@ -47634,8 +47796,8 @@ pub mod types { impl TimeseriesQuery { pub fn query(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.query = value .try_into() @@ -47655,7 +47817,7 @@ pub mod types { } } - impl From for TimeseriesQuery { + impl ::std::convert::From for TimeseriesQuery { fn from(value: super::TimeseriesQuery) -> Self { Self { query: Ok(value.query), @@ -47676,7 +47838,7 @@ pub mod types { version: ::std::result::Result, } - impl Default for TimeseriesSchema { + impl ::std::default::Default for TimeseriesSchema { fn default() -> Self { Self { authz_scope: Err("no value supplied for authz_scope".to_string()), @@ -47694,8 +47856,8 @@ pub mod types { impl TimeseriesSchema { pub fn authz_scope(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.authz_scope = value .try_into() @@ -47704,8 +47866,8 @@ pub mod types { } pub fn created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.created = value .try_into() @@ -47714,8 +47876,8 @@ pub mod types { } pub fn datum_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.datum_type = value .try_into() @@ -47724,8 +47886,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -47734,8 +47896,8 @@ pub mod types { } pub fn field_schema(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.field_schema = value.try_into().map_err(|e| { format!("error converting supplied value for field_schema: {}", e) @@ -47744,8 +47906,8 @@ pub mod types { } pub fn timeseries_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.timeseries_name = value.try_into().map_err(|e| { format!("error converting supplied value for timeseries_name: {}", e) @@ -47754,8 +47916,8 @@ pub mod types { } pub fn units(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.units = value .try_into() @@ -47764,8 +47926,8 @@ pub mod types { } pub fn version(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.version = value .try_into() @@ -47792,7 +47954,7 @@ pub mod types { } } - impl From for TimeseriesSchema { + impl ::std::convert::From for TimeseriesSchema { fn from(value: super::TimeseriesSchema) -> Self { Self { authz_scope: Ok(value.authz_scope), @@ -47819,7 +47981,7 @@ pub mod types { >, } - impl Default for TimeseriesSchemaResultsPage { + impl ::std::default::Default for TimeseriesSchemaResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -47831,8 +47993,8 @@ pub mod types { impl TimeseriesSchemaResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -47841,8 +48003,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -47863,7 +48025,7 @@ pub mod types { } } - impl From for TimeseriesSchemaResultsPage { + impl ::std::convert::From for TimeseriesSchemaResultsPage { fn from(value: super::TimeseriesSchemaResultsPage) -> Self { Self { items: Ok(value.items), @@ -47881,7 +48043,7 @@ pub mod types { pre2: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for TxEqConfig { + impl ::std::default::Default for TxEqConfig { fn default() -> Self { Self { main: Ok(Default::default()), @@ -47896,8 +48058,8 @@ pub mod types { impl TxEqConfig { pub fn main(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.main = value .try_into() @@ -47906,8 +48068,8 @@ pub mod types { } pub fn post1(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.post1 = value .try_into() @@ -47916,8 +48078,8 @@ pub mod types { } pub fn post2(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.post2 = value .try_into() @@ -47926,8 +48088,8 @@ pub mod types { } pub fn pre1(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.pre1 = value .try_into() @@ -47936,8 +48098,8 @@ pub mod types { } pub fn pre2(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.pre2 = value .try_into() @@ -47961,7 +48123,7 @@ pub mod types { } } - impl From for TxEqConfig { + impl ::std::convert::From for TxEqConfig { fn from(value: super::TxEqConfig) -> Self { Self { main: Ok(value.main), @@ -47980,7 +48142,7 @@ pub mod types { rack_id: ::std::result::Result, } - impl Default for UninitializedSled { + impl ::std::default::Default for UninitializedSled { fn default() -> Self { Self { baseboard: Err("no value supplied for baseboard".to_string()), @@ -47993,8 +48155,8 @@ pub mod types { impl UninitializedSled { pub fn baseboard(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.baseboard = value .try_into() @@ -48003,8 +48165,8 @@ pub mod types { } pub fn cubby(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.cubby = value .try_into() @@ -48013,8 +48175,8 @@ pub mod types { } pub fn rack_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.rack_id = value .try_into() @@ -48036,7 +48198,7 @@ pub mod types { } } - impl From for UninitializedSled { + impl ::std::convert::From for UninitializedSled { fn from(value: super::UninitializedSled) -> Self { Self { baseboard: Ok(value.baseboard), @@ -48052,7 +48214,7 @@ pub mod types { serial: ::std::result::Result<::std::string::String, ::std::string::String>, } - impl Default for UninitializedSledId { + impl ::std::default::Default for UninitializedSledId { fn default() -> Self { Self { part: Err("no value supplied for part".to_string()), @@ -48064,8 +48226,8 @@ pub mod types { impl UninitializedSledId { pub fn part(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.part = value .try_into() @@ -48074,8 +48236,8 @@ pub mod types { } pub fn serial(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.serial = value .try_into() @@ -48096,7 +48258,7 @@ pub mod types { } } - impl From for UninitializedSledId { + impl ::std::convert::From for UninitializedSledId { fn from(value: super::UninitializedSledId) -> Self { Self { part: Ok(value.part), @@ -48117,7 +48279,7 @@ pub mod types { >, } - impl Default for UninitializedSledResultsPage { + impl ::std::default::Default for UninitializedSledResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -48129,8 +48291,8 @@ pub mod types { impl UninitializedSledResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -48139,8 +48301,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -48161,7 +48323,7 @@ pub mod types { } } - impl From for UninitializedSledResultsPage { + impl ::std::convert::From for UninitializedSledResultsPage { fn from(value: super::UninitializedSledResultsPage) -> Self { Self { items: Ok(value.items), @@ -48177,7 +48339,7 @@ pub mod types { silo_id: ::std::result::Result, } - impl Default for User { + impl ::std::default::Default for User { fn default() -> Self { Self { display_name: Err("no value supplied for display_name".to_string()), @@ -48190,8 +48352,8 @@ pub mod types { impl User { pub fn display_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.display_name = value.try_into().map_err(|e| { format!("error converting supplied value for display_name: {}", e) @@ -48200,8 +48362,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -48210,8 +48372,8 @@ pub mod types { } pub fn silo_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.silo_id = value .try_into() @@ -48231,7 +48393,7 @@ pub mod types { } } - impl From for User { + impl ::std::convert::From for User { fn from(value: super::User) -> Self { Self { display_name: Ok(value.display_name), @@ -48252,7 +48414,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for UserBuiltin { + impl ::std::default::Default for UserBuiltin { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -48267,8 +48429,8 @@ pub mod types { impl UserBuiltin { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -48277,8 +48439,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -48287,8 +48449,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -48297,8 +48459,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -48307,8 +48469,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -48332,7 +48494,7 @@ pub mod types { } } - impl From for UserBuiltin { + impl ::std::convert::From for UserBuiltin { fn from(value: super::UserBuiltin) -> Self { Self { description: Ok(value.description), @@ -48354,7 +48516,7 @@ pub mod types { >, } - impl Default for UserBuiltinResultsPage { + impl ::std::default::Default for UserBuiltinResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -48366,8 +48528,8 @@ pub mod types { impl UserBuiltinResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -48376,8 +48538,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -48398,7 +48560,7 @@ pub mod types { } } - impl From for UserBuiltinResultsPage { + impl ::std::convert::From for UserBuiltinResultsPage { fn from(value: super::UserBuiltinResultsPage) -> Self { Self { items: Ok(value.items), @@ -48413,7 +48575,7 @@ pub mod types { password: ::std::result::Result, } - impl Default for UserCreate { + impl ::std::default::Default for UserCreate { fn default() -> Self { Self { external_id: Err("no value supplied for external_id".to_string()), @@ -48425,8 +48587,8 @@ pub mod types { impl UserCreate { pub fn external_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.external_id = value .try_into() @@ -48435,8 +48597,8 @@ pub mod types { } pub fn password(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.password = value .try_into() @@ -48457,7 +48619,7 @@ pub mod types { } } - impl From for UserCreate { + impl ::std::convert::From for UserCreate { fn from(value: super::UserCreate) -> Self { Self { external_id: Ok(value.external_id), @@ -48475,7 +48637,7 @@ pub mod types { >, } - impl Default for UserResultsPage { + impl ::std::default::Default for UserResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -48487,8 +48649,8 @@ pub mod types { impl UserResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -48497,8 +48659,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -48519,7 +48681,7 @@ pub mod types { } } - impl From for UserResultsPage { + impl ::std::convert::From for UserResultsPage { fn from(value: super::UserResultsPage) -> Self { Self { items: Ok(value.items), @@ -48534,7 +48696,7 @@ pub mod types { username: ::std::result::Result, } - impl Default for UsernamePasswordCredentials { + impl ::std::default::Default for UsernamePasswordCredentials { fn default() -> Self { Self { password: Err("no value supplied for password".to_string()), @@ -48546,8 +48708,8 @@ pub mod types { impl UsernamePasswordCredentials { pub fn password(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.password = value .try_into() @@ -48556,8 +48718,8 @@ pub mod types { } pub fn username(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.username = value .try_into() @@ -48578,7 +48740,7 @@ pub mod types { } } - impl From for UsernamePasswordCredentials { + impl ::std::convert::From for UsernamePasswordCredentials { fn from(value: super::UsernamePasswordCredentials) -> Self { Self { password: Ok(value.password), @@ -48593,7 +48755,7 @@ pub mod types { provisioned: ::std::result::Result, } - impl Default for Utilization { + impl ::std::default::Default for Utilization { fn default() -> Self { Self { capacity: Err("no value supplied for capacity".to_string()), @@ -48605,8 +48767,8 @@ pub mod types { impl Utilization { pub fn capacity(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.capacity = value .try_into() @@ -48615,8 +48777,8 @@ pub mod types { } pub fn provisioned(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.provisioned = value .try_into() @@ -48637,7 +48799,7 @@ pub mod types { } } - impl From for Utilization { + impl ::std::convert::From for Utilization { fn from(value: super::Utilization) -> Self { Self { capacity: Ok(value.capacity), @@ -48652,7 +48814,7 @@ pub mod types { values: ::std::result::Result, } - impl Default for Values { + impl ::std::default::Default for Values { fn default() -> Self { Self { metric_type: Err("no value supplied for metric_type".to_string()), @@ -48664,8 +48826,8 @@ pub mod types { impl Values { pub fn metric_type(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.metric_type = value .try_into() @@ -48674,8 +48836,8 @@ pub mod types { } pub fn values(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.values = value .try_into() @@ -48696,7 +48858,7 @@ pub mod types { } } - impl From for Values { + impl ::std::convert::From for Values { fn from(value: super::Values) -> Self { Self { metric_type: Ok(value.metric_type), @@ -48712,7 +48874,7 @@ pub mod types { storage: ::std::result::Result, } - impl Default for VirtualResourceCounts { + impl ::std::default::Default for VirtualResourceCounts { fn default() -> Self { Self { cpus: Err("no value supplied for cpus".to_string()), @@ -48725,8 +48887,8 @@ pub mod types { impl VirtualResourceCounts { pub fn cpus(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.cpus = value .try_into() @@ -48735,8 +48897,8 @@ pub mod types { } pub fn memory(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.memory = value .try_into() @@ -48745,8 +48907,8 @@ pub mod types { } pub fn storage(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.storage = value .try_into() @@ -48768,7 +48930,7 @@ pub mod types { } } - impl From for VirtualResourceCounts { + impl ::std::convert::From for VirtualResourceCounts { fn from(value: super::VirtualResourceCounts) -> Self { Self { cpus: Ok(value.cpus), @@ -48793,7 +48955,7 @@ pub mod types { ::std::result::Result, ::std::string::String>, } - impl Default for Vpc { + impl ::std::default::Default for Vpc { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -48812,8 +48974,8 @@ pub mod types { impl Vpc { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -48822,8 +48984,8 @@ pub mod types { } pub fn dns_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.dns_name = value .try_into() @@ -48832,8 +48994,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -48842,8 +49004,8 @@ pub mod types { } pub fn ipv6_prefix(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ipv6_prefix = value .try_into() @@ -48852,8 +49014,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -48862,8 +49024,8 @@ pub mod types { } pub fn project_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.project_id = value .try_into() @@ -48872,8 +49034,8 @@ pub mod types { } pub fn system_router_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.system_router_id = value.try_into().map_err(|e| { format!( @@ -48885,8 +49047,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -48895,8 +49057,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -48922,7 +49084,7 @@ pub mod types { } } - impl From for Vpc { + impl ::std::convert::From for Vpc { fn from(value: super::Vpc) -> Self { Self { description: Ok(value.description), @@ -48947,7 +49109,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for VpcCreate { + impl ::std::default::Default for VpcCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -48961,8 +49123,8 @@ pub mod types { impl VpcCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -48971,8 +49133,8 @@ pub mod types { } pub fn dns_name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.dns_name = value .try_into() @@ -48981,8 +49143,8 @@ pub mod types { } pub fn ipv6_prefix(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.ipv6_prefix = value .try_into() @@ -48991,8 +49153,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -49015,7 +49177,7 @@ pub mod types { } } - impl From for VpcCreate { + impl ::std::convert::From for VpcCreate { fn from(value: super::VpcCreate) -> Self { Self { description: Ok(value.description), @@ -49048,7 +49210,7 @@ pub mod types { vpc_id: ::std::result::Result, } - impl Default for VpcFirewallRule { + impl ::std::default::Default for VpcFirewallRule { fn default() -> Self { Self { action: Err("no value supplied for action".to_string()), @@ -49070,8 +49232,8 @@ pub mod types { impl VpcFirewallRule { pub fn action(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.action = value .try_into() @@ -49080,8 +49242,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -49090,8 +49252,8 @@ pub mod types { } pub fn direction(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.direction = value .try_into() @@ -49100,8 +49262,8 @@ pub mod types { } pub fn filters(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.filters = value .try_into() @@ -49110,8 +49272,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -49120,8 +49282,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -49130,8 +49292,8 @@ pub mod types { } pub fn priority(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.priority = value .try_into() @@ -49140,8 +49302,8 @@ pub mod types { } pub fn status(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.status = value .try_into() @@ -49150,8 +49312,8 @@ pub mod types { } pub fn targets(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.targets = value .try_into() @@ -49160,8 +49322,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -49170,8 +49332,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -49180,8 +49342,8 @@ pub mod types { } pub fn vpc_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vpc_id = value .try_into() @@ -49212,7 +49374,7 @@ pub mod types { } } - impl From for VpcFirewallRule { + impl ::std::convert::From for VpcFirewallRule { fn from(value: super::VpcFirewallRule) -> Self { Self { action: Ok(value.action), @@ -49247,7 +49409,7 @@ pub mod types { >, } - impl Default for VpcFirewallRuleFilter { + impl ::std::default::Default for VpcFirewallRuleFilter { fn default() -> Self { Self { hosts: Ok(Default::default()), @@ -49260,10 +49422,10 @@ pub mod types { impl VpcFirewallRuleFilter { pub fn hosts(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::option::Option<::std::vec::Vec>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.hosts = value .try_into() @@ -49272,10 +49434,10 @@ pub mod types { } pub fn ports(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::option::Option<::std::vec::Vec>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.ports = value .try_into() @@ -49284,10 +49446,10 @@ pub mod types { } pub fn protocols(mut self, value: T) -> Self where - T: std::convert::TryInto< + T: ::std::convert::TryInto< ::std::option::Option<::std::vec::Vec>, >, - T::Error: std::fmt::Display, + T::Error: ::std::fmt::Display, { self.protocols = value .try_into() @@ -49309,7 +49471,7 @@ pub mod types { } } - impl From for VpcFirewallRuleFilter { + impl ::std::convert::From for VpcFirewallRuleFilter { fn from(value: super::VpcFirewallRuleFilter) -> Self { Self { hosts: Ok(value.hosts), @@ -49335,7 +49497,7 @@ pub mod types { >, } - impl Default for VpcFirewallRuleUpdate { + impl ::std::default::Default for VpcFirewallRuleUpdate { fn default() -> Self { Self { action: Err("no value supplied for action".to_string()), @@ -49353,8 +49515,8 @@ pub mod types { impl VpcFirewallRuleUpdate { pub fn action(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.action = value .try_into() @@ -49363,8 +49525,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -49373,8 +49535,8 @@ pub mod types { } pub fn direction(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.direction = value .try_into() @@ -49383,8 +49545,8 @@ pub mod types { } pub fn filters(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.filters = value .try_into() @@ -49393,8 +49555,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -49403,8 +49565,8 @@ pub mod types { } pub fn priority(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.priority = value .try_into() @@ -49413,8 +49575,8 @@ pub mod types { } pub fn status(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.status = value .try_into() @@ -49423,8 +49585,8 @@ pub mod types { } pub fn targets(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.targets = value .try_into() @@ -49451,7 +49613,7 @@ pub mod types { } } - impl From for VpcFirewallRuleUpdate { + impl ::std::convert::From for VpcFirewallRuleUpdate { fn from(value: super::VpcFirewallRuleUpdate) -> Self { Self { action: Ok(value.action), @@ -49474,7 +49636,7 @@ pub mod types { >, } - impl Default for VpcFirewallRuleUpdateParams { + impl ::std::default::Default for VpcFirewallRuleUpdateParams { fn default() -> Self { Self { rules: Err("no value supplied for rules".to_string()), @@ -49485,8 +49647,8 @@ pub mod types { impl VpcFirewallRuleUpdateParams { pub fn rules(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.rules = value .try_into() @@ -49506,7 +49668,7 @@ pub mod types { } } - impl From for VpcFirewallRuleUpdateParams { + impl ::std::convert::From for VpcFirewallRuleUpdateParams { fn from(value: super::VpcFirewallRuleUpdateParams) -> Self { Self { rules: Ok(value.rules), @@ -49522,7 +49684,7 @@ pub mod types { >, } - impl Default for VpcFirewallRules { + impl ::std::default::Default for VpcFirewallRules { fn default() -> Self { Self { rules: Err("no value supplied for rules".to_string()), @@ -49533,8 +49695,8 @@ pub mod types { impl VpcFirewallRules { pub fn rules(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.rules = value .try_into() @@ -49554,7 +49716,7 @@ pub mod types { } } - impl From for VpcFirewallRules { + impl ::std::convert::From for VpcFirewallRules { fn from(value: super::VpcFirewallRules) -> Self { Self { rules: Ok(value.rules), @@ -49571,7 +49733,7 @@ pub mod types { >, } - impl Default for VpcResultsPage { + impl ::std::default::Default for VpcResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -49583,8 +49745,8 @@ pub mod types { impl VpcResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -49593,8 +49755,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -49615,7 +49777,7 @@ pub mod types { } } - impl From for VpcResultsPage { + impl ::std::convert::From for VpcResultsPage { fn from(value: super::VpcResultsPage) -> Self { Self { items: Ok(value.items), @@ -49637,7 +49799,7 @@ pub mod types { vpc_id: ::std::result::Result, } - impl Default for VpcRouter { + impl ::std::default::Default for VpcRouter { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -49654,8 +49816,8 @@ pub mod types { impl VpcRouter { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -49664,8 +49826,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -49674,8 +49836,8 @@ pub mod types { } pub fn kind(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.kind = value .try_into() @@ -49684,8 +49846,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -49694,8 +49856,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -49704,8 +49866,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -49714,8 +49876,8 @@ pub mod types { } pub fn vpc_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vpc_id = value .try_into() @@ -49741,7 +49903,7 @@ pub mod types { } } - impl From for VpcRouter { + impl ::std::convert::From for VpcRouter { fn from(value: super::VpcRouter) -> Self { Self { description: Ok(value.description), @@ -49761,7 +49923,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for VpcRouterCreate { + impl ::std::default::Default for VpcRouterCreate { fn default() -> Self { Self { description: Err("no value supplied for description".to_string()), @@ -49773,8 +49935,8 @@ pub mod types { impl VpcRouterCreate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -49783,8 +49945,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -49805,7 +49967,7 @@ pub mod types { } } - impl From for VpcRouterCreate { + impl ::std::convert::From for VpcRouterCreate { fn from(value: super::VpcRouterCreate) -> Self { Self { description: Ok(value.description), @@ -49823,7 +49985,7 @@ pub mod types { >, } - impl Default for VpcRouterResultsPage { + impl ::std::default::Default for VpcRouterResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -49835,8 +49997,8 @@ pub mod types { impl VpcRouterResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -49845,8 +50007,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -49867,7 +50029,7 @@ pub mod types { } } - impl From for VpcRouterResultsPage { + impl ::std::convert::From for VpcRouterResultsPage { fn from(value: super::VpcRouterResultsPage) -> Self { Self { items: Ok(value.items), @@ -49885,7 +50047,7 @@ pub mod types { name: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for VpcRouterUpdate { + impl ::std::default::Default for VpcRouterUpdate { fn default() -> Self { Self { description: Ok(Default::default()), @@ -49897,8 +50059,8 @@ pub mod types { impl VpcRouterUpdate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -49907,8 +50069,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -49929,7 +50091,7 @@ pub mod types { } } - impl From for VpcRouterUpdate { + impl ::std::convert::From for VpcRouterUpdate { fn from(value: super::VpcRouterUpdate) -> Self { Self { description: Ok(value.description), @@ -49954,7 +50116,7 @@ pub mod types { vpc_id: ::std::result::Result, } - impl Default for VpcSubnet { + impl ::std::default::Default for VpcSubnet { fn default() -> Self { Self { custom_router_id: Ok(Default::default()), @@ -49973,8 +50135,8 @@ pub mod types { impl VpcSubnet { pub fn custom_router_id(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.custom_router_id = value.try_into().map_err(|e| { format!( @@ -49986,8 +50148,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -49996,8 +50158,8 @@ pub mod types { } pub fn id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.id = value .try_into() @@ -50006,8 +50168,8 @@ pub mod types { } pub fn ipv4_block(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ipv4_block = value .try_into() @@ -50016,8 +50178,8 @@ pub mod types { } pub fn ipv6_block(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ipv6_block = value .try_into() @@ -50026,8 +50188,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -50036,8 +50198,8 @@ pub mod types { } pub fn time_created(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_created = value.try_into().map_err(|e| { format!("error converting supplied value for time_created: {}", e) @@ -50046,8 +50208,8 @@ pub mod types { } pub fn time_modified(mut self, value: T) -> Self where - T: std::convert::TryInto>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto>, + T::Error: ::std::fmt::Display, { self.time_modified = value.try_into().map_err(|e| { format!("error converting supplied value for time_modified: {}", e) @@ -50056,8 +50218,8 @@ pub mod types { } pub fn vpc_id(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.vpc_id = value .try_into() @@ -50085,7 +50247,7 @@ pub mod types { } } - impl From for VpcSubnet { + impl ::std::convert::From for VpcSubnet { fn from(value: super::VpcSubnet) -> Self { Self { custom_router_id: Ok(value.custom_router_id), @@ -50114,7 +50276,7 @@ pub mod types { name: ::std::result::Result, } - impl Default for VpcSubnetCreate { + impl ::std::default::Default for VpcSubnetCreate { fn default() -> Self { Self { custom_router: Ok(Default::default()), @@ -50129,8 +50291,8 @@ pub mod types { impl VpcSubnetCreate { pub fn custom_router(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.custom_router = value.try_into().map_err(|e| { format!("error converting supplied value for custom_router: {}", e) @@ -50139,8 +50301,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::string::String>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::string::String>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -50149,8 +50311,8 @@ pub mod types { } pub fn ipv4_block(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.ipv4_block = value .try_into() @@ -50159,8 +50321,8 @@ pub mod types { } pub fn ipv6_block(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.ipv6_block = value .try_into() @@ -50169,8 +50331,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -50194,7 +50356,7 @@ pub mod types { } } - impl From for VpcSubnetCreate { + impl ::std::convert::From for VpcSubnetCreate { fn from(value: super::VpcSubnetCreate) -> Self { Self { custom_router: Ok(value.custom_router), @@ -50215,7 +50377,7 @@ pub mod types { >, } - impl Default for VpcSubnetResultsPage { + impl ::std::default::Default for VpcSubnetResultsPage { fn default() -> Self { Self { items: Err("no value supplied for items".to_string()), @@ -50227,8 +50389,8 @@ pub mod types { impl VpcSubnetResultsPage { pub fn items(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::vec::Vec>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::vec::Vec>, + T::Error: ::std::fmt::Display, { self.items = value .try_into() @@ -50237,8 +50399,8 @@ pub mod types { } pub fn next_page(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.next_page = value .try_into() @@ -50259,7 +50421,7 @@ pub mod types { } } - impl From for VpcSubnetResultsPage { + impl ::std::convert::From for VpcSubnetResultsPage { fn from(value: super::VpcSubnetResultsPage) -> Self { Self { items: Ok(value.items), @@ -50281,7 +50443,7 @@ pub mod types { name: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for VpcSubnetUpdate { + impl ::std::default::Default for VpcSubnetUpdate { fn default() -> Self { Self { custom_router: Ok(Default::default()), @@ -50294,8 +50456,8 @@ pub mod types { impl VpcSubnetUpdate { pub fn custom_router(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.custom_router = value.try_into().map_err(|e| { format!("error converting supplied value for custom_router: {}", e) @@ -50304,8 +50466,8 @@ pub mod types { } pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -50314,8 +50476,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -50337,7 +50499,7 @@ pub mod types { } } - impl From for VpcSubnetUpdate { + impl ::std::convert::From for VpcSubnetUpdate { fn from(value: super::VpcSubnetUpdate) -> Self { Self { custom_router: Ok(value.custom_router), @@ -50358,7 +50520,7 @@ pub mod types { name: ::std::result::Result<::std::option::Option, ::std::string::String>, } - impl Default for VpcUpdate { + impl ::std::default::Default for VpcUpdate { fn default() -> Self { Self { description: Ok(Default::default()), @@ -50371,8 +50533,8 @@ pub mod types { impl VpcUpdate { pub fn description(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option<::std::string::String>>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option<::std::string::String>>, + T::Error: ::std::fmt::Display, { self.description = value .try_into() @@ -50381,8 +50543,8 @@ pub mod types { } pub fn dns_name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.dns_name = value .try_into() @@ -50391,8 +50553,8 @@ pub mod types { } pub fn name(mut self, value: T) -> Self where - T: std::convert::TryInto<::std::option::Option>, - T::Error: std::fmt::Display, + T: ::std::convert::TryInto<::std::option::Option>, + T::Error: ::std::fmt::Display, { self.name = value .try_into() @@ -50414,7 +50576,7 @@ pub mod types { } } - impl From for VpcUpdate { + impl ::std::convert::From for VpcUpdate { fn from(value: super::VpcUpdate) -> Self { Self { description: Ok(value.description),