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