pub struct MetaResponse {
pub tool_icons: HashMap<String, ToolIcon>,
}
Expand description
获取应用Meta信息的响应
Fields§
§tool_icons: HashMap<String, ToolIcon>
Trait Implementations§
Source§impl Clone for MetaResponse
impl Clone for MetaResponse
Source§fn clone(&self) -> MetaResponse
fn clone(&self) -> MetaResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MetaResponse
impl Debug for MetaResponse
Source§impl<'de> Deserialize<'de> for MetaResponse
impl<'de> Deserialize<'de> for MetaResponse
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 MetaResponse
impl RefUnwindSafe for MetaResponse
impl Send for MetaResponse
impl Sync for MetaResponse
impl Unpin for MetaResponse
impl UnwindSafe for MetaResponse
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