pub enum DatabaseStoreKind {
RouterInfo {
router_info: Bytes,
},
LeaseSet2 {
lease_set: Bytes,
},
}Expand description
Database store kind.
Variants§
Auto Trait Implementations§
impl !Freeze for DatabaseStoreKind
impl RefUnwindSafe for DatabaseStoreKind
impl Send for DatabaseStoreKind
impl Sync for DatabaseStoreKind
impl Unpin for DatabaseStoreKind
impl UnwindSafe for DatabaseStoreKind
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