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