pub enum FileListenerProtocolConfig {
Http,
Https,
Tcp,
}
Variants
Http
Https
Tcp
Trait Implementations
sourceimpl Clone for FileListenerProtocolConfig
impl Clone for FileListenerProtocolConfig
sourcefn clone(&self) -> FileListenerProtocolConfig
fn clone(&self) -> FileListenerProtocolConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FileListenerProtocolConfig
impl Debug for FileListenerProtocolConfig
sourceimpl<'de> Deserialize<'de> for FileListenerProtocolConfig
impl<'de> Deserialize<'de> for FileListenerProtocolConfig
sourcefn 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
sourceimpl Hash for FileListenerProtocolConfig
impl Hash for FileListenerProtocolConfig
sourceimpl PartialEq<FileListenerProtocolConfig> for FileListenerProtocolConfig
impl PartialEq<FileListenerProtocolConfig> for FileListenerProtocolConfig
sourcefn eq(&self, other: &FileListenerProtocolConfig) -> bool
fn eq(&self, other: &FileListenerProtocolConfig) -> bool
impl Copy for FileListenerProtocolConfig
impl Eq for FileListenerProtocolConfig
impl StructuralEq for FileListenerProtocolConfig
impl StructuralPartialEq for FileListenerProtocolConfig
Auto Trait Implementations
impl RefUnwindSafe for FileListenerProtocolConfig
impl Send for FileListenerProtocolConfig
impl Sync for FileListenerProtocolConfig
impl Unpin for FileListenerProtocolConfig
impl UnwindSafe for FileListenerProtocolConfig
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