pub enum StackFit {
Loose,
Expand,
}Expand description
How a Stack sizes itself relative to its children.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackFit
impl RefUnwindSafe for StackFit
impl Send for StackFit
impl Sync for StackFit
impl Unpin for StackFit
impl UnsafeUnpin for StackFit
impl UnwindSafe for StackFit
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