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<ToolSlot, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ToolSlot, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ToolSlot
Source§impl Serialize for ToolSlot
impl Serialize for ToolSlot
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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