pub struct ComputerUsePreviewTool {
pub display_height: i32,
pub display_width: i32,
pub environment: String,
pub _type: String,
}
Fields§
§display_height: i32
The height of the computer display.
display_width: i32
The width of the computer display.
environment: String
The type of computer environment to control.
_type: String
The type of the computer use tool. Always computer_use_preview
.
Trait Implementations§
Source§impl Debug for ComputerUsePreviewTool
impl Debug for ComputerUsePreviewTool
Source§impl<'de> Deserialize<'de> for ComputerUsePreviewTool
impl<'de> Deserialize<'de> for ComputerUsePreviewTool
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
Auto Trait Implementations§
impl Freeze for ComputerUsePreviewTool
impl RefUnwindSafe for ComputerUsePreviewTool
impl Send for ComputerUsePreviewTool
impl Sync for ComputerUsePreviewTool
impl Unpin for ComputerUsePreviewTool
impl UnwindSafe for ComputerUsePreviewTool
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