pub struct Layers<L>(pub L);Tuple Fields§
§0: LImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for Layers<L>where
L: Freeze,
impl<L> RefUnwindSafe for Layers<L>where
L: RefUnwindSafe,
impl<L> Send for Layers<L>where
L: Send,
impl<L> Sync for Layers<L>where
L: Sync,
impl<L> Unpin for Layers<L>where
L: Unpin,
impl<L> UnwindSafe for Layers<L>where
L: 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