pub enum DecodeUpdateInfoError {}
Expand description
An error encountered while decoding a fidl_fuchsia_update_installer::UpdateInfo into a UpdateInfo.
Trait Implementations§
Source§impl Debug for DecodeUpdateInfoError
impl Debug for DecodeUpdateInfoError
Source§impl Display for DecodeUpdateInfoError
impl Display for DecodeUpdateInfoError
Source§impl Error for DecodeUpdateInfoError
impl Error for DecodeUpdateInfoError
1.30.0 · Source§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 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for DecodeUpdateInfoError
impl PartialEq for DecodeUpdateInfoError
impl Eq for DecodeUpdateInfoError
impl StructuralPartialEq for DecodeUpdateInfoError
Auto Trait Implementations§
impl Freeze for DecodeUpdateInfoError
impl RefUnwindSafe for DecodeUpdateInfoError
impl Send for DecodeUpdateInfoError
impl Sync for DecodeUpdateInfoError
impl Unpin for DecodeUpdateInfoError
impl UnwindSafe for DecodeUpdateInfoError
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