pub struct AllAttributes {
pub request: AllRequestAttributes,
pub response: AllResponseAttributes,
pub connection: AllConnectionAttributes,
pub upstream: AllUpstreamAttributes,
pub metadata: AllMetadataAttributes,
pub configuration: AllConfigurationAttributes,
pub wasm: AllWasmAttributes,
}Fields§
§request: AllRequestAttributes§response: AllResponseAttributes§connection: AllConnectionAttributes§upstream: AllUpstreamAttributes§metadata: AllMetadataAttributes§configuration: AllConfigurationAttributes§wasm: AllWasmAttributesImplementations§
Source§impl AllAttributes
impl AllAttributes
pub fn get(a: &Attributes) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllAttributes
impl RefUnwindSafe for AllAttributes
impl Send for AllAttributes
impl Sync for AllAttributes
impl Unpin for AllAttributes
impl UnsafeUnpin for AllAttributes
impl UnwindSafe for AllAttributes
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