pub struct RootConstructor { /* private fields */ }Implementations§
Source§impl RootConstructor
impl RootConstructor
Sourcepub fn builder() -> RootConstructorBuilder
pub fn builder() -> RootConstructorBuilder
Create an instance of RootConstructor using the builder syntax
Auto Trait Implementations§
impl Freeze for RootConstructor
impl RefUnwindSafe for RootConstructor
impl Send for RootConstructor
impl Sync for RootConstructor
impl Unpin for RootConstructor
impl UnwindSafe for RootConstructor
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