pub struct ToolSlot {
pub slot: String,
pub box_id: BoxId,
pub retired: bool,
}Fields§
§slot: String§box_id: BoxId§retired: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for ToolSlot
impl<'de> Deserialize<'de> for ToolSlot
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 ToolSlot
impl StructuralPartialEq for ToolSlot
Auto Trait Implementations§
impl Freeze for ToolSlot
impl RefUnwindSafe for ToolSlot
impl Send for ToolSlot
impl Sync for ToolSlot
impl Unpin for ToolSlot
impl UnsafeUnpin for ToolSlot
impl UnwindSafe for ToolSlot
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