pub struct Prisecter {
pub pri: f64,
pub sec: f64,
pub ter: f64,
}Expand description
A struct usually filled in with data directly sent by the ch.tetr.io API You can set values manually but I really couldn’t explain the behavior to you.
Fields§
§pri: f64§sec: f64§ter: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Prisecter
impl<'de> Deserialize<'de> for Prisecter
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 Prisecter
impl RefUnwindSafe for Prisecter
impl Send for Prisecter
impl Sync for Prisecter
impl Unpin for Prisecter
impl UnwindSafe for Prisecter
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