pub struct LayoutChainEntry {
pub id: String,
pub loader_keys: Vec<String>,
}Expand description
One entry in a layout chain (outer to inner order). Each layout owns a set of loader data keys.
Fields§
§id: String§loader_keys: Vec<String>Auto Trait Implementations§
impl Freeze for LayoutChainEntry
impl RefUnwindSafe for LayoutChainEntry
impl Send for LayoutChainEntry
impl Sync for LayoutChainEntry
impl Unpin for LayoutChainEntry
impl UnsafeUnpin for LayoutChainEntry
impl UnwindSafe for LayoutChainEntry
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