pub struct GetStationListChecksumResponse {
pub checksum: String,
}
Expand description
The response contains the new checksum.
| Name | Type | Description | | checksum | string | |
{
"stat":"ok",
"result":{
"checksum":"99776ddd31ad798895578593e78e3691"
}
}
Fields§
§checksum: String
Checksum for station list
Trait Implementations§
Source§impl Clone for GetStationListChecksumResponse
impl Clone for GetStationListChecksumResponse
Source§fn clone(&self) -> GetStationListChecksumResponse
fn clone(&self) -> GetStationListChecksumResponse
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<'de> Deserialize<'de> for GetStationListChecksumResponse
impl<'de> Deserialize<'de> for GetStationListChecksumResponse
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 GetStationListChecksumResponse
impl RefUnwindSafe for GetStationListChecksumResponse
impl Send for GetStationListChecksumResponse
impl Sync for GetStationListChecksumResponse
impl Unpin for GetStationListChecksumResponse
impl UnwindSafe for GetStationListChecksumResponse
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