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