pub struct BorderScale {
pub none: String,
pub sm: String,
pub base: String,
pub md: String,
pub lg: String,
pub xl: String,
}Expand description
Re-export core tailwind-rs functionality Border scale
Fields§
§none: String§sm: String§base: String§md: String§lg: String§xl: StringImplementations§
Source§impl BorderScale
impl BorderScale
Sourcepub fn new() -> BorderScale
pub fn new() -> BorderScale
Creates a new border scale with default values
Trait Implementations§
Source§impl Default for BorderScale
impl Default for BorderScale
Source§fn default() -> BorderScale
fn default() -> BorderScale
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BorderScale
impl RefUnwindSafe for BorderScale
impl Send for BorderScale
impl Sync for BorderScale
impl Unpin for BorderScale
impl UnwindSafe for BorderScale
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