pub enum GatewayEncoding {
Json,
Etf,
}Expand description
Gateway encoding type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GatewayEncoding
impl Clone for GatewayEncoding
Source§fn clone(&self) -> GatewayEncoding
fn clone(&self) -> GatewayEncoding
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 GatewayEncoding
impl Debug for GatewayEncoding
Source§impl Default for GatewayEncoding
impl Default for GatewayEncoding
Source§fn default() -> GatewayEncoding
fn default() -> GatewayEncoding
Returns the “default value” for a type. Read more
Source§impl PartialEq for GatewayEncoding
impl PartialEq for GatewayEncoding
impl Copy for GatewayEncoding
impl Eq for GatewayEncoding
impl StructuralPartialEq for GatewayEncoding
Auto Trait Implementations§
impl Freeze for GatewayEncoding
impl RefUnwindSafe for GatewayEncoding
impl Send for GatewayEncoding
impl Sync for GatewayEncoding
impl Unpin for GatewayEncoding
impl UnwindSafe for GatewayEncoding
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> 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.