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