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