pub enum LayoutType {
Basic,
Tidy,
LayeredTidy,
}
Variants§
Trait Implementations§
Source§impl PartialEq for LayoutType
impl PartialEq for LayoutType
impl Eq for LayoutType
impl StructuralPartialEq for LayoutType
Auto Trait Implementations§
impl Freeze for LayoutType
impl RefUnwindSafe for LayoutType
impl Send for LayoutType
impl Sync for LayoutType
impl Unpin for LayoutType
impl UnwindSafe for LayoutType
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