pub struct UnexpectedUpdate(/* private fields */);Expand description
Conversion of an Update into T failed.
Use Update::from to get the original update.
Trait Implementations§
Source§impl From<UnexpectedUpdate> for Update
impl From<UnexpectedUpdate> for Update
Source§fn from(value: UnexpectedUpdate) -> Self
fn from(value: UnexpectedUpdate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnexpectedUpdate
impl RefUnwindSafe for UnexpectedUpdate
impl Send for UnexpectedUpdate
impl Sync for UnexpectedUpdate
impl Unpin for UnexpectedUpdate
impl UnsafeUnpin for UnexpectedUpdate
impl UnwindSafe for UnexpectedUpdate
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