pub struct ToolAppliedFileRow {
pub tool_id: String,
pub rel_path: String,
}Expand description
A file applied by a tool to a game directory.
Fields§
§tool_id: String§rel_path: StringTrait Implementations§
Source§impl Clone for ToolAppliedFileRow
impl Clone for ToolAppliedFileRow
Source§fn clone(&self) -> ToolAppliedFileRow
fn clone(&self) -> ToolAppliedFileRow
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 moreAuto Trait Implementations§
impl Freeze for ToolAppliedFileRow
impl RefUnwindSafe for ToolAppliedFileRow
impl Send for ToolAppliedFileRow
impl Sync for ToolAppliedFileRow
impl Unpin for ToolAppliedFileRow
impl UnsafeUnpin for ToolAppliedFileRow
impl UnwindSafe for ToolAppliedFileRow
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