pub struct ListProps<'b> {
pub block: Option<Block<'b>>,
pub entry_in_view: Option<usize>,
}
Fields§
§block: Option<Block<'b>>
§entry_in_view: Option<usize>
Trait Implementations§
Auto Trait Implementations§
impl<'b> RefUnwindSafe for ListProps<'b>
impl<'b> Send for ListProps<'b>
impl<'b> Sync for ListProps<'b>
impl<'b> Unpin for ListProps<'b>
impl<'b> UnwindSafe for ListProps<'b>
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