pub struct SplitPanel { /* private fields */ }Implementations§
Source§impl SplitPanel
impl SplitPanel
pub fn new(left: String, right: String) -> SplitPanel
pub fn direction(self, direction: SplitDirection) -> SplitPanel
pub fn initial_size(self, size: i32) -> SplitPanel
Trait Implementations§
Source§impl Renderable for SplitPanel
impl Renderable for SplitPanel
Auto Trait Implementations§
impl Freeze for SplitPanel
impl RefUnwindSafe for SplitPanel
impl Send for SplitPanel
impl Sync for SplitPanel
impl Unpin for SplitPanel
impl UnwindSafe for SplitPanel
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