pub struct ClawDBClient { /* private fields */ }Implementations§
Source§impl ClawDBClient
impl ClawDBClient
Sourcepub async fn auto_provision() -> SdkResult<Self>
pub async fn auto_provision() -> SdkResult<Self>
Auto-provision a client endpoint.
Sourcepub fn builder() -> ClientBuilder
pub fn builder() -> ClientBuilder
Create a builder for constructing a client.
Sourcepub fn memory(&self) -> MemoryNamespace
pub fn memory(&self) -> MemoryNamespace
Access the memory namespace.
Trait Implementations§
Source§impl Clone for ClawDBClient
impl Clone for ClawDBClient
Source§fn clone(&self) -> ClawDBClient
fn clone(&self) -> ClawDBClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ClawDBClient
impl !RefUnwindSafe for ClawDBClient
impl Send for ClawDBClient
impl Sync for ClawDBClient
impl Unpin for ClawDBClient
impl UnsafeUnpin for ClawDBClient
impl !UnwindSafe for ClawDBClient
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