pub struct MultiColumn {
pub pos: Pos,
pub kind: MultiColumnKind,
pub vertical_bar_on_left: bool,
pub vertical_bar_on_right: bool,
}Fields§
§pos: Pos§kind: MultiColumnKind§vertical_bar_on_left: bool§vertical_bar_on_right: boolTrait Implementations§
Source§impl Clone for MultiColumn
impl Clone for MultiColumn
Source§fn clone(&self) -> MultiColumn
fn clone(&self) -> MultiColumn
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 moreAuto Trait Implementations§
impl Freeze for MultiColumn
impl RefUnwindSafe for MultiColumn
impl Send for MultiColumn
impl Sync for MultiColumn
impl Unpin for MultiColumn
impl UnwindSafe for MultiColumn
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