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