pub enum DropPart {
Left,
Right,
Top,
Bottom,
Center,
TabBar,
Tab,
}
Variants§
Trait Implementations§
impl Copy for DropPart
impl StructuralPartialEq for DropPart
Auto Trait Implementations§
impl Freeze for DropPart
impl RefUnwindSafe for DropPart
impl Send for DropPart
impl Sync for DropPart
impl Unpin for DropPart
impl UnwindSafe for DropPart
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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