pub struct BinarySplitStrategy { /* private fields */ }Expand description
Builder for StrategyKind::BinarySplit (dwindle, spiral).
Implementations§
Source§impl BinarySplitStrategy
impl BinarySplitStrategy
Sourcepub fn with_panels(
self,
panels: impl IntoIterator<Item = impl Into<Arc<str>>>,
) -> BoundStrategy
pub fn with_panels( self, panels: impl IntoIterator<Item = impl Into<Arc<str>>>, ) -> BoundStrategy
Bind panels directly.
Trait Implementations§
Source§impl Clone for BinarySplitStrategy
impl Clone for BinarySplitStrategy
Source§fn clone(&self) -> BinarySplitStrategy
fn clone(&self) -> BinarySplitStrategy
Returns a duplicate of the value. Read more
1.0.0 · 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 BinarySplitStrategy
impl Debug for BinarySplitStrategy
Source§impl From<BinarySplitStrategy> for Strategy
impl From<BinarySplitStrategy> for Strategy
Source§fn from(builder: BinarySplitStrategy) -> Self
fn from(builder: BinarySplitStrategy) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BinarySplitStrategy
impl RefUnwindSafe for BinarySplitStrategy
impl Send for BinarySplitStrategy
impl Sync for BinarySplitStrategy
impl Unpin for BinarySplitStrategy
impl UnsafeUnpin for BinarySplitStrategy
impl UnwindSafe for BinarySplitStrategy
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