Enum jmdict::SenseTopic[][src]

pub enum SenseTopic {
Show variants Buddhism, Christianity, MartialArts, Shinto, Agriculture, Anatomy, Archeology, Architecture, Art, Astronomy, AudioVisual, Aviation, Baseball, Biochemistry, Biology, Botany, Business, Chemistry, Computing, Crystallography, Ecology, Economics, ElectricalEngineering, Electronics, Embryology, Engineering, Entomology, Finance, Fishing, Food, Gardening, Genetics, Geography, Geology, Geometry, Go, Golf, Grammar, GreekMythology, Hanafuda, Horseracing, Law, Linguistics, Logic, Mahjong, Mathematics, MechanicalEngineering, Medicine, Meteorology, Military, Music, Ornithology, Paleontology, Pathology, Pharmacy, Philosophy, Photography, Physics, Physiology, Printing, Psychology, Shogi, Sports, Statistics, Sumo, Telecommunications, Trademark, VideoGame, Zoology,
}

Field of study where a certain Sense originates.

Variants

Buddhism

Buddhism

Christianity

Christianity

MartialArts

martial arts

Shinto

Shinto

Agriculture

agriculture

Anatomy

anatomy

Archeology

archeology

Architecture

architecture, building

Art

art, aesthetics

Astronomy

astronomy

AudioVisual

audio-visual

Aviation

aviation

Baseball

baseball

Biochemistry

biochemistry

Biology

biology

Botany

botany

Business

business

Chemistry

chemistry

Computing

computing

Crystallography

crystallography

Ecology

ecology

Economics

economics

ElectricalEngineering

electricity, elec. eng.

Electronics

electronics

Embryology

embryology

Engineering

engineering

Entomology

entomology

Finance

finance

Fishing

fishing

Food

food, cooking

Gardening

gardening, horticulture

Genetics

genetics

Geography

geography

Geology

geology

Geometry

geometry

Go

go (game)

Golf

golf

Grammar

grammar

GreekMythology

Greek mythology

Hanafuda

hanafuda

Horseracing

horse-racing

Law

law

Linguistics

linguistics

Logic

logic

Mahjong

mahjong

Mathematics

mathematics

MechanicalEngineering

mechanical engineering

Medicine

medicine

Meteorology

climate, weather

Military

military

Music

music

Ornithology

ornithology

Paleontology

paleontology

Pathology

pathology

Pharmacy

pharmacy

Philosophy

philosophy

Photography

photography

Physics

physics

Physiology

physiology

Printing

printing

Psychology

psychology, psychiatry

Shogi

shogi

Sports

sports

Statistics

statistics

Sumo

sumo

Telecommunications

telecommunications

Trademark

trademark

VideoGame

video game

Zoology

zoology

Trait Implementations

impl Clone for SenseTopic[src]

impl Copy for SenseTopic[src]

impl Debug for SenseTopic[src]

impl Display for SenseTopic[src]

impl Enum for SenseTopic[src]

impl EnumPayload for SenseTopic[src]

impl Eq for SenseTopic[src]

impl Hash for SenseTopic[src]

impl PartialEq<SenseTopic> for SenseTopic[src]

impl StructuralEq for SenseTopic[src]

impl StructuralPartialEq for SenseTopic[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.