#[repr(transparent)]pub struct ByValue<DB>(pub DB);Tuple Fields§
§0: DBTrait Implementations§
Source§impl<'a, DB> ByKeyOrValue<'a> for ByValue<DB>
impl<'a, DB> ByKeyOrValue<'a> for ByValue<DB>
Auto Trait Implementations§
impl<DB> Freeze for ByValue<DB>where
DB: Freeze,
impl<DB> RefUnwindSafe for ByValue<DB>where
DB: RefUnwindSafe,
impl<DB> Send for ByValue<DB>where
DB: Send,
impl<DB> Sync for ByValue<DB>where
DB: Sync,
impl<DB> Unpin for ByValue<DB>where
DB: Unpin,
impl<DB> UnwindSafe for ByValue<DB>where
DB: UnwindSafe,
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