pub struct UndoRetention { /* private fields */ }Expand description
Caller-selected ceiling for one retained commit.
Implementations§
Trait Implementations§
Source§impl Clone for UndoRetention
impl Clone for UndoRetention
Source§fn clone(&self) -> UndoRetention
fn clone(&self) -> UndoRetention
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UndoRetention
Source§impl Debug for UndoRetention
impl Debug for UndoRetention
Source§impl Default for UndoRetention
impl Default for UndoRetention
impl Eq for UndoRetention
Source§impl PartialEq for UndoRetention
impl PartialEq for UndoRetention
impl StructuralPartialEq for UndoRetention
Auto Trait Implementations§
impl Freeze for UndoRetention
impl RefUnwindSafe for UndoRetention
impl Send for UndoRetention
impl Sync for UndoRetention
impl Unpin for UndoRetention
impl UnsafeUnpin for UndoRetention
impl UnwindSafe for UndoRetention
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