Struct json_api_rocket::request::Update
[−]
[src]
pub struct Update<T: DeserializeOwned>(pub T);
Methods
impl<T: DeserializeOwned> Update<T>[src]
fn into_inner(self) -> T[src]
Consumes the Update wrapper and returns the wrapped value.
Trait Implementations
impl<T: Debug + DeserializeOwned> Debug for Update<T>[src]
impl<T: DeserializeOwned> Deref for Update<T>[src]
type Target = T
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
Dereferences the value.