pub struct PaneSwapOptions { /* private fields */ }Expand description
Behavioral flags for pane swaps.
Implementations§
Trait Implementations§
Source§impl Clone for PaneSwapOptions
impl Clone for PaneSwapOptions
Source§fn clone(&self) -> PaneSwapOptions
fn clone(&self) -> PaneSwapOptions
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 PaneSwapOptions
Source§impl Debug for PaneSwapOptions
impl Debug for PaneSwapOptions
impl Eq for PaneSwapOptions
Source§impl PartialEq for PaneSwapOptions
impl PartialEq for PaneSwapOptions
impl StructuralPartialEq for PaneSwapOptions
Auto Trait Implementations§
impl Freeze for PaneSwapOptions
impl RefUnwindSafe for PaneSwapOptions
impl Send for PaneSwapOptions
impl Sync for PaneSwapOptions
impl Unpin for PaneSwapOptions
impl UnsafeUnpin for PaneSwapOptions
impl UnwindSafe for PaneSwapOptions
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