pub struct TableColumnChannelToken<'ui> { /* private fields */ }Expand description
Tracks a pushed table column draw channel.
Implementations§
Trait Implementations§
Source§impl Drop for TableColumnChannelToken<'_>
impl Drop for TableColumnChannelToken<'_>
Auto Trait Implementations§
impl<'ui> Freeze for TableColumnChannelToken<'ui>
impl<'ui> !RefUnwindSafe for TableColumnChannelToken<'ui>
impl<'ui> !Send for TableColumnChannelToken<'ui>
impl<'ui> !Sync for TableColumnChannelToken<'ui>
impl<'ui> Unpin for TableColumnChannelToken<'ui>
impl<'ui> UnsafeUnpin for TableColumnChannelToken<'ui>
impl<'ui> !UnwindSafe for TableColumnChannelToken<'ui>
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