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