pub struct DropProposal {
pub effect: DragDropEffects,
pub show_insertion_marker: bool,
}Fields§
§effect: DragDropEffects§show_insertion_marker: boolImplementations§
Source§impl DropProposal
impl DropProposal
Trait Implementations§
Source§impl Clone for DropProposal
impl Clone for DropProposal
Source§fn clone(&self) -> DropProposal
fn clone(&self) -> DropProposal
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 moreimpl Copy for DropProposal
Source§impl Debug for DropProposal
impl Debug for DropProposal
Source§impl Default for DropProposal
impl Default for DropProposal
Source§fn default() -> DropProposal
fn default() -> DropProposal
Returns the “default value” for a type. Read more
impl Eq for DropProposal
Source§impl PartialEq for DropProposal
impl PartialEq for DropProposal
impl StructuralPartialEq for DropProposal
Auto Trait Implementations§
impl Freeze for DropProposal
impl RefUnwindSafe for DropProposal
impl Send for DropProposal
impl Sync for DropProposal
impl Unpin for DropProposal
impl UnsafeUnpin for DropProposal
impl UnwindSafe for DropProposal
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