Struct conjure_runtime::UserAgent [−][src]
pub struct UserAgent { /* fields omitted */ }Expand description
A representation of an HTTP User-Agent header value.
Implementations
Adds an additional informational agent to the User-Agent.
Sets the identifier of this node.
For example, this could be the node’s IP address.
Returns additional informational agents.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UserAgent
impl UnwindSafe for UserAgent
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more