Enum bonsaidb::server::StandardTcpProtocols
source · pub enum StandardTcpProtocols {
Http1,
Acme,
Other,
}
Expand description
TCP ApplicationProtocols
that BonsaiDb has some knowledge of.
Variants§
Trait Implementations§
source§impl Clone for StandardTcpProtocols
impl Clone for StandardTcpProtocols
source§fn clone(&self) -> StandardTcpProtocols
fn clone(&self) -> StandardTcpProtocols
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 StandardTcpProtocols
impl Debug for StandardTcpProtocols
source§impl Default for StandardTcpProtocols
impl Default for StandardTcpProtocols
source§fn default() -> StandardTcpProtocols
fn default() -> StandardTcpProtocols
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StandardTcpProtocols
impl Send for StandardTcpProtocols
impl Sync for StandardTcpProtocols
impl Unpin for StandardTcpProtocols
impl UnwindSafe for StandardTcpProtocols
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