pub enum ChannelBinding {
Disable,
Prefer,
Require,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ChannelBinding
impl Clone for ChannelBinding
Source§fn clone(&self) -> ChannelBinding
fn clone(&self) -> ChannelBinding
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 ChannelBinding
impl Debug for ChannelBinding
Source§impl<'_derivative_strum> From<&'_derivative_strum ChannelBinding> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ChannelBinding> for &'static str
Source§fn from(x: &'_derivative_strum ChannelBinding) -> &'static str
fn from(x: &'_derivative_strum ChannelBinding) -> &'static str
Converts to this type from the input type.
Source§impl From<ChannelBinding> for &'static str
impl From<ChannelBinding> for &'static str
Source§fn from(x: ChannelBinding) -> &'static str
fn from(x: ChannelBinding) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for ChannelBinding
impl FromStr for ChannelBinding
Source§impl PartialEq for ChannelBinding
impl PartialEq for ChannelBinding
Source§impl Serialize for ChannelBinding
impl Serialize for ChannelBinding
Source§impl TryFrom<&str> for ChannelBinding
impl TryFrom<&str> for ChannelBinding
impl Copy for ChannelBinding
impl Eq for ChannelBinding
impl StructuralPartialEq for ChannelBinding
Auto Trait Implementations§
impl Freeze for ChannelBinding
impl RefUnwindSafe for ChannelBinding
impl Send for ChannelBinding
impl Sync for ChannelBinding
impl Unpin for ChannelBinding
impl UnsafeUnpin for ChannelBinding
impl UnwindSafe for ChannelBinding
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