pub enum ChannelSource {
Builtin,
External,
}Variants§
Trait Implementations§
Source§impl Clone for ChannelSource
impl Clone for ChannelSource
Source§fn clone(&self) -> ChannelSource
fn clone(&self) -> ChannelSource
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 moreimpl Copy for ChannelSource
Source§impl Debug for ChannelSource
impl Debug for ChannelSource
Source§impl<'de> Deserialize<'de> for ChannelSource
impl<'de> Deserialize<'de> for ChannelSource
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
impl Eq for ChannelSource
Source§impl PartialEq for ChannelSource
impl PartialEq for ChannelSource
Source§impl Serialize for ChannelSource
impl Serialize for ChannelSource
impl StructuralPartialEq for ChannelSource
Auto Trait Implementations§
impl Freeze for ChannelSource
impl RefUnwindSafe for ChannelSource
impl Send for ChannelSource
impl Sync for ChannelSource
impl Unpin for ChannelSource
impl UnsafeUnpin for ChannelSource
impl UnwindSafe for ChannelSource
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