Enum jpreprocess_core::pos::KoyuMeishi
source · pub enum KoyuMeishi {
General,
Person(Person),
Organization,
Region(Region),
}
Expand description
固有名詞
Variants§
Implementations§
source§impl KoyuMeishi
impl KoyuMeishi
pub fn from_strs(g2: &str, g3: &str) -> JPreprocessResult<Self>
Trait Implementations§
source§impl Clone for KoyuMeishi
impl Clone for KoyuMeishi
source§fn clone(&self) -> KoyuMeishi
fn clone(&self) -> KoyuMeishi
Returns a copy 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 KoyuMeishi
impl Debug for KoyuMeishi
source§impl<'de> Deserialize<'de> for KoyuMeishi
impl<'de> Deserialize<'de> for KoyuMeishi
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 Display for KoyuMeishi
impl Display for KoyuMeishi
source§impl PartialEq<KoyuMeishi> for KoyuMeishi
impl PartialEq<KoyuMeishi> for KoyuMeishi
source§fn eq(&self, other: &KoyuMeishi) -> bool
fn eq(&self, other: &KoyuMeishi) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for KoyuMeishi
impl Serialize for KoyuMeishi
impl Copy for KoyuMeishi
impl StructuralPartialEq for KoyuMeishi
Auto Trait Implementations§
impl RefUnwindSafe for KoyuMeishi
impl Send for KoyuMeishi
impl Sync for KoyuMeishi
impl Unpin for KoyuMeishi
impl UnwindSafe for KoyuMeishi
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