pub enum FileClusterProtocolConfig {
Http,
Tcp,
}
Variants§
Trait Implementations§
source§impl Clone for FileClusterProtocolConfig
impl Clone for FileClusterProtocolConfig
source§fn clone(&self) -> FileClusterProtocolConfig
fn clone(&self) -> FileClusterProtocolConfig
Returns a copy 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 FileClusterProtocolConfig
impl Debug for FileClusterProtocolConfig
source§impl<'de> Deserialize<'de> for FileClusterProtocolConfig
impl<'de> Deserialize<'de> for FileClusterProtocolConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for FileClusterProtocolConfig
impl Hash for FileClusterProtocolConfig
source§impl PartialEq for FileClusterProtocolConfig
impl PartialEq for FileClusterProtocolConfig
source§fn eq(&self, other: &FileClusterProtocolConfig) -> bool
fn eq(&self, other: &FileClusterProtocolConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FileClusterProtocolConfig
impl StructuralEq for FileClusterProtocolConfig
impl StructuralPartialEq for FileClusterProtocolConfig
Auto Trait Implementations§
impl RefUnwindSafe for FileClusterProtocolConfig
impl Send for FileClusterProtocolConfig
impl Sync for FileClusterProtocolConfig
impl Unpin for FileClusterProtocolConfig
impl UnwindSafe for FileClusterProtocolConfig
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.