pub enum OpenAIComputerEnvironment {
Browser,
Mac,
Windows,
Linux,
Ubuntu,
}Expand description
OpenAI computer use environment.
Variants§
Trait Implementations§
Source§impl Clone for OpenAIComputerEnvironment
impl Clone for OpenAIComputerEnvironment
Source§fn clone(&self) -> OpenAIComputerEnvironment
fn clone(&self) -> OpenAIComputerEnvironment
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 OpenAIComputerEnvironment
impl Debug for OpenAIComputerEnvironment
Source§impl PartialEq for OpenAIComputerEnvironment
impl PartialEq for OpenAIComputerEnvironment
Source§fn eq(&self, other: &OpenAIComputerEnvironment) -> bool
fn eq(&self, other: &OpenAIComputerEnvironment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OpenAIComputerEnvironment
impl Eq for OpenAIComputerEnvironment
impl StructuralPartialEq for OpenAIComputerEnvironment
Auto Trait Implementations§
impl Freeze for OpenAIComputerEnvironment
impl RefUnwindSafe for OpenAIComputerEnvironment
impl Send for OpenAIComputerEnvironment
impl Sync for OpenAIComputerEnvironment
impl Unpin for OpenAIComputerEnvironment
impl UnsafeUnpin for OpenAIComputerEnvironment
impl UnwindSafe for OpenAIComputerEnvironment
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