pub struct NJDNode { /* private fields */ }Implementations§
Source§impl NJDNode
Getters and setters
impl NJDNode
Getters and setters
pub fn get_chain_flag(&self) -> Option<bool>
pub fn set_chain_flag(&mut self, chain_flag: bool)
pub fn get_chain_rule(&self) -> &ChainRules
pub fn unset_chain_rule(&mut self)
pub fn get_pos(&self) -> &POS
pub fn get_pos_mut(&mut self) -> &mut POS
pub fn is_renyou(&self) -> bool
pub fn get_ctype(&self) -> &CType
pub fn get_cform(&self) -> &CForm
pub fn get_string(&self) -> &str
pub fn replace_string(&mut self, new_string: &str)
pub fn get_read(&self) -> Option<&str>
pub fn set_read(&mut self, read: &str)
pub fn get_pron(&self) -> &Pronunciation
pub fn get_pron_mut(&mut self) -> &mut Pronunciation
pub fn set_pron(&mut self, pron: Pronunciation)
Trait Implementations§
impl StructuralPartialEq for NJDNode
Auto Trait Implementations§
impl Freeze for NJDNode
impl RefUnwindSafe for NJDNode
impl Send for NJDNode
impl Sync for NJDNode
impl Unpin for NJDNode
impl UnwindSafe for NJDNode
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