pub enum TrackChanges {
Accept,
Reject,
All,
}
Variants§
Trait Implementations§
Source§impl Clone for TrackChanges
impl Clone for TrackChanges
Source§fn clone(&self) -> TrackChanges
fn clone(&self) -> TrackChanges
Returns a copy 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 TrackChanges
impl Debug for TrackChanges
impl Copy for TrackChanges
Auto Trait Implementations§
impl Freeze for TrackChanges
impl RefUnwindSafe for TrackChanges
impl Send for TrackChanges
impl Sync for TrackChanges
impl Unpin for TrackChanges
impl UnwindSafe for TrackChanges
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