From cde46e0085ac1b45a6a413b4f3f208fc532c64be Mon Sep 17 00:00:00 2001 From: "oxide-reflector-bot[bot]" <130185838+oxide-reflector-bot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:42:53 +0000 Subject: [PATCH] Rebuilt with latest dependency updates --- Cargo.lock | 10 +- sdk/src/generated_sdk.rs | 6201 +++++++++++++++++++------------------- 2 files changed, 3185 insertions(+), 3026 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a0b9446..762e2795 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2684,7 +2684,7 @@ dependencies = [ [[package]] name = "progenitor" version = "0.8.0" -source = "git+https://github.com/oxidecomputer/progenitor#cb9bf780eda5be507c610e4a5bb489c335c15af2" +source = "git+https://github.com/oxidecomputer/progenitor#bcf29e1b039a05274f0c09e570865248a997d462" dependencies = [ "progenitor-impl", ] @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "progenitor-impl" version = "0.8.0" -source = "git+https://github.com/oxidecomputer/progenitor#cb9bf780eda5be507c610e4a5bb489c335c15af2" +source = "git+https://github.com/oxidecomputer/progenitor#bcf29e1b039a05274f0c09e570865248a997d462" dependencies = [ "heck", "http 1.2.0", @@ -4023,7 +4023,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typify" version = "0.2.0" -source = "git+https://github.com/oxidecomputer/typify#6afbe7380cf9bdbd66f9ffe753473b87b02e1b00" +source = "git+https://github.com/oxidecomputer/typify#fa65d747632c2c95d06df9d702cca1d04684e3c2" dependencies = [ "typify-impl", "typify-macro", @@ -4032,7 +4032,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.2.0" -source = "git+https://github.com/oxidecomputer/typify#6afbe7380cf9bdbd66f9ffe753473b87b02e1b00" +source = "git+https://github.com/oxidecomputer/typify#fa65d747632c2c95d06df9d702cca1d04684e3c2" dependencies = [ "heck", "log", @@ -4051,7 +4051,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.2.0" -source = "git+https://github.com/oxidecomputer/typify#6afbe7380cf9bdbd66f9ffe753473b87b02e1b00" +source = "git+https://github.com/oxidecomputer/typify#fa65d747632c2c95d06df9d702cca1d04684e3c2" dependencies = [ "proc-macro2", "quote", diff --git a/sdk/src/generated_sdk.rs b/sdk/src/generated_sdk.rs index d8f08e28..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() } @@ -20554,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() } @@ -20625,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() } @@ -20640,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 { @@ -20651,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, @@ -20667,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, @@ -20752,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() } @@ -20806,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() } @@ -20877,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() } @@ -20945,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() } @@ -20999,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() } @@ -21084,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() @@ -21138,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() } @@ -21187,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() } @@ -21203,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 { @@ -21215,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, @@ -21231,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, @@ -21278,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() } @@ -21336,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() } @@ -21410,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() } @@ -21464,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() } @@ -21579,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() } @@ -21618,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() } @@ -21724,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() } @@ -21778,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() } @@ -21859,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) } @@ -21928,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() } @@ -21943,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 { @@ -21954,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, @@ -21970,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, @@ -22011,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() } @@ -22066,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() } @@ -22120,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() } @@ -22189,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() } @@ -22204,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 { @@ -22215,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, @@ -22231,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, @@ -22327,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() } @@ -22381,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() } @@ -22435,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() } @@ -22487,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() } @@ -22504,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 { @@ -22517,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, @@ -22533,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, @@ -22623,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() } @@ -22674,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() } @@ -22728,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() } @@ -22800,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() } @@ -22854,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() } @@ -22931,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() } @@ -22985,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() } @@ -23084,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) } @@ -23162,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() } @@ -23178,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 { @@ -23190,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, @@ -23206,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, @@ -23226,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; @@ -23234,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) } @@ -23300,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() } @@ -23315,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 { @@ -23326,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, @@ -23342,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, @@ -23416,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() } @@ -23498,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() } @@ -23543,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() } @@ -23597,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() } @@ -23641,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() } @@ -23714,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() } @@ -23730,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 { @@ -23742,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, @@ -23758,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, @@ -23828,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() } @@ -23844,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 { @@ -23856,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, @@ -23872,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, @@ -23992,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() } @@ -24046,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() } @@ -24145,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() } @@ -24224,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() } @@ -24341,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() } @@ -24399,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() } @@ -24453,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() } @@ -24617,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() } @@ -24671,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() } @@ -24728,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() } @@ -24777,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() } @@ -24793,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 { @@ -24805,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, @@ -24821,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, @@ -24868,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() } @@ -24919,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() } @@ -24963,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() } @@ -25005,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; @@ -25013,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() } @@ -25112,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() } @@ -25197,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() } @@ -25251,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() } @@ -25340,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() @@ -25392,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() } @@ -25435,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() } @@ -25489,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() } @@ -25579,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() } @@ -25602,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 { @@ -25621,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, @@ -25637,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, @@ -25688,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() } @@ -25770,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() } @@ -25824,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() } @@ -25879,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() } @@ -25925,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; @@ -25933,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() } @@ -26056,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) } @@ -26110,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() } @@ -26153,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() } @@ -26218,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() } @@ -26426,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) } @@ -26512,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() } @@ -26577,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() } @@ -26605,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; @@ -26613,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() @@ -26770,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() } @@ -26844,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() } @@ -26995,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() } @@ -27041,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() } @@ -27056,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 { @@ -27067,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, @@ -27083,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, @@ -27126,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() } @@ -27141,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 { @@ -27152,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, @@ -27168,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, @@ -27253,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() @@ -27402,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) } @@ -27459,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() } @@ -27475,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 { @@ -27487,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, @@ -27503,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, @@ -27546,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() } @@ -27561,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 { @@ -27572,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, @@ -27588,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, @@ -27736,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) } @@ -27860,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() } @@ -27903,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() } @@ -27944,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() } @@ -27998,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() } @@ -28090,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() } @@ -28133,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() } @@ -28179,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() } @@ -28194,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 { @@ -28205,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, @@ -28221,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, @@ -28272,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() } @@ -28327,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() @@ -28449,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() } @@ -28562,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() } @@ -28616,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() } @@ -28691,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() @@ -28762,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() @@ -28783,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()), @@ -28796,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() @@ -28806,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() @@ -28816,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() @@ -28839,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), @@ -28855,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()), @@ -28866,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() @@ -28887,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), @@ -28907,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()), @@ -28923,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() @@ -28933,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() @@ -28943,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() @@ -28953,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() @@ -28963,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) @@ -28973,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) @@ -28999,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), @@ -29019,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()), @@ -29032,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) @@ -29042,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() @@ -29052,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) @@ -29075,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), @@ -29091,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()), @@ -29103,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) @@ -29113,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) @@ -29135,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), @@ -29156,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()), @@ -29168,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() @@ -29178,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() @@ -29200,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), @@ -29220,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()), @@ -29234,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() @@ -29244,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() @@ -29254,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() @@ -29264,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() @@ -29288,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), @@ -29308,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()), @@ -29320,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() @@ -29330,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() @@ -29352,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), @@ -29370,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()), @@ -29382,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() @@ -29392,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() @@ -29414,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), @@ -29431,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()), @@ -29442,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!( @@ -29466,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), @@ -29483,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()), @@ -29496,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() @@ -29506,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) @@ -29516,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) @@ -29539,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), @@ -29554,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()), @@ -29565,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() @@ -29586,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), @@ -29601,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()), @@ -29614,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() @@ -29624,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() @@ -29634,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() @@ -29657,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), @@ -29673,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()), @@ -29685,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() @@ -29695,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() @@ -29717,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), @@ -29739,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( @@ -29757,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!( @@ -29770,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() @@ -29780,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() @@ -29790,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() @@ -29800,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() @@ -29810,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() @@ -29836,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), @@ -29863,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( @@ -29882,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!( @@ -29895,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() @@ -29905,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() @@ -29915,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() @@ -29925,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() @@ -29935,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() @@ -29945,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() @@ -29972,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), @@ -29997,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()), @@ -30012,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() @@ -30022,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() @@ -30032,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() @@ -30042,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) @@ -30052,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) @@ -30077,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), @@ -30099,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()), @@ -30112,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) @@ -30122,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() @@ -30132,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() @@ -30155,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), @@ -30172,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( @@ -30187,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!( @@ -30200,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) @@ -30210,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() @@ -30233,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), @@ -30249,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()), @@ -30261,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!( @@ -30274,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() @@ -30296,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), @@ -30321,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()), @@ -30338,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() @@ -30348,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() @@ -30358,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() @@ -30368,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() @@ -30378,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) @@ -30388,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) @@ -30398,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() @@ -30425,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), @@ -30448,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()), @@ -30465,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() @@ -30475,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!( @@ -30488,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() @@ -30498,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() @@ -30508,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() @@ -30533,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), @@ -30554,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()), @@ -30566,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() @@ -30576,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() @@ -30598,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), @@ -30615,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()), @@ -30626,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() @@ -30652,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), @@ -30668,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()), @@ -30682,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() @@ -30692,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() @@ -30702,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() @@ -30712,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() @@ -30736,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), @@ -30773,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()), @@ -30801,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() @@ -30811,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) @@ -30821,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) @@ -30831,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() @@ -30841,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() @@ -30851,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) @@ -30861,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() @@ -30871,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!( @@ -30884,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() @@ -30894,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) @@ -30904,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) @@ -30914,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() @@ -30924,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() @@ -30934,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) @@ -30944,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() @@ -30954,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!( @@ -30967,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() @@ -30977,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() @@ -31015,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), @@ -31045,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()), @@ -31056,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() @@ -31077,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), @@ -31095,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()), @@ -31113,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() @@ -31123,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() @@ -31133,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() @@ -31143,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() @@ -31153,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!( @@ -31166,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() @@ -31192,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), @@ -31211,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()), @@ -31223,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() @@ -31233,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() @@ -31255,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), @@ -31270,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()), @@ -31282,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() @@ -31292,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() @@ -31314,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), @@ -31329,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()), @@ -31341,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() @@ -31351,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() @@ -31373,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), @@ -31388,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()), @@ -31400,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() @@ -31410,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() @@ -31432,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), @@ -31447,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()), @@ -31459,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() @@ -31469,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() @@ -31491,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), @@ -31506,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()), @@ -31518,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() @@ -31528,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() @@ -31550,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), @@ -31565,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()), @@ -31577,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() @@ -31587,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() @@ -31609,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), @@ -31624,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()), @@ -31636,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() @@ -31646,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() @@ -31668,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), @@ -31683,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()), @@ -31695,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() @@ -31705,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() @@ -31727,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), @@ -31742,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()), @@ -31754,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() @@ -31764,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() @@ -31786,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), @@ -31808,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()), @@ -31825,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() @@ -31835,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() @@ -31845,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() @@ -31855,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() @@ -31865,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() @@ -31875,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) @@ -31885,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) @@ -31912,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), @@ -31935,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()), @@ -31950,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() @@ -31960,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() @@ -31970,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() @@ -31980,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() @@ -31990,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() @@ -32015,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), @@ -32037,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()), @@ -32049,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() @@ -32059,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() @@ -32081,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), @@ -32097,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()), @@ -32109,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() @@ -32119,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() @@ -32141,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), @@ -32157,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()), @@ -32169,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() @@ -32179,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() @@ -32201,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), @@ -32217,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()), @@ -32229,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() @@ -32239,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() @@ -32261,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), @@ -32277,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()), @@ -32289,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() @@ -32299,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() @@ -32321,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), @@ -32338,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()), @@ -32352,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) @@ -32362,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() @@ -32372,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() @@ -32382,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() @@ -32406,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), @@ -32423,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()), @@ -32435,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() @@ -32445,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() @@ -32467,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), @@ -32483,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()), @@ -32496,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() @@ -32506,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() @@ -32516,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() @@ -32539,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), @@ -32554,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()), @@ -32565,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() @@ -32586,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), @@ -32599,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()), @@ -32610,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() @@ -32631,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), @@ -32659,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()), @@ -32681,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() @@ -32691,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() @@ -32701,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() @@ -32711,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() @@ -32721,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() @@ -32731,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() @@ -32741,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() @@ -32751,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() @@ -32761,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() @@ -32771,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() @@ -32781,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) @@ -32791,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) @@ -32821,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), @@ -32848,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()), @@ -32862,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() @@ -32872,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() @@ -32882,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() @@ -32892,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() @@ -32916,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), @@ -32932,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()), @@ -32943,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() @@ -32962,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), @@ -32979,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()), @@ -32991,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() @@ -33001,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() @@ -33023,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), @@ -33054,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()), @@ -33073,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() @@ -33083,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() @@ -33093,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() @@ -33103,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() @@ -33113,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() @@ -33123,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() @@ -33133,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() @@ -33143,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) @@ -33153,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) @@ -33182,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), @@ -33220,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()), @@ -33239,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() @@ -33249,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() @@ -33259,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() @@ -33269,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() @@ -33279,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() @@ -33289,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() @@ -33299,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() @@ -33309,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) @@ -33319,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) @@ -33348,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), @@ -33372,7 +33517,7 @@ pub mod types { >, } - impl Default for EphemeralIpCreate { + impl ::std::default::Default for EphemeralIpCreate { fn default() -> Self { Self { pool: Ok(Default::default()), @@ -33383,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() @@ -33402,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), @@ -33420,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()), @@ -33433,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() @@ -33443,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() @@ -33453,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() @@ -33476,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), @@ -33495,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()), @@ -33507,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() @@ -33517,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() @@ -33539,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), @@ -33556,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()), @@ -33570,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() @@ -33580,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() @@ -33590,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() @@ -33600,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() @@ -33624,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), @@ -33641,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()), @@ -33652,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) @@ -33673,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), @@ -33689,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()), @@ -33700,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!( @@ -33724,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), @@ -33739,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()), @@ -33752,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() @@ -33762,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) @@ -33772,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() @@ -33795,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), @@ -33821,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()), @@ -33840,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() @@ -33850,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() @@ -33860,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() @@ -33870,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() @@ -33880,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() @@ -33890,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() @@ -33900,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() @@ -33910,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) @@ -33920,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) @@ -33949,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), @@ -33971,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()), @@ -33983,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() @@ -33993,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() @@ -34015,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), @@ -34038,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()), @@ -34052,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() @@ -34062,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() @@ -34072,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() @@ -34082,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() @@ -34106,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), @@ -34126,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()), @@ -34138,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() @@ -34148,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() @@ -34170,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), @@ -34188,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()), @@ -34200,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() @@ -34210,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() @@ -34232,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), @@ -34248,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()), @@ -34261,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) @@ -34271,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() @@ -34281,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() @@ -34304,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), @@ -34323,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()), @@ -34335,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() @@ -34345,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() @@ -34367,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), @@ -34391,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()), @@ -34411,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() @@ -34421,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() @@ -34431,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() @@ -34441,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() @@ -34451,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() @@ -34461,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() @@ -34471,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() @@ -34481,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) @@ -34491,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() @@ -34501,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) @@ -34531,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), @@ -34563,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()), @@ -34583,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() @@ -34593,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() @@ -34603,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() @@ -34613,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() @@ -34623,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() @@ -34633,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() @@ -34643,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() @@ -34653,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) @@ -34663,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() @@ -34673,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) @@ -34703,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), @@ -34735,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()), @@ -34755,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() @@ -34765,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() @@ -34775,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() @@ -34785,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() @@ -34795,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() @@ -34805,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() @@ -34815,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() @@ -34825,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) @@ -34835,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() @@ -34845,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) @@ -34875,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), @@ -34907,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()), @@ -34927,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() @@ -34937,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() @@ -34947,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() @@ -34957,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() @@ -34967,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() @@ -34977,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() @@ -34987,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() @@ -34997,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) @@ -35007,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() @@ -35017,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) @@ -35047,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), @@ -35079,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()), @@ -35099,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() @@ -35109,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() @@ -35119,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() @@ -35129,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() @@ -35139,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() @@ -35149,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() @@ -35159,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() @@ -35169,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) @@ -35179,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() @@ -35189,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) @@ -35219,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), @@ -35251,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()), @@ -35271,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() @@ -35281,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() @@ -35291,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() @@ -35301,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() @@ -35311,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() @@ -35321,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() @@ -35331,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() @@ -35341,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) @@ -35351,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() @@ -35361,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) @@ -35391,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), @@ -35423,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()), @@ -35443,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() @@ -35453,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() @@ -35463,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() @@ -35473,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() @@ -35483,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() @@ -35493,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() @@ -35503,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() @@ -35513,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) @@ -35523,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() @@ -35533,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) @@ -35563,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), @@ -35595,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()), @@ -35615,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() @@ -35625,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() @@ -35635,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() @@ -35645,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() @@ -35655,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() @@ -35665,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() @@ -35675,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() @@ -35685,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) @@ -35695,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() @@ -35705,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) @@ -35735,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), @@ -35767,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()), @@ -35787,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() @@ -35797,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() @@ -35807,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() @@ -35817,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() @@ -35827,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() @@ -35837,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() @@ -35847,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() @@ -35857,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) @@ -35867,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() @@ -35877,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) @@ -35907,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), @@ -35939,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()), @@ -35959,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() @@ -35969,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() @@ -35979,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() @@ -35989,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() @@ -35999,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() @@ -36009,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() @@ -36019,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() @@ -36029,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) @@ -36039,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() @@ -36049,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) @@ -36079,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), @@ -36109,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()), @@ -36125,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() @@ -36135,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() @@ -36145,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() @@ -36155,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) @@ -36165,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) @@ -36175,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) @@ -36201,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), @@ -36226,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()), @@ -36238,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() @@ -36248,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() @@ -36270,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), @@ -36298,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()), @@ -36319,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() @@ -36329,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() @@ -36339,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() @@ -36349,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() @@ -36359,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() @@ -36369,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() @@ -36379,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() @@ -36389,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() @@ -36399,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) @@ -36409,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) @@ -36419,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() @@ -36450,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), @@ -36477,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()), @@ -36492,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() @@ -36502,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() @@ -36512,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() @@ -36522,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() @@ -36532,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() @@ -36557,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), @@ -36578,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()), @@ -36590,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() @@ -36600,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() @@ -36622,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), @@ -36638,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( @@ -36652,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!( @@ -36665,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() @@ -36687,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), @@ -36729,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()), @@ -36759,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!( @@ -36774,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!( @@ -36787,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!( @@ -36800,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) @@ -36810,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() @@ -36820,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() @@ -36830,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() @@ -36840,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() @@ -36850,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() @@ -36860,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() @@ -36870,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() @@ -36880,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() @@ -36890,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) @@ -36900,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!( @@ -36915,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) @@ -36925,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!( @@ -36964,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), @@ -37022,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()), @@ -37045,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!( @@ -37058,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() @@ -37068,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() @@ -37078,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() @@ -37088,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) @@ -37098,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() @@ -37108,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() @@ -37118,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() @@ -37128,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() @@ -37138,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!( @@ -37151,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) @@ -37161,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() @@ -37171,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() @@ -37204,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), @@ -37243,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()), @@ -37265,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() @@ -37275,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() @@ -37285,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() @@ -37295,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() @@ -37305,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() @@ -37315,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() @@ -37325,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() @@ -37335,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() @@ -37345,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) @@ -37355,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) @@ -37365,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() @@ -37375,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() @@ -37407,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), @@ -37438,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()), @@ -37453,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() @@ -37463,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() @@ -37473,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() @@ -37483,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() @@ -37493,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() @@ -37520,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), @@ -37544,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()), @@ -37556,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() @@ -37566,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() @@ -37590,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), @@ -37611,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()), @@ -37625,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() @@ -37635,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() @@ -37645,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() @@ -37655,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() @@ -37681,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), @@ -37701,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()), @@ -37713,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() @@ -37723,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() @@ -37745,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), @@ -37760,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()), @@ -37772,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() @@ -37782,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!( @@ -37807,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), @@ -37830,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()), @@ -37844,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!( @@ -37857,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() @@ -37867,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() @@ -37877,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() @@ -37901,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), @@ -37924,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()), @@ -37940,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() @@ -37950,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() @@ -37960,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() @@ -37970,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) @@ -37980,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) @@ -37990,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() @@ -38016,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), @@ -38035,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()), @@ -38047,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() @@ -38057,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() @@ -38079,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), @@ -38101,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()), @@ -38120,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() @@ -38130,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() @@ -38140,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() @@ -38150,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!( @@ -38163,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() @@ -38173,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) @@ -38183,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) @@ -38210,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), @@ -38231,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()), @@ -38244,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() @@ -38254,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() @@ -38264,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() @@ -38289,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), @@ -38311,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()), @@ -38323,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() @@ -38333,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() @@ -38357,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), @@ -38379,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()), @@ -38398,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() @@ -38408,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() @@ -38418,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!( @@ -38431,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() @@ -38441,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() @@ -38451,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) @@ -38461,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) @@ -38488,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), @@ -38509,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()), @@ -38522,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() @@ -38532,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() @@ -38542,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() @@ -38565,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), @@ -38587,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()), @@ -38599,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() @@ -38609,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() @@ -38633,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), @@ -38654,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()), @@ -38666,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() @@ -38676,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() @@ -38698,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), @@ -38718,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()), @@ -38733,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() @@ -38743,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() @@ -38753,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() @@ -38763,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) @@ -38773,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) @@ -38798,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), @@ -38816,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()), @@ -38828,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() @@ -38838,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() @@ -38860,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), @@ -38875,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()), @@ -38887,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() @@ -38897,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() @@ -38919,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), @@ -38937,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()), @@ -38951,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() @@ -38961,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() @@ -38971,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() @@ -38981,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) @@ -39005,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), @@ -39026,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()), @@ -39038,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() @@ -39048,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() @@ -39070,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), @@ -39088,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()), @@ -39100,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() @@ -39110,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() @@ -39132,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), @@ -39148,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()), @@ -39161,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() @@ -39171,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() @@ -39181,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() @@ -39204,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), @@ -39226,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()), @@ -39238,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() @@ -39248,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() @@ -39270,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), @@ -39284,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()), @@ -39295,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() @@ -39316,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), @@ -39333,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()), @@ -39345,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() @@ -39355,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() @@ -39377,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), @@ -39392,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()), @@ -39404,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() @@ -39414,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() @@ -39436,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), @@ -39451,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()), @@ -39463,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() @@ -39473,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() @@ -39495,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), @@ -39510,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()), @@ -39522,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() @@ -39532,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() @@ -39554,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), @@ -39569,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()), @@ -39581,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() @@ -39591,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() @@ -39613,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), @@ -39628,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()), @@ -39640,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() @@ -39650,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() @@ -39672,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), @@ -39695,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()), @@ -39711,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() @@ -39721,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() @@ -39731,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() @@ -39741,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() @@ -39751,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() @@ -39761,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() @@ -39787,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), @@ -39828,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()), @@ -39846,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() @@ -39856,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() @@ -39866,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() @@ -39876,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!( @@ -39889,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() @@ -39899,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) @@ -39909,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!( @@ -39922,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() @@ -39950,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), @@ -39994,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()), @@ -40011,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() @@ -40021,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() @@ -40031,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!( @@ -40044,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() @@ -40054,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) @@ -40064,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!( @@ -40077,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() @@ -40104,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), @@ -40127,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()), @@ -40144,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() @@ -40154,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!( @@ -40167,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() @@ -40177,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() @@ -40187,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) @@ -40212,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), @@ -40234,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()), @@ -40250,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() @@ -40260,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() @@ -40270,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() @@ -40280,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() @@ -40290,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() @@ -40300,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) @@ -40326,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), @@ -40351,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()), @@ -40363,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() @@ -40373,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() @@ -40395,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), @@ -40411,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()), @@ -40423,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() @@ -40433,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() @@ -40455,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), @@ -40474,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()), @@ -40486,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() @@ -40496,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() @@ -40518,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), @@ -40536,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()), @@ -40548,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() @@ -40558,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() @@ -40582,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), @@ -40606,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()), @@ -40626,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() @@ -40636,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() @@ -40646,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() @@ -40656,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() @@ -40666,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() @@ -40676,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() @@ -40686,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() @@ -40696,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() @@ -40706,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() @@ -40716,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() @@ -40746,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), @@ -40768,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()), @@ -40779,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() @@ -40800,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), @@ -40825,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()), @@ -40845,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() @@ -40855,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() @@ -40865,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() @@ -40875,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() @@ -40885,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() @@ -40895,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() @@ -40905,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() @@ -40915,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) @@ -40925,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) @@ -40935,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() @@ -40965,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), @@ -40992,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()), @@ -41004,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() @@ -41014,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() @@ -41036,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), @@ -41050,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()), @@ -41061,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() @@ -41080,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), @@ -41101,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()), @@ -41114,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() @@ -41126,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() @@ -41136,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() @@ -41159,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), @@ -41181,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()), @@ -41197,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() @@ -41207,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() @@ -41217,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() @@ -41227,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() @@ -41237,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) @@ -41247,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) @@ -41273,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), @@ -41297,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()), @@ -41311,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() @@ -41321,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() @@ -41331,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() @@ -41341,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() @@ -41365,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), @@ -41384,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()), @@ -41398,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() @@ -41408,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() @@ -41418,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() @@ -41428,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() @@ -41452,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), @@ -41475,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()), @@ -41490,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) @@ -41500,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() @@ -41510,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() @@ -41520,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() @@ -41530,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() @@ -41555,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), @@ -41576,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()), @@ -41588,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() @@ -41598,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() @@ -41620,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), @@ -41640,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()), @@ -41655,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() @@ -41665,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() @@ -41675,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() @@ -41685,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) @@ -41695,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) @@ -41720,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), @@ -41738,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()), @@ -41750,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() @@ -41760,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() @@ -41782,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), @@ -41800,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()), @@ -41812,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() @@ -41822,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() @@ -41844,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), @@ -41861,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()), @@ -41872,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!( @@ -41896,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), @@ -41911,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()), @@ -41924,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() @@ -41934,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) @@ -41944,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() @@ -41967,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), @@ -41986,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()), @@ -41998,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() @@ -42008,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() @@ -42030,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), @@ -42047,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( @@ -42063,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!( @@ -42076,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) @@ -42086,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!( @@ -42099,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() @@ -42123,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), @@ -42143,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()), @@ -42156,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() @@ -42166,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) @@ -42176,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) @@ -42197,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), @@ -42216,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()), @@ -42228,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() @@ -42238,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() @@ -42260,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), @@ -42275,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()), @@ -42287,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() @@ -42297,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() @@ -42317,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), @@ -42335,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()), @@ -42347,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() @@ -42357,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() @@ -42379,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), @@ -42396,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()), @@ -42410,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() @@ -42420,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() @@ -42430,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) @@ -42440,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() @@ -42464,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), @@ -42480,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()), @@ -42491,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() @@ -42512,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), @@ -42535,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()), @@ -42554,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() @@ -42564,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() @@ -42574,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() @@ -42584,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() @@ -42594,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() @@ -42604,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() @@ -42614,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) @@ -42624,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) @@ -42634,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) @@ -42663,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), @@ -42687,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()), @@ -42701,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() @@ -42711,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() @@ -42721,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() @@ -42731,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() @@ -42755,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), @@ -42776,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()), @@ -42788,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() @@ -42798,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() @@ -42820,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), @@ -42840,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()), @@ -42854,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() @@ -42864,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() @@ -42874,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() @@ -42884,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() @@ -42908,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), @@ -42944,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()), @@ -42968,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() @@ -42978,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() @@ -42988,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!( @@ -43001,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() @@ -43011,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) @@ -43021,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() @@ -43031,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() @@ -43041,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() @@ -43051,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) @@ -43061,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!( @@ -43074,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) @@ -43084,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) @@ -43116,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), @@ -43157,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()), @@ -43181,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() @@ -43191,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() @@ -43201,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!( @@ -43214,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) @@ -43224,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!( @@ -43237,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() @@ -43247,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) @@ -43257,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() @@ -43267,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) @@ -43277,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!( @@ -43310,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), @@ -43344,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()), @@ -43362,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() @@ -43372,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) @@ -43382,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() @@ -43392,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) @@ -43402,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!( @@ -43417,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() @@ -43427,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) @@ -43437,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) @@ -43463,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), @@ -43499,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()), @@ -43517,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!( @@ -43530,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() @@ -43540,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) @@ -43550,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) @@ -43560,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!( @@ -43575,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() @@ -43585,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() @@ -43595,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!( @@ -43626,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), @@ -43653,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()), @@ -43669,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() @@ -43679,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() @@ -43689,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() @@ -43699,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() @@ -43709,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) @@ -43719,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) @@ -43745,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), @@ -43767,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()), @@ -43779,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() @@ -43789,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() @@ -43811,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), @@ -43828,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()), @@ -43842,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() @@ -43852,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() @@ -43862,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() @@ -43872,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() @@ -43896,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), @@ -43914,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()), @@ -43927,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() @@ -43937,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() @@ -43947,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() @@ -43970,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), @@ -43989,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()), @@ -44001,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() @@ -44011,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() @@ -44033,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), @@ -44055,7 +44212,7 @@ pub mod types { >, } - impl Default for SiloQuotasUpdate { + impl ::std::default::Default for SiloQuotasUpdate { fn default() -> Self { Self { cpus: Ok(Default::default()), @@ -44068,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() @@ -44078,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() @@ -44088,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() @@ -44111,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), @@ -44130,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()), @@ -44142,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() @@ -44152,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() @@ -44174,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), @@ -44191,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()), @@ -44202,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!( @@ -44226,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), @@ -44241,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()), @@ -44254,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() @@ -44264,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) @@ -44274,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() @@ -44297,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), @@ -44315,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()), @@ -44329,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() @@ -44339,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() @@ -44349,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() @@ -44359,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() @@ -44383,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), @@ -44406,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()), @@ -44418,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() @@ -44428,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() @@ -44450,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), @@ -44474,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()), @@ -44497,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() @@ -44507,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() @@ -44517,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() @@ -44527,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() @@ -44537,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() @@ -44547,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) @@ -44557,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) @@ -44567,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!( @@ -44580,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!( @@ -44610,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), @@ -44631,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()), @@ -44642,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() @@ -44661,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) } } @@ -44685,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()), @@ -44706,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) @@ -44716,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() @@ -44726,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() @@ -44736,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) @@ -44746,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() @@ -44756,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() @@ -44766,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) @@ -44776,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() @@ -44786,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() @@ -44796,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) @@ -44806,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) @@ -44837,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), @@ -44865,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()), @@ -44877,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() @@ -44887,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() @@ -44909,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), @@ -44923,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()), @@ -44934,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() @@ -44955,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), @@ -44969,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()), @@ -44981,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() @@ -44991,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() @@ -45013,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), @@ -45031,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()), @@ -45043,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() @@ -45053,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() @@ -45075,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), @@ -45099,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()), @@ -45118,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() @@ -45128,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() @@ -45138,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() @@ -45148,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() @@ -45158,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() @@ -45168,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() @@ -45178,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() @@ -45188,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) @@ -45198,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) @@ -45227,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), @@ -45250,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()), @@ -45263,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() @@ -45273,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() @@ -45283,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() @@ -45306,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), @@ -45325,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()), @@ -45337,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() @@ -45347,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() @@ -45369,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), @@ -45391,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()), @@ -45408,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() @@ -45418,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() @@ -45428,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() @@ -45438,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() @@ -45448,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) @@ -45458,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) @@ -45468,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) @@ -45495,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), @@ -45516,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()), @@ -45529,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() @@ -45539,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() @@ -45549,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() @@ -45572,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), @@ -45591,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()), @@ -45603,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() @@ -45613,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() @@ -45635,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), @@ -45655,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()), @@ -45670,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() @@ -45680,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() @@ -45690,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() @@ -45700,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) @@ -45710,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) @@ -45735,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), @@ -45756,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()), @@ -45768,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() @@ -45780,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() @@ -45802,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), @@ -45820,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()), @@ -45835,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() @@ -45845,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) @@ -45855,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() @@ -45865,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!( @@ -45878,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() @@ -45903,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), @@ -45921,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()), @@ -45933,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() @@ -45943,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() @@ -45965,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), @@ -45984,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()), @@ -45999,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() @@ -46009,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() @@ -46019,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!( @@ -46032,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() @@ -46042,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) @@ -46067,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), @@ -46088,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()), @@ -46105,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() @@ -46115,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!( @@ -46128,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) @@ -46138,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!( @@ -46151,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() @@ -46176,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), @@ -46193,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()), @@ -46204,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) @@ -46225,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), @@ -46239,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()), @@ -46251,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() @@ -46261,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!( @@ -46286,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), @@ -46300,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()), @@ -46311,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() @@ -46332,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), @@ -46355,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()), @@ -46373,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() @@ -46383,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() @@ -46393,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() @@ -46403,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!( @@ -46416,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() @@ -46426,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!( @@ -46439,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() @@ -46449,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) @@ -46477,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), @@ -46501,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()), @@ -46513,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() @@ -46523,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() @@ -46545,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), @@ -46564,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()), @@ -46580,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() @@ -46590,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() @@ -46600,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) @@ -46610,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!( @@ -46623,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) @@ -46633,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() @@ -46659,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), @@ -46683,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()), @@ -46698,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() @@ -46708,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() @@ -46718,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() @@ -46728,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) @@ -46738,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) @@ -46763,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), @@ -46807,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()), @@ -46826,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() @@ -46838,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() @@ -46850,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() @@ -46860,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() @@ -46870,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() @@ -46885,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() @@ -46897,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() @@ -46907,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() @@ -46917,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() @@ -46948,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), @@ -46970,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( @@ -46984,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!( @@ -46997,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!( @@ -47022,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), @@ -47043,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()), @@ -47055,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() @@ -47065,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() @@ -47089,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), @@ -47138,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()), @@ -47159,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() @@ -47169,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() @@ -47179,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() @@ -47189,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() @@ -47199,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() @@ -47209,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() @@ -47219,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() @@ -47229,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() @@ -47239,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() @@ -47249,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() @@ -47259,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) @@ -47290,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), @@ -47317,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()), @@ -47329,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() @@ -47339,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() @@ -47361,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), @@ -47376,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( @@ -47390,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!( @@ -47403,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() @@ -47425,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), @@ -47443,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()), @@ -47455,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() @@ -47465,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() @@ -47489,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), @@ -47507,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()), @@ -47519,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() @@ -47531,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() @@ -47553,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), @@ -47568,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()), @@ -47580,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() @@ -47590,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() @@ -47612,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), @@ -47626,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()), @@ -47637,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() @@ -47658,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), @@ -47679,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()), @@ -47697,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() @@ -47707,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() @@ -47717,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() @@ -47727,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() @@ -47737,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) @@ -47747,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) @@ -47757,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() @@ -47767,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() @@ -47795,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), @@ -47822,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()), @@ -47834,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() @@ -47844,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() @@ -47866,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), @@ -47884,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()), @@ -47899,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() @@ -47909,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() @@ -47919,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() @@ -47929,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() @@ -47939,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() @@ -47964,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), @@ -47983,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()), @@ -47996,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() @@ -48006,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() @@ -48016,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() @@ -48039,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), @@ -48055,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()), @@ -48067,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() @@ -48077,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() @@ -48099,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), @@ -48120,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()), @@ -48132,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() @@ -48142,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() @@ -48164,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), @@ -48180,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()), @@ -48193,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) @@ -48203,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() @@ -48213,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() @@ -48234,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), @@ -48255,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()), @@ -48270,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() @@ -48280,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() @@ -48290,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() @@ -48300,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) @@ -48310,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) @@ -48335,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), @@ -48357,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()), @@ -48369,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() @@ -48379,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() @@ -48401,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), @@ -48416,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()), @@ -48428,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() @@ -48438,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() @@ -48460,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), @@ -48478,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()), @@ -48490,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() @@ -48500,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() @@ -48522,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), @@ -48537,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()), @@ -48549,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() @@ -48559,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() @@ -48581,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), @@ -48596,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()), @@ -48608,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() @@ -48618,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() @@ -48640,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), @@ -48655,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()), @@ -48667,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() @@ -48677,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() @@ -48699,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), @@ -48715,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()), @@ -48728,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() @@ -48738,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() @@ -48748,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() @@ -48771,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), @@ -48796,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()), @@ -48815,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() @@ -48825,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() @@ -48835,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() @@ -48845,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() @@ -48855,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() @@ -48865,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() @@ -48875,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!( @@ -48888,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) @@ -48898,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) @@ -48925,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), @@ -48950,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()), @@ -48964,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() @@ -48974,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() @@ -48984,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() @@ -48994,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() @@ -49018,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), @@ -49051,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()), @@ -49073,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() @@ -49083,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() @@ -49093,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() @@ -49103,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() @@ -49113,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() @@ -49123,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() @@ -49133,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() @@ -49143,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() @@ -49153,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() @@ -49163,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) @@ -49173,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) @@ -49183,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() @@ -49215,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), @@ -49250,7 +49409,7 @@ pub mod types { >, } - impl Default for VpcFirewallRuleFilter { + impl ::std::default::Default for VpcFirewallRuleFilter { fn default() -> Self { Self { hosts: Ok(Default::default()), @@ -49263,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() @@ -49275,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() @@ -49287,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() @@ -49312,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), @@ -49338,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()), @@ -49356,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() @@ -49366,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() @@ -49376,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() @@ -49386,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() @@ -49396,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() @@ -49406,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() @@ -49416,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() @@ -49426,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() @@ -49454,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), @@ -49477,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()), @@ -49488,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() @@ -49509,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), @@ -49525,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()), @@ -49536,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() @@ -49557,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), @@ -49574,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()), @@ -49586,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() @@ -49596,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() @@ -49618,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), @@ -49640,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()), @@ -49657,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() @@ -49667,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() @@ -49677,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() @@ -49687,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() @@ -49697,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) @@ -49707,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) @@ -49717,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() @@ -49744,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), @@ -49764,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()), @@ -49776,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() @@ -49786,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() @@ -49808,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), @@ -49826,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()), @@ -49838,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() @@ -49848,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() @@ -49870,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), @@ -49888,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()), @@ -49900,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() @@ -49910,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() @@ -49932,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), @@ -49957,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()), @@ -49976,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!( @@ -49989,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() @@ -49999,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() @@ -50009,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() @@ -50019,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() @@ -50029,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() @@ -50039,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) @@ -50049,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) @@ -50059,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() @@ -50088,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), @@ -50117,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()), @@ -50132,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) @@ -50142,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() @@ -50152,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() @@ -50162,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() @@ -50172,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() @@ -50197,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), @@ -50218,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()), @@ -50230,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() @@ -50240,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() @@ -50262,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), @@ -50284,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()), @@ -50297,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) @@ -50307,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() @@ -50317,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() @@ -50340,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), @@ -50361,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()), @@ -50374,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() @@ -50384,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() @@ -50394,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() @@ -50417,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),