pub struct PersistedFile {
pub filename: String,
pub file_id: String,
}Fields§
§filename: String§file_id: StringTrait Implementations§
Source§impl Clone for PersistedFile
impl Clone for PersistedFile
Source§fn clone(&self) -> PersistedFile
fn clone(&self) -> PersistedFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PersistedFile
impl Debug for PersistedFile
Source§impl<'de> Deserialize<'de> for PersistedFile
impl<'de> Deserialize<'de> for PersistedFile
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 PersistedFile
impl RefUnwindSafe for PersistedFile
impl Send for PersistedFile
impl Sync for PersistedFile
impl Unpin for PersistedFile
impl UnsafeUnpin for PersistedFile
impl UnwindSafe for PersistedFile
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