pub struct PropertyPageListBuilder { /* private fields */ }Expand description
Builder used to create a list of PropertyPages
Implementations§
Source§impl PropertyPageListBuilder
impl PropertyPageListBuilder
pub fn new() -> Self
pub fn with_property_pages(self, value: Vec<PropertyPage>) -> Self
pub fn build(self) -> Result<PropertyPageList, BuilderError>
Trait Implementations§
Source§impl Debug for PropertyPageListBuilder
impl Debug for PropertyPageListBuilder
Source§impl Default for PropertyPageListBuilder
impl Default for PropertyPageListBuilder
Source§fn default() -> PropertyPageListBuilder
fn default() -> PropertyPageListBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PropertyPageListBuilder
impl RefUnwindSafe for PropertyPageListBuilder
impl Send for PropertyPageListBuilder
impl Sync for PropertyPageListBuilder
impl Unpin for PropertyPageListBuilder
impl UnsafeUnpin for PropertyPageListBuilder
impl UnwindSafe for PropertyPageListBuilder
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