pub struct UiDropzone {
pub text: String,
pub current_file: String,
}Fields§
§text: String§current_file: StringTrait Implementations§
Source§impl Clone for UiDropzone
impl Clone for UiDropzone
Source§fn clone(&self) -> UiDropzone
fn clone(&self) -> UiDropzone
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 UiDropzone
impl Debug for UiDropzone
Source§impl<'de> Deserialize<'de> for UiDropzone
impl<'de> Deserialize<'de> for UiDropzone
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 UiDropzone
impl PartialEq for UiDropzone
Source§impl Serialize for UiDropzone
impl Serialize for UiDropzone
impl StructuralPartialEq for UiDropzone
Auto Trait Implementations§
impl Freeze for UiDropzone
impl RefUnwindSafe for UiDropzone
impl Send for UiDropzone
impl Sync for UiDropzone
impl Unpin for UiDropzone
impl UnsafeUnpin for UiDropzone
impl UnwindSafe for UiDropzone
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