Struct gtk4::builders::SliceListModelBuilder
source · pub struct SliceListModelBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct SliceListModel
objects.
Implementations§
Auto Trait Implementations§
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