pub struct BlobService {
streams: StreamPair,
service: BlobServiceImpl,
}Fields§
§streams: StreamPair§service: BlobServiceImplImplementations§
Source§impl BlobService
impl BlobService
pub fn new(streams: StreamPair, blob_service: BlobServiceImpl) -> Self
Trait Implementations§
Source§impl Service for BlobService
impl Service for BlobService
Auto 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