pub struct ColumnScopeImpl;Expand description
Concrete implementation of ColumnScope.
Future API - will be used once Column accepts a scoped content parameter.
Trait Implementations§
Source§impl Clone for ColumnScopeImpl
impl Clone for ColumnScopeImpl
Source§fn clone(&self) -> ColumnScopeImpl
fn clone(&self) -> ColumnScopeImpl
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 ColumnScope for ColumnScopeImpl
impl ColumnScope for ColumnScopeImpl
Source§impl Debug for ColumnScopeImpl
impl Debug for ColumnScopeImpl
Source§impl PartialEq for ColumnScopeImpl
impl PartialEq for ColumnScopeImpl
impl Copy for ColumnScopeImpl
impl StructuralPartialEq for ColumnScopeImpl
Auto Trait Implementations§
impl Freeze for ColumnScopeImpl
impl RefUnwindSafe for ColumnScopeImpl
impl Send for ColumnScopeImpl
impl Sync for ColumnScopeImpl
impl Unpin for ColumnScopeImpl
impl UnwindSafe for ColumnScopeImpl
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