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