pub struct ConfigDataCompleteBuilder { /* private fields */ }
Expand description
Builder for ConfigData
.
Implementations§
Source§impl ConfigDataCompleteBuilder
impl ConfigDataCompleteBuilder
Sourcepub fn build(self) -> ConfigData
pub fn build(self) -> ConfigData
Build the ConfigData as-is. It includes the role field, and may include fields before it.
Auto Trait Implementations§
impl Freeze for ConfigDataCompleteBuilder
impl RefUnwindSafe for ConfigDataCompleteBuilder
impl Send for ConfigDataCompleteBuilder
impl Sync for ConfigDataCompleteBuilder
impl Unpin for ConfigDataCompleteBuilder
impl UnwindSafe for ConfigDataCompleteBuilder
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