pub enum ShadowPreset {
None,
Xs,
Sm,
Md,
Lg,
Xl,
}Variants§
Trait Implementations§
Source§impl Clone for ShadowPreset
impl Clone for ShadowPreset
Source§fn clone(&self) -> ShadowPreset
fn clone(&self) -> ShadowPreset
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 ShadowPreset
impl Debug for ShadowPreset
Source§impl PartialEq for ShadowPreset
impl PartialEq for ShadowPreset
impl Copy for ShadowPreset
impl Eq for ShadowPreset
impl StructuralPartialEq for ShadowPreset
Auto Trait Implementations§
impl Freeze for ShadowPreset
impl RefUnwindSafe for ShadowPreset
impl Send for ShadowPreset
impl Sync for ShadowPreset
impl Unpin for ShadowPreset
impl UnsafeUnpin for ShadowPreset
impl UnwindSafe for ShadowPreset
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