pub struct FormatPart {
pub key: String,
pub purpose: String,
}
Expand description
Represents a single parameter for a tool.
Fields§
§key: String
§purpose: String
Implementations§
Trait Implementations§
Source§impl Clone for FormatPart
impl Clone for FormatPart
Source§fn clone(&self) -> FormatPart
fn clone(&self) -> FormatPart
Returns a copy of the value. Read more
1.0.0 · 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 FormatPart
impl Debug for FormatPart
Auto Trait Implementations§
impl Freeze for FormatPart
impl RefUnwindSafe for FormatPart
impl Send for FormatPart
impl Sync for FormatPart
impl Unpin for FormatPart
impl UnwindSafe for FormatPart
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