pub struct UtRequest {
pub slug: String,
pub action_type: String,
pub file_name: String,
pub file_size: u64,
}Fields§
§slug: String§action_type: String§file_name: String§file_size: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for UtRequest
impl<'de> Deserialize<'de> for UtRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Into<RequestInit> for UtRequest
impl Into<RequestInit> for UtRequest
Source§fn into(self) -> RequestInit
fn into(self) -> RequestInit
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for UtRequest
impl RefUnwindSafe for UtRequest
impl Send for UtRequest
impl Sync for UtRequest
impl Unpin for UtRequest
impl UnwindSafe for UtRequest
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