pub enum OpenRevs {
All,
Specific(Vec<String>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenRevs
impl RefUnwindSafe for OpenRevs
impl Send for OpenRevs
impl Sync for OpenRevs
impl Unpin for OpenRevs
impl UnwindSafe for OpenRevs
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