Struct ExPushList
pub struct ExPushList<'ex> { /* private fields */ }Expand description
Default-param extender for RichTextLabel::push_list_ex.
Implementations§
§impl<'ex> ExPushList<'ex>
impl<'ex> ExPushList<'ex>
pub fn bullet(self, bullet: impl AsArg<GString> + 'ex) -> ExPushList<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExPushList<'ex>
impl<'ex> RefUnwindSafe for ExPushList<'ex>
impl<'ex> !Send for ExPushList<'ex>
impl<'ex> !Sync for ExPushList<'ex>
impl<'ex> Unpin for ExPushList<'ex>
impl<'ex> !UnwindSafe for ExPushList<'ex>
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