pub struct MarkUndoableStateBuilder;Implementations§
Source§impl MarkUndoableStateBuilder
impl MarkUndoableStateBuilder
pub fn new() -> Self
pub fn build(self) -> MarkUndoableState
Trait Implementations§
Source§impl Clone for MarkUndoableStateBuilder
impl Clone for MarkUndoableStateBuilder
Source§fn clone(&self) -> MarkUndoableStateBuilder
fn clone(&self) -> MarkUndoableStateBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MarkUndoableStateBuilder
impl Debug for MarkUndoableStateBuilder
Source§impl Default for MarkUndoableStateBuilder
impl Default for MarkUndoableStateBuilder
Source§fn default() -> MarkUndoableStateBuilder
fn default() -> MarkUndoableStateBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarkUndoableStateBuilder
impl RefUnwindSafe for MarkUndoableStateBuilder
impl Send for MarkUndoableStateBuilder
impl Sync for MarkUndoableStateBuilder
impl Unpin for MarkUndoableStateBuilder
impl UnsafeUnpin for MarkUndoableStateBuilder
impl UnwindSafe for MarkUndoableStateBuilder
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