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 moreSource§impl Debug for PaneSwapOptions
impl Debug for PaneSwapOptions
Source§impl PartialEq for PaneSwapOptions
impl PartialEq for PaneSwapOptions
Source§fn eq(&self, other: &PaneSwapOptions) -> bool
fn eq(&self, other: &PaneSwapOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaneSwapOptions
impl Eq 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