pub struct ResolvedLayerEntry {
pub name: String,
pub decl: LayerDecl,
pub span: Span,
}Expand description
A resolved layer declaration.
Fields§
§name: String§decl: LayerDecl§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedLayerEntry
impl RefUnwindSafe for ResolvedLayerEntry
impl Send for ResolvedLayerEntry
impl Sync for ResolvedLayerEntry
impl Unpin for ResolvedLayerEntry
impl UnsafeUnpin for ResolvedLayerEntry
impl UnwindSafe for ResolvedLayerEntry
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