Struct character_set::DumpAction
source · [−]pub struct DumpAction {
pub name: String,
pub public: String,
pub skip_fmt: bool,
pub dump_tree: bool,
pub dump_check: bool,
pub trie_set: String,
}Fields
name: Stringpublic: Stringskip_fmt: booldump_tree: booldump_check: booltrie_set: StringImplementations
sourceimpl DumpAction
impl DumpAction
pub fn dump(&self, set: &CharacterSet) -> String
Trait Implementations
sourceimpl Clone for DumpAction
impl Clone for DumpAction
sourcefn clone(&self) -> DumpAction
fn clone(&self) -> DumpAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DumpAction
impl Debug for DumpAction
Auto Trait Implementations
impl RefUnwindSafe for DumpAction
impl Send for DumpAction
impl Sync for DumpAction
impl Unpin for DumpAction
impl UnwindSafe for DumpAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more