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