pub enum ChangesStyle {
MainOnly,
AllDocs,
}Expand description
Controls which revisions appear in each change event.
Variants§
Trait Implementations§
Source§impl Clone for ChangesStyle
impl Clone for ChangesStyle
Source§fn clone(&self) -> ChangesStyle
fn clone(&self) -> ChangesStyle
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 ChangesStyle
impl Debug for ChangesStyle
Source§impl Default for ChangesStyle
impl Default for ChangesStyle
Source§fn default() -> ChangesStyle
fn default() -> ChangesStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for ChangesStyle
impl PartialEq for ChangesStyle
impl Eq for ChangesStyle
impl StructuralPartialEq for ChangesStyle
Auto Trait Implementations§
impl Freeze for ChangesStyle
impl RefUnwindSafe for ChangesStyle
impl Send for ChangesStyle
impl Sync for ChangesStyle
impl Unpin for ChangesStyle
impl UnwindSafe for ChangesStyle
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