pub struct LargeBlobServiceImpl;Expand description
Implementation of LargeBlobService for testing.
Trait Implementations§
Source§impl LargeBlobService for LargeBlobServiceImpl
impl LargeBlobService for LargeBlobServiceImpl
Source§async fn echo(&self, data: Vec<u8>) -> Vec<u8> ⓘ
async fn echo(&self, data: Vec<u8>) -> Vec<u8> ⓘ
Echo the blob back unchanged.
Used to verify round-trip integrity of large payloads.
Auto Trait Implementations§
impl Freeze for LargeBlobServiceImpl
impl RefUnwindSafe for LargeBlobServiceImpl
impl Send for LargeBlobServiceImpl
impl Sync for LargeBlobServiceImpl
impl Unpin for LargeBlobServiceImpl
impl UnwindSafe for LargeBlobServiceImpl
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