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