pub struct ToolSlotInput {
pub slot: String,
pub name: String,
pub content: BoxContent,
pub retired: bool,
}Fields§
§slot: String§name: String§content: BoxContent§retired: boolTrait Implementations§
Source§impl Clone for ToolSlotInput
impl Clone for ToolSlotInput
Source§fn clone(&self) -> ToolSlotInput
fn clone(&self) -> ToolSlotInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ToolSlotInput
impl Debug for ToolSlotInput
impl Eq for ToolSlotInput
Source§impl PartialEq for ToolSlotInput
impl PartialEq for ToolSlotInput
impl StructuralPartialEq for ToolSlotInput
Auto Trait Implementations§
impl Freeze for ToolSlotInput
impl RefUnwindSafe for ToolSlotInput
impl Send for ToolSlotInput
impl Sync for ToolSlotInput
impl Unpin for ToolSlotInput
impl UnsafeUnpin for ToolSlotInput
impl UnwindSafe for ToolSlotInput
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