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