pub struct StartDB {
pub ss: StartStorage,
/* private fields */
}Fields§
§ss: StartStorageImplementations§
Auto Trait Implementations§
impl Freeze for StartDB
impl RefUnwindSafe for StartDB
impl Send for StartDB
impl Sync for StartDB
impl Unpin for StartDB
impl UnwindSafe for StartDB
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