pub struct EnvironmentSessionBuilder { /* private fields */ }Expand description
A not-yet-running Session with its Environment selected.
Implementations§
Source§impl EnvironmentSessionBuilder
impl EnvironmentSessionBuilder
Sourcepub async fn start(self) -> Result<Session, SessionEnvironmentError>
pub async fn start(self) -> Result<Session, SessionEnvironmentError>
Persist and freeze the head binding before execution starts.
Auto Trait Implementations§
impl !RefUnwindSafe for EnvironmentSessionBuilder
impl !UnwindSafe for EnvironmentSessionBuilder
impl Freeze for EnvironmentSessionBuilder
impl Send for EnvironmentSessionBuilder
impl Sync for EnvironmentSessionBuilder
impl Unpin for EnvironmentSessionBuilder
impl UnsafeUnpin for EnvironmentSessionBuilder
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