pub struct LayerSettings<I, L, A> {
pub objects: Vec<LayerObjectSettings<I, L, A>>,
}Fields§
§objects: Vec<LayerObjectSettings<I, L, A>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, L, A> Freeze for LayerSettings<I, L, A>
impl<I, L, A> RefUnwindSafe for LayerSettings<I, L, A>
impl<I, L, A> Send for LayerSettings<I, L, A>
impl<I, L, A> Sync for LayerSettings<I, L, A>
impl<I, L, A> Unpin for LayerSettings<I, L, A>
impl<I, L, A> UnwindSafe for LayerSettings<I, L, 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