pub struct DownstreamMetadataReader { /* private fields */ }Expand description
メタデータの読み込みオブジェクト
Implementations§
Source§impl DownstreamMetadataReader
impl DownstreamMetadataReader
pub async fn read(&mut self) -> Result<DownstreamMetadata, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DownstreamMetadataReader
impl RefUnwindSafe for DownstreamMetadataReader
impl Send for DownstreamMetadataReader
impl Sync for DownstreamMetadataReader
impl Unpin for DownstreamMetadataReader
impl UnsafeUnpin for DownstreamMetadataReader
impl UnwindSafe for DownstreamMetadataReader
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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