pub struct TkDigits(_);
Trait Implementations§
source§impl From<TkDigits> for TkScaleOpt
impl From<TkDigits> for TkScaleOpt
Auto Trait Implementations§
impl RefUnwindSafe for TkDigits
impl !Send for TkDigits
impl !Sync for TkDigits
impl Unpin for TkDigits
impl UnwindSafe for TkDigits
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