pub struct BorderScale {
pub none: String,
pub sm: String,
pub base: String,
pub md: String,
pub lg: String,
pub xl: String,
}
Expand description
Border scale
Fields§
§none: String
§sm: String
§base: String
§md: String
§lg: String
§xl: String
Implementations§
Source§impl BorderScale
impl BorderScale
Trait Implementations§
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