pub struct TkGridOpt(/* private fields */);Trait Implementations§
source§impl From<TkColumnSpan> for TkGridOpt
impl From<TkColumnSpan> for TkGridOpt
source§fn from(opt: TkColumnSpan) -> Self
fn from(opt: TkColumnSpan) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TkGridOpt
impl !Send for TkGridOpt
impl !Sync for TkGridOpt
impl Unpin for TkGridOpt
impl UnwindSafe for TkGridOpt
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