pub struct RedoBuilder;Implementations§
Trait Implementations§
Source§impl Clone for RedoBuilder
impl Clone for RedoBuilder
Source§fn clone(&self) -> RedoBuilder
fn clone(&self) -> RedoBuilder
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 RedoBuilder
impl Debug for RedoBuilder
Source§impl Default for RedoBuilder
impl Default for RedoBuilder
Source§fn default() -> RedoBuilder
fn default() -> RedoBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RedoBuilder
impl RefUnwindSafe for RedoBuilder
impl Send for RedoBuilder
impl Sync for RedoBuilder
impl Unpin for RedoBuilder
impl UnsafeUnpin for RedoBuilder
impl UnwindSafe for RedoBuilder
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