Struct apocalypse::HellBuilder
source · pub struct HellBuilder { /* private fields */ }Expand description
Builder helper for a Hell instance
Implementations§
source§impl HellBuilder
impl HellBuilder
sourcepub fn new() -> HellBuilder
pub fn new() -> HellBuilder
Generates a new instance of a hell builder
let hell = HellBuilder::new();
// Change params of the hell instanceAuto Trait Implementations§
impl RefUnwindSafe for HellBuilder
impl Send for HellBuilder
impl Sync for HellBuilder
impl Unpin for HellBuilder
impl UnwindSafe for HellBuilder
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