pub struct SlotInfo {
pub id: String,
pub status: String,
pub description: String,
pub options: Map<String, Value>,
pub reason: String,
pub idle: bool,
}
Fields§
§id: String
§status: String
§description: String
§options: Map<String, Value>
§reason: String
§idle: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SlotInfo
impl<'de> Deserialize<'de> for SlotInfo
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
impl Eq for SlotInfo
impl StructuralPartialEq for SlotInfo
Auto Trait Implementations§
impl Freeze for SlotInfo
impl RefUnwindSafe for SlotInfo
impl Send for SlotInfo
impl Sync for SlotInfo
impl Unpin for SlotInfo
impl UnwindSafe for SlotInfo
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