pub struct PaneJoinOptions { /* private fields */ }Expand description
Behavioral flags for pane joins and moves.
Implementations§
Source§impl PaneJoinOptions
impl PaneJoinOptions
Sourcepub const fn new(
direction: SplitDirection,
detached: bool,
before: bool,
full_size: bool,
size: Option<PaneSplitSize>,
) -> Self
pub const fn new( direction: SplitDirection, detached: bool, before: bool, full_size: bool, size: Option<PaneSplitSize>, ) -> Self
Creates a pane-join option set.
Trait Implementations§
Source§impl Clone for PaneJoinOptions
impl Clone for PaneJoinOptions
Source§fn clone(&self) -> PaneJoinOptions
fn clone(&self) -> PaneJoinOptions
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 PaneJoinOptions
Source§impl Debug for PaneJoinOptions
impl Debug for PaneJoinOptions
impl Eq for PaneJoinOptions
Source§impl PartialEq for PaneJoinOptions
impl PartialEq for PaneJoinOptions
impl StructuralPartialEq for PaneJoinOptions
Auto Trait Implementations§
impl Freeze for PaneJoinOptions
impl RefUnwindSafe for PaneJoinOptions
impl Send for PaneJoinOptions
impl Sync for PaneJoinOptions
impl Unpin for PaneJoinOptions
impl UnsafeUnpin for PaneJoinOptions
impl UnwindSafe for PaneJoinOptions
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