Struct tk::opt::TkCloseEnough
source · pub struct TkCloseEnough(_);Trait Implementations§
source§impl Debug for TkCloseEnough
impl Debug for TkCloseEnough
source§impl From<TkCloseEnough> for OptPair
impl From<TkCloseEnough> for OptPair
source§fn from(opt: TkCloseEnough) -> Self
fn from(opt: TkCloseEnough) -> Self
Converts to this type from the input type.
source§impl From<TkCloseEnough> for TkCanvasOpt
impl From<TkCloseEnough> for TkCanvasOpt
source§fn from(opt: TkCloseEnough) -> Self
fn from(opt: TkCloseEnough) -> Self
Converts to this type from the input type.
source§impl Neg for TkCloseEnough
impl Neg for TkCloseEnough
§type Output = PathOptsWidgets<(TkCloseEnough,), ()>
type Output = PathOptsWidgets<(TkCloseEnough,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkCloseEnough> for &'static str
impl Sub<TkCloseEnough> for &'static str
§type Output = PathOptsWidgets<(TkCloseEnough,), ()>
type Output = PathOptsWidgets<(TkCloseEnough,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkCloseEnough> for PathOptsWidgets<O, L>where
O: PushBack<TkCloseEnough>,
impl<O, L> Sub<TkCloseEnough> for PathOptsWidgets<O, L>where O: PushBack<TkCloseEnough>,
§type Output = PathOptsWidgets<<O as PushBack<TkCloseEnough>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkCloseEnough>>::Output, L>
The resulting type after applying the
- operator.Auto Trait Implementations§
impl RefUnwindSafe for TkCloseEnough
impl !Send for TkCloseEnough
impl !Sync for TkCloseEnough
impl Unpin for TkCloseEnough
impl UnwindSafe for TkCloseEnough
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