#[repr(C)]pub struct BlobstoreClient {
_private: Opaque,
}Fields§
§_private: OpaqueImplementations§
Trait Implementations§
Source§impl ExternType for BlobstoreClient
impl ExternType for BlobstoreClient
impl UniquePtrTarget for BlobstoreClient
Auto Trait Implementations§
impl !Freeze for BlobstoreClient
impl RefUnwindSafe for BlobstoreClient
impl !Send for BlobstoreClient
impl !Sync for BlobstoreClient
impl !Unpin for BlobstoreClient
impl UnwindSafe for BlobstoreClient
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