pub struct ScopeSpawnLayer {}Expand description
Applies Spawn Scope to requests.
Implementations§
Trait Implementations§
Source§impl Clone for ScopeSpawnLayer
impl Clone for ScopeSpawnLayer
Source§fn clone(&self) -> ScopeSpawnLayer
fn clone(&self) -> ScopeSpawnLayer
Returns a duplicate of the value. Read more
1.0.0 · 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 ScopeSpawnLayer
impl Debug for ScopeSpawnLayer
Source§impl Default for ScopeSpawnLayer
impl Default for ScopeSpawnLayer
Source§fn default() -> ScopeSpawnLayer
fn default() -> ScopeSpawnLayer
Returns the “default value” for a type. Read more
Source§impl<S> Layer<S> for ScopeSpawnLayer
impl<S> Layer<S> for ScopeSpawnLayer
impl Copy for ScopeSpawnLayer
Auto Trait Implementations§
impl Freeze for ScopeSpawnLayer
impl RefUnwindSafe for ScopeSpawnLayer
impl Send for ScopeSpawnLayer
impl Sync for ScopeSpawnLayer
impl Unpin for ScopeSpawnLayer
impl UnsafeUnpin for ScopeSpawnLayer
impl UnwindSafe for ScopeSpawnLayer
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