pub struct CenteredMasterStrategy { /* private fields */ }Expand description
Builder for StrategyKind::CenteredMaster.
Implementations§
Source§impl CenteredMasterStrategy
impl CenteredMasterStrategy
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 CenteredMasterStrategy
impl Clone for CenteredMasterStrategy
Source§fn clone(&self) -> CenteredMasterStrategy
fn clone(&self) -> CenteredMasterStrategy
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 CenteredMasterStrategy
impl Debug for CenteredMasterStrategy
Source§impl From<CenteredMasterStrategy> for Strategy
impl From<CenteredMasterStrategy> for Strategy
Source§fn from(builder: CenteredMasterStrategy) -> Self
fn from(builder: CenteredMasterStrategy) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CenteredMasterStrategy
impl RefUnwindSafe for CenteredMasterStrategy
impl Send for CenteredMasterStrategy
impl Sync for CenteredMasterStrategy
impl Unpin for CenteredMasterStrategy
impl UnsafeUnpin for CenteredMasterStrategy
impl UnwindSafe for CenteredMasterStrategy
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