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