pub struct SignalDb {
pub conn: Connection,
}Fields§
§conn: ConnectionImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SignalDb
impl !RefUnwindSafe for SignalDb
impl Send for SignalDb
impl !Sync for SignalDb
impl Unpin for SignalDb
impl !UnwindSafe for SignalDb
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