pub struct List<'b> {
pub length: usize,
pub state: ListState,
/* private fields */
}Fields§
§length: usize§state: ListStateImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'b> Freeze for List<'b>
impl<'b> RefUnwindSafe for List<'b>
impl<'b> Send for List<'b>
impl<'b> Sync for List<'b>
impl<'b> Unpin for List<'b>
impl<'b> UnwindSafe for List<'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