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