pub struct MasterStack { /* private fields */ }Expand description
Builder for the master-stack preset layout.
Implementations§
Source§impl MasterStack
impl MasterStack
Source§impl MasterStack
impl MasterStack
Sourcepub fn into_runtime(self) -> Result<LayoutRuntime, PaneError>
pub fn into_runtime(self) -> Result<LayoutRuntime, PaneError>
Consume the builder and produce a crate::runtime::LayoutRuntime.
Source§impl MasterStack
impl MasterStack
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MasterStack
impl RefUnwindSafe for MasterStack
impl Send for MasterStack
impl Sync for MasterStack
impl Unpin for MasterStack
impl UnsafeUnpin for MasterStack
impl UnwindSafe for MasterStack
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