pub struct AllWasmAttributes {
pub plugin_name: Option<String>,
pub plugin_root_id: Option<String>,
pub plugin_vm_id: Option<String>,
pub node: Option<Node>,
pub cluster_name: Option<String>,
pub cluster_metadata: Option<Metadata>,
pub listener_direction: Option<ListenerDirection>,
pub listener_metadata: Option<Metadata>,
pub route_name: Option<String>,
pub route_metadata: Option<Metadata>,
pub upstream_host_metadata: Option<Metadata>,
}Fields§
§plugin_name: Option<String>§plugin_root_id: Option<String>§plugin_vm_id: Option<String>§node: Option<Node>§cluster_name: Option<String>§cluster_metadata: Option<Metadata>§listener_direction: Option<ListenerDirection>§listener_metadata: Option<Metadata>§route_name: Option<String>§route_metadata: Option<Metadata>§upstream_host_metadata: Option<Metadata>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllWasmAttributes
impl RefUnwindSafe for AllWasmAttributes
impl Send for AllWasmAttributes
impl Sync for AllWasmAttributes
impl Unpin for AllWasmAttributes
impl UnsafeUnpin for AllWasmAttributes
impl UnwindSafe for AllWasmAttributes
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