pub struct HolyGrailStrategy { /* private fields */ }Expand description
Builder for holy-grail strategy: header, footer, left sidebar, main, right sidebar.
Implementations§
Source§impl HolyGrailStrategy
impl HolyGrailStrategy
Set the sidebar width.
Sourcepub fn header_height(self, height: f32) -> Self
pub fn header_height(self, height: f32) -> Self
Set the header height.
Set the footer height.
Trait Implementations§
Source§impl Clone for HolyGrailStrategy
impl Clone for HolyGrailStrategy
Source§fn clone(&self) -> HolyGrailStrategy
fn clone(&self) -> HolyGrailStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HolyGrailStrategy
impl RefUnwindSafe for HolyGrailStrategy
impl Send for HolyGrailStrategy
impl Sync for HolyGrailStrategy
impl Unpin for HolyGrailStrategy
impl UnsafeUnpin for HolyGrailStrategy
impl UnwindSafe for HolyGrailStrategy
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