pub struct Layer<E> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for Layer<E>
impl<E> !RefUnwindSafe for Layer<E>
impl<E> Send for Layer<E>where
E: Send,
impl<E> Sync for Layer<E>where
E: Sync,
impl<E> Unpin for Layer<E>where
E: Unpin,
impl<E> !UnwindSafe for Layer<E>
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