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