pub struct ThenLayer<F> { /* private fields */ }
Available on crate feature
util
only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for ThenLayer<F>where
F: Freeze,
impl<F> RefUnwindSafe for ThenLayer<F>where
F: RefUnwindSafe,
impl<F> Send for ThenLayer<F>where
F: Send,
impl<F> Sync for ThenLayer<F>where
F: Sync,
impl<F> Unpin for ThenLayer<F>where
F: Unpin,
impl<F> UnwindSafe for ThenLayer<F>where
F: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.