pub struct FileDB { /* private fields */ }
Expand description
FileDB構造体
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileDB
impl RefUnwindSafe for FileDB
impl Send for FileDB
impl Sync for FileDB
impl Unpin for FileDB
impl UnwindSafe for FileDB
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