pub enum ModalSize {
Small,
Medium,
Large,
SmallScreen,
MediumScreen,
Custom(String),
}
Variants§
Auto Trait Implementations§
impl Freeze for ModalSize
impl RefUnwindSafe for ModalSize
impl Send for ModalSize
impl Sync for ModalSize
impl Unpin for ModalSize
impl UnwindSafe for ModalSize
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