Struct ExPushMeta
pub struct ExPushMeta<'a> { /* private fields */ }
Expand description
Default-param extender for RichTextLabel::push_meta_ex
.
Implementations§
§impl<'a> ExPushMeta<'a>
impl<'a> ExPushMeta<'a>
pub fn underline_mode(self, value: MetaUnderline) -> ExPushMeta<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExPushMeta<'a>
impl<'a> RefUnwindSafe for ExPushMeta<'a>
impl<'a> !Send for ExPushMeta<'a>
impl<'a> !Sync for ExPushMeta<'a>
impl<'a> Unpin for ExPushMeta<'a>
impl<'a> !UnwindSafe for ExPushMeta<'a>
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