pub struct ComputerUsePreviewTool { /* private fields */ }Trait Implementations§
Source§impl Clone for ComputerUsePreviewTool
impl Clone for ComputerUsePreviewTool
Source§fn clone(&self) -> ComputerUsePreviewTool
fn clone(&self) -> ComputerUsePreviewTool
Returns a duplicate 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 ComputerUsePreviewTool
impl Debug for ComputerUsePreviewTool
Source§impl Default for ComputerUsePreviewTool
impl Default for ComputerUsePreviewTool
Source§fn default() -> ComputerUsePreviewTool
fn default() -> ComputerUsePreviewTool
Returns the “default value” for a type. Read more
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
Source§impl PartialEq for ComputerUsePreviewTool
impl PartialEq for ComputerUsePreviewTool
Source§impl Serialize for ComputerUsePreviewTool
impl Serialize for ComputerUsePreviewTool
impl StructuralPartialEq for ComputerUsePreviewTool
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