pub enum BoxMode {
Group,
Overlay,
}Variants
Group
Overlay
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BoxMode
impl Send for BoxMode
impl Sync for BoxMode
impl Unpin for BoxMode
impl UnwindSafe for BoxMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more