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