pub enum NameTrue {
Computer,
}
Expand description
The name of the tool, fixed to ‘computer’
Variants§
Computer
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NameTrue
impl<'de> Deserialize<'de> for NameTrue
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 NameTrue
impl Ord for NameTrue
Source§impl PartialOrd for NameTrue
impl PartialOrd for NameTrue
impl Copy for NameTrue
impl Eq for NameTrue
impl StructuralPartialEq for NameTrue
Auto Trait Implementations§
impl Freeze for NameTrue
impl RefUnwindSafe for NameTrue
impl Send for NameTrue
impl Sync for NameTrue
impl Unpin for NameTrue
impl UnwindSafe for NameTrue
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