Struct tk::opt::TkRowColumnOpt
source · pub struct TkRowColumnOpt(_);Trait Implementations§
source§impl From<TkColumn> for TkRowColumnOpt
impl From<TkColumn> for TkRowColumnOpt
Auto Trait Implementations§
impl RefUnwindSafe for TkRowColumnOpt
impl !Send for TkRowColumnOpt
impl !Sync for TkRowColumnOpt
impl Unpin for TkRowColumnOpt
impl UnwindSafe for TkRowColumnOpt
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