pub enum StoreMetaKey {
IIDIncr,
}Variants§
IIDIncr
Implementations§
Auto Trait Implementations§
impl Freeze for StoreMetaKey
impl RefUnwindSafe for StoreMetaKey
impl Send for StoreMetaKey
impl Sync for StoreMetaKey
impl Unpin for StoreMetaKey
impl UnsafeUnpin for StoreMetaKey
impl UnwindSafe for StoreMetaKey
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