pub struct CenteredMaster { /* private fields */ }Expand description
Builder for the centered-master preset layout.
Implementations§
Source§impl CenteredMaster
impl CenteredMaster
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.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CenteredMaster
impl RefUnwindSafe for CenteredMaster
impl Send for CenteredMaster
impl Sync for CenteredMaster
impl Unpin for CenteredMaster
impl UnsafeUnpin for CenteredMaster
impl UnwindSafe for CenteredMaster
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