pub struct VertRuleCfg { /* private fields */ }Expand description
The configurations for the VertRule widget.
Implementations§
Source§impl VertRuleCfg
impl VertRuleCfg
Sourcepub fn new() -> Self
pub fn new() -> Self
Returns a new instance of VertRuleCfg.
pub fn on_the_right(self) -> Self
pub fn with_char(self, char: char) -> Self
pub fn with_main_char(self, main: char) -> Self
pub fn with_char_above(self, above: char) -> Self
pub fn with_char_below(self, below: char) -> Self
Trait Implementations§
Source§impl Clone for VertRuleCfg
impl Clone for VertRuleCfg
Source§fn clone(&self) -> VertRuleCfg
fn clone(&self) -> VertRuleCfg
Returns a copy 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 Default for VertRuleCfg
impl Default for VertRuleCfg
Auto Trait Implementations§
impl Freeze for VertRuleCfg
impl RefUnwindSafe for VertRuleCfg
impl Send for VertRuleCfg
impl Sync for VertRuleCfg
impl Unpin for VertRuleCfg
impl UnwindSafe for VertRuleCfg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)