pub enum ChannelState {
Active,
Closed,
}Expand description
Lifecycle state for a module’s channel allocation.
Variants§
Trait Implementations§
Source§impl Clone for ChannelState
impl Clone for ChannelState
impl Copy for ChannelState
Source§impl Debug for ChannelState
impl Debug for ChannelState
impl Eq for ChannelState
Source§impl PartialEq for ChannelState
impl PartialEq for ChannelState
impl StructuralPartialEq for ChannelState
Auto Trait Implementations§
impl Freeze for ChannelState
impl RefUnwindSafe for ChannelState
impl Send for ChannelState
impl Sync for ChannelState
impl Unpin for ChannelState
impl UnsafeUnpin for ChannelState
impl UnwindSafe for ChannelState
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