pub struct TextEditorTool20250728 {
pub name: StrReplaceBasedEditToolName,
pub type_: TextEditorTool20250728Type,
pub max_characters: Option<u64>,
pub common: ToolCommon,
}Fields§
§name: StrReplaceBasedEditToolName§type_: TextEditorTool20250728Type§max_characters: Option<u64>§common: ToolCommonTrait Implementations§
Source§impl Clone for TextEditorTool20250728
impl Clone for TextEditorTool20250728
Source§fn clone(&self) -> TextEditorTool20250728
fn clone(&self) -> TextEditorTool20250728
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 TextEditorTool20250728
impl Debug for TextEditorTool20250728
Source§impl<'de> Deserialize<'de> for TextEditorTool20250728
impl<'de> Deserialize<'de> for TextEditorTool20250728
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
Source§impl PartialEq for TextEditorTool20250728
impl PartialEq for TextEditorTool20250728
Source§impl Serialize for TextEditorTool20250728
impl Serialize for TextEditorTool20250728
impl StructuralPartialEq for TextEditorTool20250728
Auto Trait Implementations§
impl Freeze for TextEditorTool20250728
impl RefUnwindSafe for TextEditorTool20250728
impl Send for TextEditorTool20250728
impl Sync for TextEditorTool20250728
impl Unpin for TextEditorTool20250728
impl UnsafeUnpin for TextEditorTool20250728
impl UnwindSafe for TextEditorTool20250728
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