pub struct AboutResponse {
pub hello: String,
pub api_version: String,
pub documentation_url: String,
pub statistics: AboutStatistics,
pub extra: ExtraFields,
}Fields§
§hello: String§api_version: String§documentation_url: String§statistics: AboutStatistics§extra: ExtraFieldsTrait Implementations§
Source§impl Clone for AboutResponse
impl Clone for AboutResponse
Source§fn clone(&self) -> AboutResponse
fn clone(&self) -> AboutResponse
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 AboutResponse
impl Debug for AboutResponse
Source§impl<'de> Deserialize<'de> for AboutResponse
impl<'de> Deserialize<'de> for AboutResponse
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 AboutResponse
impl RefUnwindSafe for AboutResponse
impl Send for AboutResponse
impl Sync for AboutResponse
impl Unpin for AboutResponse
impl UnsafeUnpin for AboutResponse
impl UnwindSafe for AboutResponse
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