pub enum ValidateVersion {
Yes,
No,
}Variants§
Trait Implementations§
Source§impl Clone for ValidateVersion
impl Clone for ValidateVersion
Source§fn clone(&self) -> ValidateVersion
fn clone(&self) -> ValidateVersion
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 ValidateVersion
impl Debug for ValidateVersion
Source§impl PartialEq for ValidateVersion
impl PartialEq for ValidateVersion
impl Copy for ValidateVersion
impl Eq for ValidateVersion
impl StructuralPartialEq for ValidateVersion
Auto Trait Implementations§
impl Freeze for ValidateVersion
impl RefUnwindSafe for ValidateVersion
impl Send for ValidateVersion
impl Sync for ValidateVersion
impl Unpin for ValidateVersion
impl UnwindSafe for ValidateVersion
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