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