pub enum DbfsApiVersions {
API_2_0,
}
Expand description
DBFS API Version
Variants§
API_2_0
Trait Implementations§
Source§impl Clone for DbfsApiVersions
impl Clone for DbfsApiVersions
Source§fn clone(&self) -> DbfsApiVersions
fn clone(&self) -> DbfsApiVersions
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 DbfsApiVersions
impl Debug for DbfsApiVersions
Source§impl Default for DbfsApiVersions
impl Default for DbfsApiVersions
Source§impl Display for DbfsApiVersions
impl Display for DbfsApiVersions
Source§impl Ord for DbfsApiVersions
impl Ord for DbfsApiVersions
Source§fn cmp(&self, other: &DbfsApiVersions) -> Ordering
fn cmp(&self, other: &DbfsApiVersions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DbfsApiVersions
impl PartialEq for DbfsApiVersions
Source§impl PartialOrd for DbfsApiVersions
impl PartialOrd for DbfsApiVersions
impl Copy for DbfsApiVersions
impl Eq for DbfsApiVersions
impl StructuralPartialEq for DbfsApiVersions
Auto Trait Implementations§
impl Freeze for DbfsApiVersions
impl RefUnwindSafe for DbfsApiVersions
impl Send for DbfsApiVersions
impl Sync for DbfsApiVersions
impl Unpin for DbfsApiVersions
impl UnwindSafe for DbfsApiVersions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.