pub enum SubType {
Computer20241022,
}
Expand description
The sub type of tool.
Variants§
Computer20241022
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SubType
impl<'de> Deserialize<'de> for SubType
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 Ord for SubType
impl Ord for SubType
Source§impl PartialOrd for SubType
impl PartialOrd for SubType
impl Copy for SubType
impl Eq for SubType
impl StructuralPartialEq for SubType
Auto Trait Implementations§
impl Freeze for SubType
impl RefUnwindSafe for SubType
impl Send for SubType
impl Sync for SubType
impl Unpin for SubType
impl UnwindSafe for SubType
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