pub enum InsertResult {
Success,
SuccessBut(Vec<String>),
CollisionDetected,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InsertResult
impl RefUnwindSafe for InsertResult
impl Send for InsertResult
impl Sync for InsertResult
impl Unpin for InsertResult
impl UnwindSafe for InsertResult
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