pub struct HolyGrail { /* private fields */ }Expand description
Builder for the holy-grail preset layout.
Implementations§
Source§impl HolyGrail
impl HolyGrail
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 HolyGrail
impl RefUnwindSafe for HolyGrail
impl Send for HolyGrail
impl Sync for HolyGrail
impl Unpin for HolyGrail
impl UnsafeUnpin for HolyGrail
impl UnwindSafe for HolyGrail
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