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>identity_url: Option<Url>metadata_url: Option<Url>locks_url: Option<Url>Trait Implementations
sourceimpl Debug for RawApiConfig
impl Debug for RawApiConfig
sourceimpl Default for RawApiConfig
impl Default for RawApiConfig
sourcefn default() -> RawApiConfig
fn default() -> RawApiConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RawApiConfig
impl<'de> Deserialize<'de> for RawApiConfig
sourcefn 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
sourceimpl Serialize for RawApiConfig
impl Serialize for RawApiConfig
Auto Trait Implementations
impl RefUnwindSafe for RawApiConfig
impl Send for RawApiConfig
impl Sync for RawApiConfig
impl Unpin for RawApiConfig
impl UnwindSafe for RawApiConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more