pub struct OciClient { /* private fields */ }Expand description
OCI HTTP client
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OciClient
impl !RefUnwindSafe for OciClient
impl Send for OciClient
impl Sync for OciClient
impl Unpin for OciClient
impl !UnwindSafe for OciClient
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