Struct gtk4::builders::DirectoryListBuilder
source · pub struct DirectoryListBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct DirectoryList
objects.
Implementations§
Trait Implementations§
source§impl Clone for DirectoryListBuilder
impl Clone for DirectoryListBuilder
source§fn clone(&self) -> DirectoryListBuilder
fn clone(&self) -> DirectoryListBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DirectoryListBuilder
impl Default for DirectoryListBuilder
source§fn default() -> DirectoryListBuilder
fn default() -> DirectoryListBuilder
Returns the “default value” for a type. Read more