pub struct FileData { /* private fields */ }Implementations§
Source§impl FileData
 
impl FileData
pub fn new(inner: impl NativeFileData + 'static) -> Self
pub fn content_type(&self) -> Option<String>
pub fn name(&self) -> String
pub fn size(&self) -> u64
pub fn last_modified(&self) -> u64
pub async fn read_bytes(&self) -> Result<Bytes, CapturedError>
pub async fn read_string(&self) -> Result<String, CapturedError>
pub fn byte_stream( &self, ) -> Pin<Box<dyn Stream<Item = Result<Bytes, CapturedError>> + Send + 'static>>
pub fn inner(&self) -> &dyn Any
pub fn path(&self) -> PathBuf
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FileData
 
impl<'de> Deserialize<'de> for FileData
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
Auto Trait Implementations§
impl Freeze for FileData
impl !RefUnwindSafe for FileData
impl Send for FileData
impl Sync for FileData
impl Unpin for FileData
impl !UnwindSafe for FileData
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<T> Instrument for T
 
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Source§impl<Ret> SpawnIfAsync<(), Ret> for Ret
 
impl<Ret> SpawnIfAsync<(), Ret> for Ret
Source§impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
 
impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
Source§fn super_from(input: T) -> O
 
fn super_from(input: T) -> O
Convert from a type to another type.
Source§impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
 
impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
Source§fn super_into(self) -> O
 
fn super_into(self) -> O
Convert from a type to another type.