Enum thaw::ProgressIndicatorPlacement
source · pub enum ProgressIndicatorPlacement {
Outside,
Inside,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for ProgressIndicatorPlacement
impl Clone for ProgressIndicatorPlacement
source§fn clone(&self) -> ProgressIndicatorPlacement
fn clone(&self) -> ProgressIndicatorPlacement
Returns a copy 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 Default for ProgressIndicatorPlacement
impl Default for ProgressIndicatorPlacement
source§fn default() -> ProgressIndicatorPlacement
fn default() -> ProgressIndicatorPlacement
Returns the “default value” for a type. Read more
source§impl PartialEq for ProgressIndicatorPlacement
impl PartialEq for ProgressIndicatorPlacement
source§fn eq(&self, other: &ProgressIndicatorPlacement) -> bool
fn eq(&self, other: &ProgressIndicatorPlacement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ProgressIndicatorPlacement
impl StructuralPartialEq for ProgressIndicatorPlacement
Auto Trait Implementations§
impl RefUnwindSafe for ProgressIndicatorPlacement
impl Send for ProgressIndicatorPlacement
impl Sync for ProgressIndicatorPlacement
impl Unpin for ProgressIndicatorPlacement
impl UnwindSafe for ProgressIndicatorPlacement
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