pub enum ObjectStoreScheme {
S3,
GCS,
}Variants
S3
GCS
Trait Implementations
sourceimpl Clone for ObjectStoreScheme
impl Clone for ObjectStoreScheme
sourcefn clone(&self) -> ObjectStoreScheme
fn clone(&self) -> ObjectStoreScheme
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ObjectStoreScheme
impl Debug for ObjectStoreScheme
sourceimpl FromStr for ObjectStoreScheme
impl FromStr for ObjectStoreScheme
sourceimpl PartialEq<ObjectStoreScheme> for ObjectStoreScheme
impl PartialEq<ObjectStoreScheme> for ObjectStoreScheme
sourcefn eq(&self, other: &ObjectStoreScheme) -> bool
fn eq(&self, other: &ObjectStoreScheme) -> bool
sourceimpl ValueEnum for ObjectStoreScheme
impl ValueEnum for ObjectStoreScheme
sourcefn value_variants<'a>() -> &'a [Self]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
fn value_variants<'a>() -> &'a [Self]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
All possible argument values, in display order.
sourcefn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>>
fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>>
The canonical argument value. Read more
impl Eq for ObjectStoreScheme
impl StructuralEq for ObjectStoreScheme
impl StructuralPartialEq for ObjectStoreScheme
Auto Trait Implementations
impl RefUnwindSafe for ObjectStoreScheme
impl Send for ObjectStoreScheme
impl Sync for ObjectStoreScheme
impl Unpin for ObjectStoreScheme
impl UnwindSafe for ObjectStoreScheme
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.