pub struct ExternalDropFileData {
pub name: String,
pub bytes: Vec<u8>,
}Fields§
§name: String§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for ExternalDropFileData
impl Clone for ExternalDropFileData
Source§fn clone(&self) -> ExternalDropFileData
fn clone(&self) -> ExternalDropFileData
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 ExternalDropFileData
impl Debug for ExternalDropFileData
Source§impl PartialEq for ExternalDropFileData
impl PartialEq for ExternalDropFileData
impl StructuralPartialEq for ExternalDropFileData
Auto Trait Implementations§
impl Freeze for ExternalDropFileData
impl RefUnwindSafe for ExternalDropFileData
impl Send for ExternalDropFileData
impl Sync for ExternalDropFileData
impl Unpin for ExternalDropFileData
impl UnsafeUnpin for ExternalDropFileData
impl UnwindSafe for ExternalDropFileData
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