pub struct DataFormatArgs {
pub key: SpanKey,
pub fmt: Option<FormatSpec>,
pub set_vals: bool,
pub ignore_fmt_errs: bool,
pub fmt_normalize: bool,
pub emit: bool,
pub undo: bool,
pub save_selection: bool,
pub expand: bool,
}Fields§
§key: SpanKey§fmt: Option<FormatSpec>§set_vals: bool§ignore_fmt_errs: bool§fmt_normalize: bool§emit: bool§undo: bool§save_selection: bool§expand: boolTrait Implementations§
Source§impl Clone for DataFormatArgs
impl Clone for DataFormatArgs
Source§fn clone(&self) -> DataFormatArgs
fn clone(&self) -> DataFormatArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DataFormatArgs
impl Debug for DataFormatArgs
Source§impl Default for DataFormatArgs
impl Default for DataFormatArgs
Source§impl PartialEq for DataFormatArgs
impl PartialEq for DataFormatArgs
Source§fn eq(&self, other: &DataFormatArgs) -> bool
fn eq(&self, other: &DataFormatArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DataFormatArgs
Auto Trait Implementations§
impl Freeze for DataFormatArgs
impl RefUnwindSafe for DataFormatArgs
impl Send for DataFormatArgs
impl Sync for DataFormatArgs
impl Unpin for DataFormatArgs
impl UnsafeUnpin for DataFormatArgs
impl UnwindSafe for DataFormatArgs
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