pub enum ChannelSide {
Parent,
Child,
}Expand description
Which side of a subgraph mapping a channel name belongs to.
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 moreimpl Copy for ChannelSide
Source§impl Debug for ChannelSide
impl Debug for ChannelSide
Source§impl Display for ChannelSide
impl Display for ChannelSide
impl Eq for ChannelSide
Source§impl PartialEq for ChannelSide
impl PartialEq 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