pub struct OracleConnection { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for OracleConnection
impl RefUnwindSafe for OracleConnection
impl Send for OracleConnection
impl Sync for OracleConnection
impl Unpin for OracleConnection
impl UnsafeUnpin for OracleConnection
impl UnwindSafe for OracleConnection
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