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