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
Auto Trait Implementations§
impl Freeze for RawApiConfig
impl RefUnwindSafe for RawApiConfig
impl Send for RawApiConfig
impl Sync for RawApiConfig
impl Unpin for RawApiConfig
impl UnwindSafe for RawApiConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more