pub struct MetadataAttributes(/* private fields */);Expand description
Data exchanged between filters is available as the following attributes Note that these attributes may change during the life of a request as the data can be updated by filters at any point.
Implementations§
Auto Trait Implementations§
impl Freeze for MetadataAttributes
impl RefUnwindSafe for MetadataAttributes
impl Send for MetadataAttributes
impl Sync for MetadataAttributes
impl Unpin for MetadataAttributes
impl UnsafeUnpin for MetadataAttributes
impl UnwindSafe for MetadataAttributes
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