pub enum DeframeError {
Overflow,
}
Variants§
Overflow
Trait Implementations§
Source§impl Clone for DeframeError
impl Clone for DeframeError
Source§fn clone(&self) -> DeframeError
fn clone(&self) -> DeframeError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeframeError
impl Debug for DeframeError
Source§impl PartialEq for DeframeError
impl PartialEq for DeframeError
impl Copy for DeframeError
impl StructuralPartialEq for DeframeError
Auto Trait Implementations§
impl Freeze for DeframeError
impl RefUnwindSafe for DeframeError
impl Send for DeframeError
impl Sync for DeframeError
impl Unpin for DeframeError
impl UnwindSafe for DeframeError
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