pub enum AppEncodeError {
Core(EncodeError),
BufferTooSmall,
InvalidField,
}Variants§
Trait Implementations§
Source§impl Clone for AppEncodeError
impl Clone for AppEncodeError
Source§fn clone(&self) -> AppEncodeError
fn clone(&self) -> AppEncodeError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppEncodeError
impl Debug for AppEncodeError
Source§impl Display for AppEncodeError
impl Display for AppEncodeError
Source§impl Error for AppEncodeError
Available on crate feature std only.
impl Error for AppEncodeError
Available on crate feature
std only.1.30.0§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl<M: MacBackend> From<AppEncodeError> for NodeError<M>
impl<M: MacBackend> From<AppEncodeError> for NodeError<M>
Source§fn from(e: AppEncodeError) -> Self
fn from(e: AppEncodeError) -> Self
Converts to this type from the input type.
Source§impl From<EncodeError> for AppEncodeError
impl From<EncodeError> for AppEncodeError
Source§fn from(value: CoreEncodeError) -> Self
fn from(value: CoreEncodeError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AppEncodeError
impl PartialEq for AppEncodeError
impl Copy for AppEncodeError
impl Eq for AppEncodeError
impl StructuralPartialEq for AppEncodeError
Auto Trait Implementations§
impl Freeze for AppEncodeError
impl RefUnwindSafe for AppEncodeError
impl Send for AppEncodeError
impl Sync for AppEncodeError
impl Unpin for AppEncodeError
impl UnwindSafe for AppEncodeError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)