pub(crate) enum SpecificationErrorImpl {
BadSize,
NotAscii,
Duplicate(u8),
ExtraPadding,
WrapLength,
WrapWidth(u8),
FromTo,
Undefined(u8),
}
Variants§
Trait Implementations§
Source§impl Clone for SpecificationErrorImpl
impl Clone for SpecificationErrorImpl
Source§fn clone(&self) -> SpecificationErrorImpl
fn clone(&self) -> SpecificationErrorImpl
Returns a copy 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 SpecificationErrorImpl
impl Debug for SpecificationErrorImpl
impl Copy for SpecificationErrorImpl
Auto Trait Implementations§
impl Freeze for SpecificationErrorImpl
impl RefUnwindSafe for SpecificationErrorImpl
impl Send for SpecificationErrorImpl
impl Sync for SpecificationErrorImpl
impl Unpin for SpecificationErrorImpl
impl UnwindSafe for SpecificationErrorImpl
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