pub struct LeanWorkerSessionConfig { /* private fields */ }Expand description
Configuration for opening one host session inside a worker child.
Implementations§
Trait Implementations§
Source§impl Clone for LeanWorkerSessionConfig
impl Clone for LeanWorkerSessionConfig
Source§fn clone(&self) -> LeanWorkerSessionConfig
fn clone(&self) -> LeanWorkerSessionConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LeanWorkerSessionConfig
impl Debug for LeanWorkerSessionConfig
Source§impl PartialEq for LeanWorkerSessionConfig
impl PartialEq for LeanWorkerSessionConfig
Source§fn eq(&self, other: &LeanWorkerSessionConfig) -> bool
fn eq(&self, other: &LeanWorkerSessionConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LeanWorkerSessionConfig
impl StructuralPartialEq for LeanWorkerSessionConfig
Auto Trait Implementations§
impl Freeze for LeanWorkerSessionConfig
impl RefUnwindSafe for LeanWorkerSessionConfig
impl Send for LeanWorkerSessionConfig
impl Sync for LeanWorkerSessionConfig
impl Unpin for LeanWorkerSessionConfig
impl UnsafeUnpin for LeanWorkerSessionConfig
impl UnwindSafe for LeanWorkerSessionConfig
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