pub enum DevProfileCodecError {
Decode(Error),
InvalidMagic,
UnsupportedFormatVersion(u16),
}Variants§
Trait Implementations§
Source§impl Debug for DevProfileCodecError
impl Debug for DevProfileCodecError
Source§impl Display for DevProfileCodecError
impl Display for DevProfileCodecError
Auto Trait Implementations§
impl Freeze for DevProfileCodecError
impl RefUnwindSafe for DevProfileCodecError
impl Send for DevProfileCodecError
impl Sync for DevProfileCodecError
impl Unpin for DevProfileCodecError
impl UnsafeUnpin for DevProfileCodecError
impl UnwindSafe for DevProfileCodecError
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