pub enum InsertionStrategy {
AsIs,
BBox,
}Expand description
Possibilities for the insertion (with insert())
Variants§
Auto Trait Implementations§
impl Freeze for InsertionStrategy
impl RefUnwindSafe for InsertionStrategy
impl Send for InsertionStrategy
impl Sync for InsertionStrategy
impl Unpin for InsertionStrategy
impl UnwindSafe for InsertionStrategy
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