pub enum ChannelSide {
LOCAL,
REMOTE,
}Variants§
Trait Implementations§
Source§impl Clone for ChannelSide
impl Clone for ChannelSide
Source§fn clone(&self) -> ChannelSide
fn clone(&self) -> ChannelSide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChannelSide
impl Debug for ChannelSide
Source§impl<'de> Deserialize<'de> for ChannelSide
impl<'de> Deserialize<'de> for ChannelSide
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 PartialEq for ChannelSide
impl PartialEq for ChannelSide
Source§fn eq(&self, other: &ChannelSide) -> bool
fn eq(&self, other: &ChannelSide) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ChannelSide
impl Serialize for ChannelSide
Source§impl TryFrom<i32> for ChannelSide
impl TryFrom<i32> for ChannelSide
impl Copy for ChannelSide
impl Eq for ChannelSide
impl StructuralPartialEq for ChannelSide
Auto Trait Implementations§
impl Freeze for ChannelSide
impl RefUnwindSafe for ChannelSide
impl Send for ChannelSide
impl Sync for ChannelSide
impl Unpin for ChannelSide
impl UnsafeUnpin for ChannelSide
impl UnwindSafe for ChannelSide
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