pub struct SessionLimitPredictionResultAvailable {
pub kind: SessionLimitPredictionResultAvailableKind,
pub prediction: SessionLimitPredictionDetails,
}Fields§
§kind: SessionLimitPredictionResultAvailableKindPrediction result variant discriminator.
prediction: SessionLimitPredictionDetailsPredicted session limit details.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SessionLimitPredictionResultAvailable
impl<'de> Deserialize<'de> for SessionLimitPredictionResultAvailable
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 SessionLimitPredictionResultAvailable
impl RefUnwindSafe for SessionLimitPredictionResultAvailable
impl Send for SessionLimitPredictionResultAvailable
impl Sync for SessionLimitPredictionResultAvailable
impl Unpin for SessionLimitPredictionResultAvailable
impl UnsafeUnpin for SessionLimitPredictionResultAvailable
impl UnwindSafe for SessionLimitPredictionResultAvailable
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