pub struct MDBXServerState { /* private fields */ }Trait Implementations§
Source§impl Debug for MDBXServerState
impl Debug for MDBXServerState
Source§impl Default for MDBXServerState
impl Default for MDBXServerState
Source§fn default() -> MDBXServerState
fn default() -> MDBXServerState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MDBXServerState
impl !RefUnwindSafe for MDBXServerState
impl Send for MDBXServerState
impl Sync for MDBXServerState
impl Unpin for MDBXServerState
impl !UnwindSafe for MDBXServerState
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