pub enum ToolExecutionCompleteContentResourceLinkIconTheme {
Light,
Dark,
Unknown,
}Expand description
Theme variant this icon is intended for
Variants§
Light
Icon intended for light themes.
Dark
Icon intended for dark themes.
Unknown
Unknown variant for forward compatibility.
Trait Implementations§
Source§impl Clone for ToolExecutionCompleteContentResourceLinkIconTheme
impl Clone for ToolExecutionCompleteContentResourceLinkIconTheme
Source§fn clone(&self) -> ToolExecutionCompleteContentResourceLinkIconTheme
fn clone(&self) -> ToolExecutionCompleteContentResourceLinkIconTheme
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 Default for ToolExecutionCompleteContentResourceLinkIconTheme
impl Default for ToolExecutionCompleteContentResourceLinkIconTheme
Source§fn default() -> ToolExecutionCompleteContentResourceLinkIconTheme
fn default() -> ToolExecutionCompleteContentResourceLinkIconTheme
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolExecutionCompleteContentResourceLinkIconTheme
impl<'de> Deserialize<'de> for ToolExecutionCompleteContentResourceLinkIconTheme
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 ToolExecutionCompleteContentResourceLinkIconTheme
impl PartialEq for ToolExecutionCompleteContentResourceLinkIconTheme
Source§fn eq(&self, other: &ToolExecutionCompleteContentResourceLinkIconTheme) -> bool
fn eq(&self, other: &ToolExecutionCompleteContentResourceLinkIconTheme) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ToolExecutionCompleteContentResourceLinkIconTheme
impl StructuralPartialEq for ToolExecutionCompleteContentResourceLinkIconTheme
Auto Trait Implementations§
impl Freeze for ToolExecutionCompleteContentResourceLinkIconTheme
impl RefUnwindSafe for ToolExecutionCompleteContentResourceLinkIconTheme
impl Send for ToolExecutionCompleteContentResourceLinkIconTheme
impl Sync for ToolExecutionCompleteContentResourceLinkIconTheme
impl Unpin for ToolExecutionCompleteContentResourceLinkIconTheme
impl UnsafeUnpin for ToolExecutionCompleteContentResourceLinkIconTheme
impl UnwindSafe for ToolExecutionCompleteContentResourceLinkIconTheme
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