Struct saphir::RequestAddon[][src]

pub struct RequestAddon { /* fields omitted */ }

Methods

impl RequestAddon
[src]

Create a new RequestParam

Check if data is of type T

Retrieve RequestParam as Ref of type T, or none if the conversion failed

Retrieve RequestParam as RefMut of type T, or none if the conversion failed

Get the name of the request param

Trait Implementations

impl Debug for RequestAddon
[src]

Formats the value using the given formatter. Read more

impl<S: ToString, T: 'static + Any + Send> From<(S, T)> for RequestAddon
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RequestAddon

impl !Sync for RequestAddon