pub struct FileUploadBytes {
pub bytes: Bytes,
pub filename: String,
}Fields§
§bytes: Bytes§filename: StringImplementations§
Trait Implementations§
Source§impl Clone for FileUploadBytes
impl Clone for FileUploadBytes
Source§fn clone(&self) -> FileUploadBytes
fn clone(&self) -> FileUploadBytes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileUploadBytes
impl Debug for FileUploadBytes
Source§impl<'de> Deserialize<'de> for FileUploadBytes
impl<'de> Deserialize<'de> for FileUploadBytes
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 PartialEq for FileUploadBytes
impl PartialEq for FileUploadBytes
Source§impl Serialize for FileUploadBytes
impl Serialize for FileUploadBytes
impl StructuralPartialEq for FileUploadBytes
Auto Trait Implementations§
impl !Freeze for FileUploadBytes
impl RefUnwindSafe for FileUploadBytes
impl Send for FileUploadBytes
impl Sync for FileUploadBytes
impl Unpin for FileUploadBytes
impl UnwindSafe for FileUploadBytes
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