pub enum InlineInlay {
Text(String),
Widget(InlineWidget),
}Variants§
Text(String)
Widget(InlineWidget)
Trait Implementations§
Source§impl Clone for InlineInlay
impl Clone for InlineInlay
Source§fn clone(&self) -> InlineInlay
fn clone(&self) -> InlineInlay
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InlineInlay
impl Debug for InlineInlay
Source§impl Hash for InlineInlay
impl Hash for InlineInlay
Source§impl PartialEq for InlineInlay
impl PartialEq for InlineInlay
impl Eq for InlineInlay
impl StructuralPartialEq for InlineInlay
Auto Trait Implementations§
impl Freeze for InlineInlay
impl RefUnwindSafe for InlineInlay
impl Send for InlineInlay
impl Sync for InlineInlay
impl Unpin for InlineInlay
impl UnwindSafe for InlineInlay
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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