Struct tailwind_css::EffectSystem
source · pub struct EffectSystem { /* private fields */ }
Implementations§
source§impl EffectSystem
impl EffectSystem
source§impl EffectSystem
impl EffectSystem
pub fn get_box_shadow(&self, name: &str) -> String
pub fn insert_box_shadow<K, V>(&mut self, key: K, value: V)
pub fn set_box_shadow_default<V>(&mut self, value: V)
pub fn get_drop_shadow(&self, name: &str) -> String
pub fn insert_drop_shadow<K, V>(&mut self, key: K, value: V)
pub fn set_drop_shadow_default<V>(&mut self, value: V)
Trait Implementations§
source§impl Clone for EffectSystem
impl Clone for EffectSystem
source§fn clone(&self) -> EffectSystem
fn clone(&self) -> EffectSystem
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 Debug for EffectSystem
impl Debug for EffectSystem
source§impl Default for EffectSystem
impl Default for EffectSystem
source§fn default() -> EffectSystem
fn default() -> EffectSystem
Returns the “default value” for a type. Read more
source§impl Hash for EffectSystem
impl Hash for EffectSystem
source§impl PartialEq for EffectSystem
impl PartialEq for EffectSystem
source§fn eq(&self, other: &EffectSystem) -> bool
fn eq(&self, other: &EffectSystem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EffectSystem
impl StructuralEq for EffectSystem
impl StructuralPartialEq for EffectSystem
Auto Trait Implementations§
impl RefUnwindSafe for EffectSystem
impl Send for EffectSystem
impl Sync for EffectSystem
impl Unpin for EffectSystem
impl UnwindSafe for EffectSystem
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