pub struct IndexAPIResponse {
pub support_server: String,
pub endpoints: Vec<String>,
pub wrappers: HashMap<String, WrapperInfo>,
}
Fields§
§support_server: String
§endpoints: Vec<String>
§wrappers: HashMap<String, WrapperInfo>
Trait Implementations§
Source§impl Debug for IndexAPIResponse
impl Debug for IndexAPIResponse
Source§impl<'de> Deserialize<'de> for IndexAPIResponse
impl<'de> Deserialize<'de> for IndexAPIResponse
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 IndexAPIResponse
impl RefUnwindSafe for IndexAPIResponse
impl Send for IndexAPIResponse
impl Sync for IndexAPIResponse
impl Unpin for IndexAPIResponse
impl UnwindSafe for IndexAPIResponse
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