pub struct SliceListModelBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct SliceListModel
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for SliceListModelBuilder
impl RefUnwindSafe for SliceListModelBuilder
impl !Send for SliceListModelBuilder
impl !Sync for SliceListModelBuilder
impl Unpin for SliceListModelBuilder
impl UnwindSafe for SliceListModelBuilder
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