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