pub struct RecordsByTime {
pub groupUid: String,
pub mapUid: String,
pub score: i32,
pub zones: Vec<RecordsByTime_Zone>,
}Expand description
get_records_by_time response types
Fields§
§groupUid: String§mapUid: String§score: i32§zones: Vec<RecordsByTime_Zone>Trait Implementations§
Source§impl Debug for RecordsByTime
impl Debug for RecordsByTime
Source§impl<'de> Deserialize<'de> for RecordsByTime
impl<'de> Deserialize<'de> for RecordsByTime
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 RecordsByTime
impl RefUnwindSafe for RecordsByTime
impl Send for RecordsByTime
impl Sync for RecordsByTime
impl Unpin for RecordsByTime
impl UnwindSafe for RecordsByTime
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