pub struct LayerStack<'a> { /* private fields */ }
Expand description
A layer stack object.
Implementations§
Source§impl<'a> LayerStack<'a>
impl<'a> LayerStack<'a>
Auto Trait Implementations§
impl<'a> Freeze for LayerStack<'a>
impl<'a> !RefUnwindSafe for LayerStack<'a>
impl<'a> !Send for LayerStack<'a>
impl<'a> !Sync for LayerStack<'a>
impl<'a> Unpin for LayerStack<'a>
impl<'a> !UnwindSafe for LayerStack<'a>
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