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