Struct dmat_components::components::interactive_list::ListEntry
source · pub struct ListEntry {
pub before: Option<Dom>,
pub content: Dom,
pub after: Option<Dom>,
}
Fields§
§before: Option<Dom>
§content: Dom
§after: Option<Dom>
Auto Trait Implementations§
impl !RefUnwindSafe for ListEntry
impl !Send for ListEntry
impl !Sync for ListEntry
impl Unpin for ListEntry
impl !UnwindSafe for ListEntry
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