Struct seaplane_cli::config::RawApiConfig
source · pub struct RawApiConfig {
pub compute_url: Option<Url>,
pub identity_url: Option<Url>,
pub metadata_url: Option<Url>,
pub locks_url: Option<Url>,
}Fields§
§compute_url: Option<Url>The URL of Compute Service
identity_url: Option<Url>The URL of Token Identity Service
metadata_url: Option<Url>The URL of Metadata KVS Service
locks_url: Option<Url>The URL of Locks Service
Trait Implementations§
source§impl Debug for RawApiConfig
impl Debug for RawApiConfig
source§impl Default for RawApiConfig
impl Default for RawApiConfig
source§fn default() -> RawApiConfig
fn default() -> RawApiConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RawApiConfig
impl<'de> Deserialize<'de> for RawApiConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more