pub struct BreakPaneOptions { /* private fields */ }Expand description
Destination and behavioral flags for breaking a pane into its own window.
Implementations§
Trait Implementations§
Source§impl Clone for BreakPaneOptions
impl Clone for BreakPaneOptions
Source§fn clone(&self) -> BreakPaneOptions
fn clone(&self) -> BreakPaneOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BreakPaneOptions
impl Debug for BreakPaneOptions
impl Eq for BreakPaneOptions
Source§impl PartialEq for BreakPaneOptions
impl PartialEq for BreakPaneOptions
impl StructuralPartialEq for BreakPaneOptions
Auto Trait Implementations§
impl Freeze for BreakPaneOptions
impl RefUnwindSafe for BreakPaneOptions
impl Send for BreakPaneOptions
impl Sync for BreakPaneOptions
impl Unpin for BreakPaneOptions
impl UnsafeUnpin for BreakPaneOptions
impl UnwindSafe for BreakPaneOptions
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