pub type LayoutRef = Arc<dyn Layout>;Aliased Type§
pub struct LayoutRef { /* private fields */ }Trait Implementations§
Source§impl From<ChunkedLayout> for LayoutRef
impl From<ChunkedLayout> for LayoutRef
Source§fn from(value: ChunkedLayout) -> LayoutRef
fn from(value: ChunkedLayout) -> LayoutRef
Converts to this type from the input type.
Source§impl From<DictLayout> for LayoutRef
impl From<DictLayout> for LayoutRef
Source§fn from(value: DictLayout) -> LayoutRef
fn from(value: DictLayout) -> LayoutRef
Converts to this type from the input type.
Source§impl From<FlatLayout> for LayoutRef
impl From<FlatLayout> for LayoutRef
Source§fn from(value: FlatLayout) -> LayoutRef
fn from(value: FlatLayout) -> LayoutRef
Converts to this type from the input type.
Source§impl From<StructLayout> for LayoutRef
impl From<StructLayout> for LayoutRef
Source§fn from(value: StructLayout) -> LayoutRef
fn from(value: StructLayout) -> LayoutRef
Converts to this type from the input type.
Source§impl From<ZonedLayout> for LayoutRef
impl From<ZonedLayout> for LayoutRef
Source§fn from(value: ZonedLayout) -> LayoutRef
fn from(value: ZonedLayout) -> LayoutRef
Converts to this type from the input type.