pub struct LifecycleLayer { /* private fields */ }
Expand description
A tower_layer::Layer
which builds Lifecycle
.
Trait Implementations§
Source§impl Clone for LifecycleLayer
impl Clone for LifecycleLayer
Source§fn clone(&self) -> LifecycleLayer
fn clone(&self) -> LifecycleLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LifecycleLayer
impl Default for LifecycleLayer
Source§fn default() -> LifecycleLayer
fn default() -> LifecycleLayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LifecycleLayer
impl RefUnwindSafe for LifecycleLayer
impl Send for LifecycleLayer
impl Sync for LifecycleLayer
impl Unpin for LifecycleLayer
impl UnwindSafe for LifecycleLayer
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