pub struct CollectCallTime;
Expand description
A type parameter for Connection::oci_attr
and Connection::set_oci_attr
to get and set OCI_ATTR_COLLECT_CALL_TIME
,
which causes the server to measure call time for each subsequent OCI call
See CallTime
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollectCallTime
impl RefUnwindSafe for CollectCallTime
impl Send for CollectCallTime
impl Sync for CollectCallTime
impl Unpin for CollectCallTime
impl UnwindSafe for CollectCallTime
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