pub enum ModalSize {
Small,
Medium,
Large,
FullScreen,
}Variants§
Trait Implementations§
impl Copy for ModalSize
impl StructuralPartialEq for ModalSize
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