pub struct Modal {
pub id: String,
pub title: String,
pub content: String,
pub footer: String,
pub size: ModalSize,
pub closeable: bool,
pub visible: bool,
}Fields§
§id: String§title: String§content: String§size: ModalSize§closeable: bool§visible: boolImplementations§
Trait Implementations§
impl StructuralPartialEq for Modal
Auto Trait Implementations§
impl Freeze for Modal
impl RefUnwindSafe for Modal
impl Send for Modal
impl Sync for Modal
impl Unpin for Modal
impl UnwindSafe for Modal
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