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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more