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