pub struct ExternalDropItemInfo {
pub id: String,
pub kind: ExternalDropItemKind,
pub name: String,
pub mime_type: Option<String>,
pub size_bytes: f64,
pub file: Option<BrowserFile>,
}Fields§
§id: String§kind: ExternalDropItemKind§name: String§mime_type: Option<String>§size_bytes: f64§file: Option<BrowserFile>Implementations§
Trait Implementations§
Source§impl Clone for ExternalDropItemInfo
impl Clone for ExternalDropItemInfo
Source§fn clone(&self) -> ExternalDropItemInfo
fn clone(&self) -> ExternalDropItemInfo
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ExternalDropItemInfo
impl !Send for ExternalDropItemInfo
impl !Sync for ExternalDropItemInfo
impl !UnwindSafe for ExternalDropItemInfo
impl Freeze for ExternalDropItemInfo
impl Unpin for ExternalDropItemInfo
impl UnsafeUnpin for ExternalDropItemInfo
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