Struct gio::ListStoreBuilder [−][src]
pub struct ListStoreBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct ListStore
objects.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ListStoreBuilder
impl Send for ListStoreBuilder
impl Sync for ListStoreBuilder
impl Unpin for ListStoreBuilder
impl UnwindSafe for ListStoreBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more