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