pub struct DumpAction {
pub name: String,
pub public: String,
pub skip_fmt: bool,
pub dump_tree: bool,
pub dump_check: bool,
pub dump_range: bool,
pub trie_set: String,
}Fields§
§name: String§public: String§skip_fmt: bool§dump_tree: bool§dump_check: bool§dump_range: bool§trie_set: StringImplementations§
Source§impl DumpAction
impl DumpAction
Trait Implementations§
Source§impl Clone for DumpAction
impl Clone for DumpAction
Source§fn clone(&self) -> DumpAction
fn clone(&self) -> DumpAction
Returns a duplicate 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 DumpAction
impl Debug for DumpAction
Auto Trait Implementations§
impl Freeze for DumpAction
impl RefUnwindSafe for DumpAction
impl Send for DumpAction
impl Sync for DumpAction
impl Unpin for DumpAction
impl UnwindSafe for DumpAction
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