pub struct HttpNode {
pub id: String,
pub config: HttpConfig,
}Expand description
Information about each HTTP node that the emitter will render.
Fields§
§id: String§config: HttpConfigTrait Implementations§
impl StructuralPartialEq for HttpNode
Auto Trait Implementations§
impl Freeze for HttpNode
impl RefUnwindSafe for HttpNode
impl Send for HttpNode
impl Sync for HttpNode
impl Unpin for HttpNode
impl UnsafeUnpin for HttpNode
impl UnwindSafe for HttpNode
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