pub struct LayerInfo {
pub layer: Layer,
pub role: Role,
pub type_name: String,
}Expand description
Information about a component’s layer.
Fields§
§layer: LayerThe architectural layer.
role: RoleThe role within the layer.
type_name: StringType name of the component.
Trait Implementations§
impl Eq for LayerInfo
impl StructuralPartialEq for LayerInfo
Auto Trait Implementations§
impl Freeze for LayerInfo
impl RefUnwindSafe for LayerInfo
impl Send for LayerInfo
impl Sync for LayerInfo
impl Unpin for LayerInfo
impl UnwindSafe for LayerInfo
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