pub enum StyleStrength {
Light,
Medium,
Strong,
}Variants§
Trait Implementations§
Source§impl Clone for StyleStrength
impl Clone for StyleStrength
Source§fn clone(&self) -> StyleStrength
fn clone(&self) -> StyleStrength
Returns a duplicate 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 Debug for StyleStrength
impl Debug for StyleStrength
Source§impl Hash for StyleStrength
impl Hash for StyleStrength
Source§impl PartialEq for StyleStrength
impl PartialEq for StyleStrength
impl Copy for StyleStrength
impl Eq for StyleStrength
impl StructuralPartialEq for StyleStrength
Auto Trait Implementations§
impl Freeze for StyleStrength
impl RefUnwindSafe for StyleStrength
impl Send for StyleStrength
impl Sync for StyleStrength
impl Unpin for StyleStrength
impl UnsafeUnpin for StyleStrength
impl UnwindSafe for StyleStrength
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