pub enum Allocated {}
Expand description
Statement
state used to represent a freshly allocated connection
Auto Trait Implementations§
impl Freeze for Allocated
impl RefUnwindSafe for Allocated
impl Send for Allocated
impl Sync for Allocated
impl Unpin for Allocated
impl UnwindSafe for Allocated
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