pub struct Builder<T>(/* private fields */);Expand description
A builder for RequestEntityTooLarge
Implementations§
Source§impl Builder<Complete>
impl Builder<Complete>
Sourcepub fn build(self) -> RequestEntityTooLarge
pub fn build(self) -> RequestEntityTooLarge
Consumes the builder, returning a RequestEntityTooLarge.
Trait Implementations§
Source§impl From<RequestEntityTooLarge> for Builder<Complete>
impl From<RequestEntityTooLarge> for Builder<Complete>
Source§fn from(v: RequestEntityTooLarge) -> Self
fn from(v: RequestEntityTooLarge) -> Self
Converts to this type from the input type.