pub struct PertBuilder<F> { /* private fields */ }
Expand description
Struct used to build a Pert
Implementations§
Source§impl<F> PertBuilder<F>
impl<F> PertBuilder<F>
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for PertBuilder<F>where
F: Freeze,
impl<F> RefUnwindSafe for PertBuilder<F>where
F: RefUnwindSafe,
impl<F> Send for PertBuilder<F>where
F: Send,
impl<F> Sync for PertBuilder<F>where
F: Sync,
impl<F> Unpin for PertBuilder<F>where
F: Unpin,
impl<F> UnwindSafe for PertBuilder<F>where
F: UnwindSafe,
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