pub struct OciClient { /* private fields */ }Expand description
OCI HTTP client
Implementations§
Source§impl OciClient
impl OciClient
Sourcepub fn tenancy_id(&self) -> &str
pub fn tenancy_id(&self) -> &str
Return tenancy ID
Sourcepub fn compartment_id(&self) -> &str
pub fn compartment_id(&self) -> &str
Return compartment ID (defaults to tenancy_id if not set)
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