pub enum DropZone {
Center,
Left,
Right,
Top,
Bottom,
}Variants§
Trait Implementations§
impl Copy for DropZone
impl Eq for DropZone
impl StructuralPartialEq for DropZone
Auto Trait Implementations§
impl Freeze for DropZone
impl RefUnwindSafe for DropZone
impl Send for DropZone
impl Sync for DropZone
impl Unpin for DropZone
impl UnsafeUnpin for DropZone
impl UnwindSafe for DropZone
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