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§impl ColumnScope for ColumnScopeImpl
impl ColumnScope for ColumnScopeImpl
impl Copy for ColumnScopeImpl
Source§impl Debug for ColumnScopeImpl
impl Debug for ColumnScopeImpl
Source§impl PartialEq for ColumnScopeImpl
impl PartialEq 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 UnsafeUnpin 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