pub enum EnsureChannelError {
TableFull,
}Variants§
TableFull
Trait Implementations§
Source§impl Clone for EnsureChannelError
impl Clone for EnsureChannelError
Source§fn clone(&self) -> EnsureChannelError
fn clone(&self) -> EnsureChannelError
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 EnsureChannelError
Source§impl Debug for EnsureChannelError
impl Debug for EnsureChannelError
impl Eq for EnsureChannelError
Source§impl PartialEq for EnsureChannelError
impl PartialEq for EnsureChannelError
impl StructuralPartialEq for EnsureChannelError
Auto Trait Implementations§
impl Freeze for EnsureChannelError
impl RefUnwindSafe for EnsureChannelError
impl Send for EnsureChannelError
impl Sync for EnsureChannelError
impl Unpin for EnsureChannelError
impl UnsafeUnpin for EnsureChannelError
impl UnwindSafe for EnsureChannelError
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