pub struct MoveOption {
pub label: String,
pub kind: MoveOptionKind,
}Expand description
A destination the currently-picked item could be moved to.
Fields§
§label: String§kind: MoveOptionKindTrait Implementations§
Source§impl Clone for MoveOption
impl Clone for MoveOption
Source§fn clone(&self) -> MoveOption
fn clone(&self) -> MoveOption
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 moreAuto Trait Implementations§
impl Freeze for MoveOption
impl RefUnwindSafe for MoveOption
impl Send for MoveOption
impl Sync for MoveOption
impl Unpin for MoveOption
impl UnsafeUnpin for MoveOption
impl UnwindSafe for MoveOption
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