pub struct BlobService {
client: BlobServiceClient,
}Fields§
§client: BlobServiceClientImplementations§
Source§impl BlobService
impl BlobService
pub async fn connect(connection: &Connection) -> ClientResult<Self>
Trait Implementations§
Source§impl BlobStore for BlobService
impl BlobStore for BlobService
Source§impl Clone for BlobService
impl Clone for BlobService
Source§fn clone(&self) -> BlobService
fn clone(&self) -> BlobService
Returns a duplicate of the value. Read more
1.0.0 · 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 BlobService
impl RefUnwindSafe for BlobService
impl Send for BlobService
impl Sync for BlobService
impl Unpin for BlobService
impl UnwindSafe for BlobService
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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