pub struct Sys {
pub message_type: Option<u32>,
pub id: Option<u32>,
pub country: String,
pub sunrise: Option<u32>,
pub sunset: Option<u32>,
}
Fields§
§message_type: Option<u32>
§id: Option<u32>
§country: String
§sunrise: Option<u32>
§sunset: Option<u32>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sys
impl<'de> Deserialize<'de> for Sys
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 Sys
impl RefUnwindSafe for Sys
impl Send for Sys
impl Sync for Sys
impl Unpin for Sys
impl UnwindSafe for Sys
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