pub enum Hierarchical {
Stacked,
Cutout,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hierarchical
impl RefUnwindSafe for Hierarchical
impl Send for Hierarchical
impl Sync for Hierarchical
impl Unpin for Hierarchical
impl UnwindSafe for Hierarchical
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