pub struct Layers<'a> { /* private fields */ }Expand description
The layers to resolve, highest precedence first.
Ordered by the caller because only the caller knows which layers it has; the order they
are added in is the order --help and the docs describe, so a builder that read
bottom-up would invite exactly the kind of quiet disagreement this replaces.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Layers<'a>
impl<'a> !Send for Layers<'a>
impl<'a> !Sync for Layers<'a>
impl<'a> !UnwindSafe for Layers<'a>
impl<'a> Freeze for Layers<'a>
impl<'a> Unpin for Layers<'a>
impl<'a> UnsafeUnpin for Layers<'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