pub struct XmlAutomataState { /* private fields */ }Expand description
A state int the automata description,
Implementations§
Source§impl XmlAutomataState
impl XmlAutomataState
Sourcepub fn set_final_state(&mut self) -> i32
pub fn set_final_state(&mut self) -> i32
Makes that state a final state
Returns 0 or -1 in case of error
Trait Implementations§
Source§impl Default for XmlAutomataState
impl Default for XmlAutomataState
Source§fn default() -> XmlAutomataState
fn default() -> XmlAutomataState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for XmlAutomataState
impl RefUnwindSafe for XmlAutomataState
impl Send for XmlAutomataState
impl Sync for XmlAutomataState
impl Unpin for XmlAutomataState
impl UnwindSafe for XmlAutomataState
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