pub struct DelProgressBarArgs {
pub row: String,
pub col: String,
pub emit: bool,
pub undo: bool,
pub save_selection: bool,
}Fields§
§row: String§col: String§emit: bool§undo: bool§save_selection: boolTrait Implementations§
Source§impl Clone for DelProgressBarArgs
impl Clone for DelProgressBarArgs
Source§fn clone(&self) -> DelProgressBarArgs
fn clone(&self) -> DelProgressBarArgs
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 DelProgressBarArgs
impl Debug for DelProgressBarArgs
Source§impl PartialEq for DelProgressBarArgs
impl PartialEq for DelProgressBarArgs
Source§fn eq(&self, other: &DelProgressBarArgs) -> bool
fn eq(&self, other: &DelProgressBarArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DelProgressBarArgs
Auto Trait Implementations§
impl Freeze for DelProgressBarArgs
impl RefUnwindSafe for DelProgressBarArgs
impl Send for DelProgressBarArgs
impl Sync for DelProgressBarArgs
impl Unpin for DelProgressBarArgs
impl UnsafeUnpin for DelProgressBarArgs
impl UnwindSafe for DelProgressBarArgs
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