pub enum DomLayout {
Normal,
Print,
AutoHeight,
}Expand description
Allowed values for GridOptions::dom_layout.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomLayout
impl RefUnwindSafe for DomLayout
impl Send for DomLayout
impl Sync for DomLayout
impl Unpin for DomLayout
impl UnwindSafe for DomLayout
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